ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/types/BondStamp.hpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/types/BondStamp.hpp (file contents):
Revision 2544 by tim, Wed Jan 11 19:01:20 2006 UTC vs.
Revision 2545 by tim, Wed Jan 11 22:50:55 2006 UTC

# Line 54 | Line 54 | class BondStamp : public DataHolder {
54              b = members[1];
55              if (a < 0 || b < 0) {
56                  std::ostringstream oss;
57 <                oss << "BondStamp Error: members" << containerToString(members) << " is an invalid" << std::endl;
57 >                oss << "BondStamp Error: members" << containerToString(members) << " is invalid" << std::endl;
58                  throw OOPSEException(oss.str());
59              }
60          } else {
61              std::ostringstream oss;
62 <            oss << "BondStamp Error: members" << containerToString(members) << " is an invalid" << std::endl;
62 >            oss << "BondStamp Error: members" << containerToString(members) << " is invalid" << std::endl;
63              throw OOPSEException(oss.str());
64          }
65          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines