ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/SimSetup.hpp
(Generate patch)

Comparing:
branches/mmeineke/mdtools/headers/SimSetup.hpp (file contents), Revision 10 by mmeineke, Tue Jul 9 18:40:59 2002 UTC vs.
trunk/mdtools/headers/SimSetup.hpp (file contents), Revision 127 by chuckv, Thu Oct 3 21:52:39 2002 UTC

# Line 19 | Line 19 | class SimSetup{ (public)
19    void setSimInfo( SimInfo* the_simnfo ) { simnfo = the_simnfo; }
20    void parseFile( char* fileName );
21    void createSim( void );
22 +  void testMe(void);
23  
24 < private:  
24 > #ifdef MPI
25 >    void receveParse(void);
26 >    void testMe(void);
27 > #endif
28  
29 +
30 + private:
31 +
32    void makeAtoms( void );
26  void makeMolecules( void );
33    void makeBonds( void );
34    void makeBends( void );
35    void makeTorsions( void );
# Line 34 | Line 40 | class SimSetup{ (public)
40    MakeStamps* stamps;
41    Globals* globals;
42    char* inFileName;
43 <  
43 >
44    SimInfo* simnfo;
45 <  
45 >
46    int n_components;
47  
48    char force_field[100];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines