ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SimSetup.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/SimSetup.cpp (file contents):
Revision 689 by tim, Tue Aug 12 19:56:49 2003 UTC vs.
Revision 690 by mmeineke, Tue Aug 12 21:44:06 2003 UTC

# 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    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines