Changeset d20ed5 for molecuilder/src/builder.cpp
- Timestamp:
- Dec 16, 2009, 12:30:16 PM (16 years ago)
- Children:
- 381df6
- Parents:
- eb3538
- git-author:
- Tillmann Crueger <crueger@…> (12/15/09 17:12:30)
- git-committer:
- Frederik Heber <heber@…> (12/16/09 12:30:16)
- File:
-
- 1 edited
-
molecuilder/src/builder.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/builder.cpp
reb3538 rd20ed5 78 78 */ 79 79 static int ParseCommandLineOptions(int argc, char **argv, MoleculeListClass *&molecules, periodentafel *&periode,\ 80 config& configuration, char *&ConfigFileName, menu *main_menu)80 config& configuration, char *&ConfigFileName, oldmenu *main_menu) 81 81 { 82 82 Vector x,y,z,n; // coordinates for absolute point in cell volume … … 904 904 char *ConfigFileName = NULL; 905 905 int j; 906 menu *main_menu;907 main_menu = new menu;906 oldmenu *main_menu; 907 main_menu = new oldmenu; 908 908 setVerbosity(0); 909 909 /* main menu is needed to call actions inside the menu */
Note:
See TracChangeset
for help on using the changeset viewer.
