Commit 4eb7c23c by yiannis

Changed names used as dummy arguments because they caused syntax errors

when including matlab.  There must have been some #defined symbol that
caused the conflict.
parent 9a7d625b
...@@ -343,7 +343,7 @@ public: ...@@ -343,7 +343,7 @@ public:
bool LowLevelDataCopy(const TIntVec* chans, TFileVec& dest, bool LowLevelDataCopy(const TIntVec* chans, TFileVec& dest,
TConvertOptions options = eBINARY_FORMAT + eINCLUDE_FRAME); TConvertOptions options = eBINARY_FORMAT + eINCLUDE_FRAME);
bool GetFullData(const TIntVec* chans, TDataVec& data, TConvertOptions option = eNO_OPTION, bool GetFullData(const TIntVec* chans, TDataVec& data, TConvertOptions option = eNO_OPTION,
int frm1 = -1, int frm2 = -1, vector<TIntVec>* pFrameList = 0); int firstFrame = -1, int lastFrame = -1, vector<TIntVec>* pFrameList = 0);
private: private:
enum TReadErrorCode { enum TReadErrorCode {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment