Changes in src/parser.hpp [4e855e:f66195]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/parser.hpp
r4e855e rf66195 86 86 87 87 bool InitialiseIndices(class MatrixContainer *Matrix = NULL); 88 bool ParseMatrix( std::istream &input, int skiplines, int skipcolumns, int MatrixNr);88 bool ParseMatrix(const char *name, 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.