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 1419 by gezelter, Tue Jul 27 18:14:16 2004 UTC vs.
Revision 1430 by tim, Wed Jul 28 21:45:55 2004 UTC

# Line 13 | Line 13 | class SimSetup{
13   // this routine is defined in BASS_interface.cpp
14   extern void set_interface_stamps( MakeStamps* ms, Globals* g );
15  
16 + string getPrefix(const string& str );
17 +
18   class SimSetup{
19  
20   public:
# Line 25 | Line 27 | class SimSetup{ (private)
27    void parseFile( char* fileName );
28    void createSim( void );
29  
30 +  ForceFields* getForceField() {return the_ff;}
31   private:
32  
33   #ifdef IS_MPI

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines