Ignore:
Timestamp:
May 5, 2008, 4:19:05 PM (18 years ago)
Author:
Frederik Heber <heber@…>
Children:
8449ed
Parents:
38fc0d
Message:

ForcesFile and TEFactors are _needed_, reincorporated. UniqueFragments structure is now in BOSSANOVA

ForcesFile is again written, as we need it for the hydrogen not coming saturation (forces!)
TEFactors are back, as despite my notion they are needed in the evaluation
UniqueFragments structure is shifted from PowerSetGenerator to FragmentBOSSANOVA. Actually only for the labels - however, the if was changed to test the real indices (which are also always the same, which is better for adaptive runs) - but might be more useful there still.
analyzer and joiner again parse indices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/parser.cpp

    r38fc0d r115bf4  
    4343  stringstream line;
    4444
    45   //line << argv[1] << FRAGMENTPREFIX << TEFACTORSFILE;
     45  line << argv[1] << FRAGMENTPREFIX << KEYSETFILE;
    4646  return FilePresent(line.str().c_str());
    4747};
     
    114114  }
    115115  while (!input.eof()) {
    116     input >> tmp;
     116    input.getline(filename, 1023);
    117117    MatrixCounter++;
    118118  }
Note: See TracChangeset for help on using the changeset viewer.