Changes in src/parser.hpp [f66195:4e855e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/parser.hpp ¶
rf66195 r4e855e 86 86 87 87 bool InitialiseIndices(class MatrixContainer *Matrix = NULL); 88 bool ParseMatrix( const char *name, int skiplines, int skipcolumns, int MatrixNr);88 bool ParseMatrix(std::istream &input, int skiplines, int skipcolumns, int MatrixNr); 89 89 virtual bool ParseFragmentMatrix(const char *name, const char *prefix, string suffix, int skiplines, int skipcolumns); 90 90 bool AllocateMatrix(char **GivenHeader, int MCounter, int *RCounter, int *CCounter);
Note:
See TracChangeset
for help on using the changeset viewer.