ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/Globals.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/io/Globals.cpp (file contents):
Revision 2469 by tim, Fri Dec 2 15:38:03 2005 UTC vs.
Revision 2488 by tim, Mon Dec 5 23:37:56 2005 UTC

# Line 205 | Line 205 | bool Globals::addMoleculeStamp(MoleculeStamp* molStamp
205          moleculeStamps_.insert(std::map<std::string, MoleculeStamp*>::value_type(molStampName, molStamp));
206          ret = true;
207      } else {
208 <
208 >        std::cout << "Globals Error: Molecule Stamp " << molStamp->getName() << "appears multiple times\n";
209      }
210      return ret;
211   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines