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

Comparing:
branches/development/src/io/NonBondedInteractionsSectionParser.cpp (file contents), Revision 1725 by gezelter, Sat May 26 18:13:43 2012 UTC vs.
trunk/src/io/NonBondedInteractionsSectionParser.cpp (file contents), Revision 1793 by gezelter, Fri Aug 31 21:16:10 2012 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 >
67      int nTokens = tokenizer.countTokens();
68      
69      if (nTokens < 3) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines