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

Comparing trunk/OOPSE-2.0/src/io/ForceFieldOptions.hpp (file contents):
Revision 2533 by chuckv, Fri Dec 30 23:15:59 2005 UTC vs.
Revision 2537 by tim, Mon Jan 9 19:11:52 2006 UTC

# Line 83 | Line 83 | namespace oopse {
83        bool result;
84        ParamMap::iterator i =parameters_.find(keyword);
85        if (i != parameters_.end()) {
86 <        if(isType<int>(value)){
86 >        if(isInteger(value)){
87            int ival = lexi_cast<int>(value);
88            result = i->second->setData(ival);
89          }      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines