ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/brains/SimSetup.hpp
(Generate patch)

Comparing trunk/src/brains/SimSetup.hpp (file contents):
Revision 3 by tim, Fri Sep 24 16:27:58 2004 UTC vs.
Revision 160 by gezelter, Wed Oct 27 00:01:29 2004 UTC

# Line 10 | Line 10 | using namespace std;
10   #include "integrators/AllIntegrator.hpp"
11  
12   using namespace std;
13 + using namespace oopse;
14   // this routine is defined in BASS_interface.cpp
15   extern void set_interface_stamps( MakeStamps* ms, Globals* g );
16  
# Line 78 | Line 79 | class SimSetup{ (private)
79    int globalMolCounter;
80  
81    char force_field[100];
82 <  char forcefield_variant[100];
82 >  string forcefield_variant;
83    char ensemble[100];
84    Component** the_components;
85  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines