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

Comparing branches/development/src/io/NonBondedInteractionsSectionParser.cpp (file contents):
Revision 1824 by gezelter, Sat May 26 18:13:43 2012 UTC vs.
Revision 1825 by gezelter, Wed Jan 9 19:27:52 2013 UTC

# Line 63 | Line 63 | namespace OpenMD {
63    
64    void NonBondedInteractionsSectionParser::parseLine(ForceField& ff,const std::string& line, int lineNo){
65      StringTokenizer tokenizer(line);
66    NonBondedInteractionType* nbiType = NULL;
66      int nTokens = tokenizer.countTokens();
67      
68      if (nTokens < 3) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines