# | Line 98 | Line 98 | void SimSetup::createSim(void){ | |
---|---|---|
98 | ||
99 | // gather all of the information from the Bass file | |
100 | ||
101 | – | std::cerr << "gathering info\n"; |
102 | – | |
101 | gatherInfo(); | |
102 | ||
103 | // creation of complex system objects | |
104 | ||
107 | – | std::cerr << "creating system objects\n"; |
108 | – | |
105 | sysObjectsCreation(); | |
106 | ||
107 | // check on the post processing info | |
112 | – | |
113 | – | std::cerr << "performing final info check.\n"; |
108 | ||
109 | finalInfoCheck(); | |
110 | ||
111 | // initialize the system coordinates | |
118 | – | |
119 | – | std::cerr << "about to init coords\n"; |
112 | ||
113 | if( !isInfoArray ) initSystemCoords(); | |
114 | ||
# | Line 899 | Line 891 | void SimSetup::initSystemCoords( void ){ | |
891 | ||
892 | char* inName; | |
893 | ||
902 | – | std::cerr << "Setting atom Coords\n"; |
894 | ||
895 | (info[0].getConfiguration())->createArrays( info[0].n_atoms ); | |
896 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |