Ignore:
Timestamp:
May 30, 2008, 10:42:49 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
328544
Parents:
6df7db
Message:

main(): periode is not printed anymore after parsing cmd options, ParseCommandLineOptions(): one extra space after three dots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    r6df7db r9e831e  
    802802        test.close();
    803803        ConfigFileName = argv[1];
    804         cout << Verbose(1) << "Specified config file found, parsing ...";
     804        cout << Verbose(1) << "Specified config file found, parsing ... ";
    805805        switch (configuration.TestSyntax(ConfigFileName, periode, mol)) {
    806806          case 1:
     
    10011001  if (j == 1) return 0; // just for -v and -h options
    10021002  if (j) return j;  // something went wrong
    1003   periode->Output((ofstream *)&cout);
    10041003 
    10051004  // General stuff
Note: See TracChangeset for help on using the changeset viewer.