ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/SimInfo.cpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/SimInfo.cpp (file contents):
Revision 284 by mmeineke, Mon Feb 17 18:03:06 2003 UTC vs.
Revision 285 by mmeineke, Wed Feb 26 18:45:57 2003 UTC

# Line 1 | Line 1
1   #include <cstdlib>
2  
3   #include "SimInfo.hpp"
4 <
4 > #define __C
5 > #include "fSimulation.h"
6   extern "C"{
7    void wrapsimmod_( void (*wrapFunction)(void (*fSub)( int*, double*,
8                                                         double*, double*)));
# Line 39 | Line 40 | void SimInfo::refreshSim(){
40    box[1] = box_y;
41    box[2] = box_z;
42  
43 <  setFsimulation( &n_atoms, box, &rList, &rCut );
43 >  
44 >
45 >  setFsimulation( &n_atoms, box, &rList, &rCut,&ensemble,
46 >                 &mixingRule,&usePBC);
47   }
48  
49  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines