ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/ForceFieldOptions.hpp
(Generate patch)

Comparing branches/development/src/io/ForceFieldOptions.hpp (file contents):
Revision 1850 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1874 by gezelter, Wed May 15 15:09:35 2013 UTC

# Line 88 | Line 88 | namespace OpenMD {
88     }
89      
90      bool setData(const std::string& keyword, const std::string& value) {
91 <      bool result;
91 >      bool result(false);
92        ParamMap::iterator i =parameters_.find(keyword);
93        if (i != parameters_.end()) {
94          if(isInteger(value)){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines