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

Comparing trunk/OOPSE/libmdtools/SimInfo.hpp (file contents):
Revision 1031 by tim, Fri Feb 6 18:58:06 2004 UTC vs.
Revision 1064 by tim, Tue Feb 24 15:44:45 2004 UTC

# Line 15 | Line 15
15   #include "fSimulation.h"
16   #include "fortranWrapDefines.hpp"
17   #include "GenericData.hpp"
18 < #include "Minimizer.hpp"
18 > //#include "Minimizer.hpp"
19 > //#include "OOPSEMinimizer.hpp"
20  
21 <
21 > class OOPSEMinimizer;
22   class SimInfo{
23  
24   public:
# Line 110 | Line 111 | class SimInfo{ (public)
111    char mixingRule[100]; // the mixing rules for Lennard jones/van der walls
112    BaseIntegrator *the_integrator; // the integrator of the simulation
113  
114 <  Minimizer* the_minimizer; // the energy minimizer
114 >  OOPSEMinimizer* the_minimizer; // the energy minimizer
115    bool has_minimizer;
116  
117    char finalName[300];  // the name of the eor file to be written

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines