Changeset a6e314


Ignore:
Timestamp:
May 21, 2008, 11:18:11 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
6c96f4
Parents:
3ce105
Message:

ParseMatrix(): char * to string, Contains() hat KeySetContainer:: still in front (new g++ of hardy complained)

Location:
molecuilder/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/parser.cpp

    r3ce105 ra6e314  
    9696 * \return parsing successful
    9797 */
    98 bool MatrixContainer::ParseMatrix(char *name, char *prefix, char *suffix, int skiplines, int skipcolumns)
     98bool MatrixContainer::ParseMatrix(char *name, char *prefix, string suffix, int skiplines, int skipcolumns)
    9999{
    100100  char filename[1023];
  • molecuilder/src/parser.hpp

    r3ce105 ra6e314  
    5050  ~MatrixContainer();
    5151 
    52   bool ParseMatrix(char *name, char *prefix, char *suffix, int skiplines, int skipcolumns);
     52  bool ParseMatrix(char *name, char *prefix, string suffix, int skiplines, int skipcolumns);
    5353  bool AllocateMatrix(char *GivenHeader, int MCounter, int *RCounter, int CCounter);
    5454  bool ResetMatrix();
     
    9494  bool ParseKeySets(const char *name, const int *ACounter, const int FCounter);
    9595  bool ParseManyBodyTerms();
    96   bool KeySetsContainer::Contains(const int GreaterSet, const int SmallerSet);
     96  bool Contains(const int GreaterSet, const int SmallerSet);
    9797};
    9898
Note: See TracChangeset for help on using the changeset viewer.