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

Comparing trunk/OOPSE-2.0/src/io/SCAtomTypesSectionParser.cpp (file contents):
Revision 2447 by chuckv, Wed Nov 16 21:37:45 2005 UTC vs.
Revision 2501 by chuckv, Thu Dec 8 15:38:49 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.2 2005-11-16 21:37:41 chuckv Exp $
47 > *  @version $Id: SCAtomTypesSectionParser.cpp,v 1.3 2005-12-08 15:38:49 chuckv Exp $
48   *
49   */
50  
# Line 54 | Line 54 | namespace oopse {
54   #include "utils/simError.h"
55   namespace oopse {
56    
57 <  SCAtomTypesSectionParser::SCAtomTypesSectionParser() {
57 >  SCAtomTypesSectionParser::SCAtomTypesSectionParser(ForceFieldOptions& options) : options_(options){
58      setSectionName("SCAtomTypes");
59    }
60    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines