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

Comparing trunk/OOPSE/libmdtools/SimInfo.cpp (file contents):
Revision 420 by mmeineke, Thu Mar 27 17:32:03 2003 UTC vs.
Revision 424 by mmeineke, Thu Mar 27 20:36:16 2003 UTC

# Line 38 | Line 38 | void SimInfo::refreshSim(){
38  
39    simtype fInfo;
40    int isError;
41 +  int* excl;
42  
43    fInfo.box[0] = box_x;
44    fInfo.box[1] = box_y;
# Line 59 | Line 60 | void SimInfo::refreshSim(){
60    fInfo.SIM_uses_GB = useGB;
61    fInfo.SIM_uses_EAM = useEAM;
62  
63 +  excl = Exclude::getArray();
64  
65    isError = 0;
66  
# Line 71 | Line 73 | void SimInfo::refreshSim(){
73    globalExcludes;
74    isError;
75  
76 <  setFsimulation( &fInfo, &n_atoms, identArray, &n_exclude, excludes, &nGlobalExcludes, globalExcludes, &isError );
76 >  setFsimulation( &fInfo, &n_atoms, identArray, &n_exclude, excl,
77 >                  &nGlobalExcludes, globalExcludes, &isError );
78  
79    if( isError ){
80  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines