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

Comparing trunk/OOPSE-4/src/io/ZConsReader.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 48 | Line 48 | namespace oopse {
48   #include "brains/SimInfo.hpp"
49   #include "constraints/ZconsStruct.hpp"
50   namespace oopse {
51 <
52 <
53 < /**
54 < * @class ZConsReader
55 < * @todo document
56 < */
57 < class ZConsReader{
51 >  
52 >  
53 >  /**
54 >   * @class ZConsReader
55 >   * @todo document
56 >   */
57 >  class ZConsReader{
58    public:
59      
60      ZConsReader(SimInfo* info);
# Line 66 | Line 66 | class ZConsReader{
66      int getNFixedZmols() {return fixedZmolData_.size();}
67      const std::vector<ZconsData>& getFixedZMolData() {return fixedZmolData_; }    
68      double getCurTime() {return curTime_; }
69 <
69 >    
70    private:
71      
72      std::ifstream istream_;    
# Line 75 | Line 75 | class ZConsReader{
75      double curTime_;    
76      std::vector<ZconsData> fixedZmolData_;
77      const static int MAXBUFFERSIZE = 2000;    
78 < };
79 <
78 >  };
79 >  
80   }
81   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines