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

Comparing trunk/OOPSE/libmdtools/SimSetup.hpp (file contents):
Revision 616 by mmeineke, Tue Jul 15 18:52:16 2003 UTC vs.
Revision 656 by mmeineke, Tue Jul 29 16:32:37 2003 UTC

# Line 6 | Line 6
6   #include "ForceFields.hpp"
7   #include "SimInfo.hpp"
8   #include "ReadWrite.hpp"
9 + #include "AllIntegrator.hpp"
10  
11   // this routine is defined in BASS_interface.cpp
12   extern void set_interface_stamps( MakeStamps* ms, Globals* g );
# Line 17 | Line 18 | class SimSetup{ (public)
18    ~SimSetup();
19  
20    void setSimInfo( SimInfo* the_info ) { info = the_info; }
21 +  void setSimInfo( SimInfo* the_info, int theNinfo );
22    void parseFile( char* fileName );
23    void createSim( void );
24  
# Line 61 | Line 63 | class SimSetup{ (public)
63    char* inFileName;
64  
65    SimInfo* info;
66 +  int isInfoArray;
67 +  int nInfo;
68  
69    int n_components;
70    int globalAtomIndex;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines