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

Comparing trunk/OOPSE-4/src/io/SCAtomTypesSectionParser.cpp (file contents):
Revision 2427 by chuckv, Mon Nov 14 21:29:36 2005 UTC vs.
Revision 2447 by chuckv, Wed Nov 16 21:37:45 2005 UTC

# Line 44 | Line 44
44   *
45   *  Created by Charles F. Vardeman II on 11/14/05.
46   *  @author  Charles F. Vardeman II
47 < *  @version $Id: SCAtomTypesSectionParser.cpp,v 1.1 2005-11-14 21:29:27 chuckv Exp $
47 > *  @version $Id: SCAtomTypesSectionParser.cpp,v 1.2 2005-11-16 21:37:41 chuckv Exp $
48   *
49   */
50  
# Line 83 | Line 83 | namespace oopse {
83          scParam.alpha = tokenizer.nextTokenAsDouble();
84          
85          
86        
87          
86          atomType->addProperty(new SCParamGenericData("SC", scParam));
87 <        atomType->setLennardJones();
87 >        atomType->setSC();
88        }else {
89          sprintf(painCave.errMsg, "SCAtomTypesSectionParser Error: Atom Type [%s] is not created yet\n", atomTypeName.c_str());
90          painCave.isFatal = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines