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

Comparing trunk/mdtools/md_code/SimInfo.cpp (file contents):
Revision 245 by mmeineke, Fri Jan 24 21:25:08 2003 UTC vs.
Revision 249 by chuckv, Mon Jan 27 21:28:19 2003 UTC

# Line 7 | Line 7 | void wrapSimInfo((void (*fSub)( int*, double*, double*
7                                                         double*, double*)));
8   }
9  
10 < void wrapSimInfo((void (*fSub)( int*, double*, double*, double*)));
10 > void wrapSimInfo(void (*fSub)( int*, double*, double*, double*));
11  
12   SimInfo* currentInfo;
13  
# Line 44 | Line 44 | void wrapSimInfo((void (*fSub)( int*, double*, double*
44   }
45  
46  
47 < void wrapSimInfo((void (*fSub)( int*, double*, double*, double*))){
47 > void wrapSimInfo(void (*fSub)( int*, double*, double*, double*)){
48    
49    currentInfo->setInternal(fSub);
50   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines