ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/applications/simpleBuilder/simpleBuilder.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/applications/simpleBuilder/simpleBuilder.cpp (file contents):
Revision 1831 by tim, Thu Dec 2 05:17:10 2004 UTC vs.
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC

# Line 19 | Line 19 | void createMdFile(const string&oldMdFileName, const st
19  
20  
21  
22 < void createMdFile(const string&oldMdFileName, const string&newMdFileName,
22 > void createMdFile(const std::string&oldMdFileName, const std::string&newMdFileName,
23                    int numMol);
24   double getMolMass(MoleculeStamp * molStamp, ForceFields * myFF);
25  
# Line 246 | Line 246 | void createMdFile(const string&oldMdFileName, const st
246      return 0;
247   }
248  
249 < void createMdFile(const string&oldMdFileName, const string&newMdFileName,
249 > void createMdFile(const std::string&oldMdFileName, const std::string&newMdFileName,
250                    int numMol) {
251      ifstream oldMdFile;
252      ofstream newMdFile;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines