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 374 by mmeineke, Thu Mar 20 17:10:43 2003 UTC vs.
Revision 375 by chuckv, Fri Mar 21 15:07:14 2003 UTC

# Line 37 | Line 37 | void SimInfo::refreshSim(){
37  
38    simtype fInfo;
39    int isError;
40 <
40 >  int i;
41    fInfo.box[0] = box_x;
42    fInfo.box[1] = box_y;
43    fInfo.box[2] = box_z;
# Line 68 | Line 68 | void SimInfo::refreshSim(){
68    nGlobalExcludes;
69    globalExcludes;
70    isError;
71 <
71 >  /*
72 >  for (i=0;i<n_atoms;i++){
73 >    std::cout << "Ident array in c " << identArray[i] << "\n";
74 >  }
75 >  */
76    setFsimulation( &fInfo, &n_atoms, identArray, &n_exclude, excludes, &nGlobalExcludes, globalExcludes, &isError );
77  
78    if( isError ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines