Timestamp:
Apr 27, 2008, 12:59:18 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
c72cbe
Parents:
b021e4
Message:

new elementsdb-switch and command line options parsing parts moved around to accomodate.

New switch (just sets a variable) made some moving around necessary. Elements db cannot be parsed right at the start anymore, neither the config file before the command line switches. Hence, the following is now in operation:

  1. first parse through all options for stuff just setting variables, giving help et al
  2. parse elements db
  3. parse config file if present
  4. parse again through options for those that actually operate on a given configuration or add atoms (parsing xyz) ...

This was necessary, as 'make check' could not be made workable otherwise and its "bad behaviour" if the code assumes the elements.db to be in the same dir as the exe.

(No files)

Note: See TracChangeset for help on using the changeset viewer.