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

Comparing trunk/OOPSE-1.0/libmdtools/SimSetup.hpp (file contents):
Revision 1334 by gezelter, Fri Jul 16 18:58:03 2004 UTC vs.
Revision 1419 by gezelter, Tue Jul 27 18:14:16 2004 UTC

# Line 1 | Line 1
1   #ifndef __SIMSETUP_H__
2   #define __SIMSETUP_H__
3 <
3 > #include <string>
4 > #include "StringUtils.hpp"
5   #include "MakeStamps.hpp"
6   #include "Globals.hpp"
7   #include "ForceFields.hpp"
# Line 8 | Line 9
9   #include "ReadWrite.hpp"
10   #include "AllIntegrator.hpp"
11  
12 + using namespace std;
13   // this routine is defined in BASS_interface.cpp
14   extern void set_interface_stamps( MakeStamps* ms, Globals* g );
15  
# Line 23 | Line 25 | class SimSetup{ (public)
25    void parseFile( char* fileName );
26    void createSim( void );
27  
26
28   private:
29  
30   #ifdef IS_MPI
# Line 52 | Line 53 | class SimSetup{ (public)
53  
54   #endif //is_mpi
55  
56 <  void initFromBass( void );
56 >  void initFromMetaDataFile( void );
57    void makeMolecules( void );
58    void makeElement( double x, double y, double z );
59  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines