| # | Line 102 | Line 102 | class SimInfo{ (public) | |
|---|---|---|
| 102 | setFortranBoxSize = fBox; | |
| 103 | } | |
| 104 | ||
| 105 | + | void setBox( double newBox[3] ); | 
| 106 | + | void getBox( double theBox[3] ); | 
| 107 | + | |
| 108 | private: | |
| 109 | ||
| 110 | // private function to initialize the fortran side of the simulation | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |