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

Comparing branches/new_design/OOPSE-2.0/src/brains/SimCreator.cpp (file contents):
Revision 1831 by tim, Tue Nov 30 22:43:51 2004 UTC vs.
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC

# Line 445 | Line 445 | void SimCreator::compList(MakeStamps *stamps, Globals*
445              }
446  
447              moleculeStampPairs.push_back(
448 <                make_pair(currentStamp, the_components[i]->getNMol()));
448 >                std::make_pair(currentStamp, the_components[i]->getNMol()));
449          } //end for (i = 0; i < n_components; i++)
450      } else {
451          sprintf(painCave.errMsg, "SimSetup error.\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines