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

Comparing trunk/OOPSE/libmdtools/SimSetup.cpp (file contents):
Revision 1261 by gezelter, Fri Jun 11 14:14:10 2004 UTC vs.
Revision 1330 by gezelter, Fri Jul 16 16:29:44 2004 UTC

# Line 1820 | Line 1820 | void SimSetup::makeIntegrator(void){
1820   void SimSetup::makeIntegrator(void){
1821    int k;
1822  
1823 <  NVE<RealIntegrator>* myNVE = NULL;
1824 <  NVT<RealIntegrator>* myNVT = NULL;
1825 <  NPTi<NPT<RealIntegrator> >* myNPTi = NULL;
1826 <  NPTf<NPT<RealIntegrator> >* myNPTf = NULL;
1827 <  NPTxyz<NPT<RealIntegrator> >* myNPTxyz = NULL;
1823 >  NVE<Integrator<BaseIntegrator> >* myNVE = NULL;
1824 >  NVT<Integrator<BaseIntegrator> >* myNVT = NULL;
1825 >  NPTi<NPT<Integrator<BaseIntegrator> > >* myNPTi = NULL;
1826 >  NPTf<NPT<Integrator<BaseIntegrator> > >* myNPTf = NULL;
1827 >  NPTxyz<NPT<Integrator<BaseIntegrator> > >* myNPTxyz = NULL;
1828    
1829    for (k = 0; k < nInfo; k++){
1830      switch (ensembleCase){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines