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

Comparing trunk/OOPSE-4/src/utils/GenericData.hpp (file contents):
Revision 2577 by gezelter, Wed Feb 1 17:26:43 2006 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 54 | Line 54 | namespace oopse{
54   #include <list>
55   #include <string>
56   #include <vector>
57 + #include "config.h"
58   namespace oopse{
59  
60    /**
# Line 148 | Line 149 | namespace oopse{
149    /** FloatGenericData is a generic data type contains a float variable */
150    typedef SimpleTypeData<float> FloatGenericData;
151  
152 <  /** DoubleGenericData is a generic data type contains a double variable */
153 <  typedef SimpleTypeData<double> DoubleGenericData;
152 >  /** DoubleGenericData is a generic data type contains a RealType variable */
153 >  typedef SimpleTypeData<RealType> DoubleGenericData;
154    
155    /**
156     * @typedef StringGenericData
# Line 217 | Line 218 | namespace oopse{
218  
219    /**
220     * @typedef IntVectorGenericData
221 <   * A generic data type contains a  std::vector<double> variable.
221 >   * A generic data type contains a  std::vector<RealType> variable.
222     */  
223 <  typedef VectorTypeData<double> DoubleVectorGenericData;
223 >  typedef VectorTypeData<RealType> DoubleVectorGenericData;
224  
225    /**
226     * @typedef StringVectorGenericData

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines