Ignore:
Timestamp:
Jun 16, 2008, 2:09:27 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
b73d28
Parents:
0779a9
Message:

BUGFIX: If other databases could not be loaded, no error was produced, resulting in strange behaviour of the fragmentation routine.

Now an error message is produced, though we still continue. The problem was the switch in handling const char * and a huge mess in LoadPeriodenTafel() with strncat and strncpy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    r0779a9 r1f9f1b  
    805805      cout << Verbose(0) << "Element list loaded successfully." << endl;
    806806      periode->Output((ofstream *)&cout);
    807     } else
     807    } else {
    808808      cout << Verbose(0) << "Element list loading failed." << endl;
     809      return 1;
     810    }
    809811   
    810812    // 3. Find config file name and parse if possible
Note: See TracChangeset for help on using the changeset viewer.