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

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/SimInfo.hpp (file contents):
Revision 294 by mmeineke, Thu Mar 6 17:04:09 2003 UTC vs.
Revision 359 by mmeineke, Mon Mar 17 21:38:57 2003 UTC

# Line 82 | Line 82 | class SimInfo{ (public)
82  
83    // sets the internal function pointer to fortran.
84  
85 <  void setInternal( void (*fSetup) setFortranSimList ){
85 >  void setInternal( void (*fSetup) setFortranSimList,
86 >                    void (*fBox) setFortranBoxList ){
87      setFsimulation = fSetup;
88 +    setFortranBoxSize = fBox;
89    }
90  
91   private:
# Line 91 | Line 93 | class SimInfo{ (public)
93    // private function to initialize the fortran side of the simulation
94    void (*setFsimulation) setFortranSimList;
95  
96 <
96 >  void (*setFortanBoxSize) setFortranBoxList;
97   };
98  
99  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines