ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/GenericData.hpp
(Generate patch)

Comparing branches/development/src/utils/GenericData.hpp (file contents):
Revision 1807 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1808 by gezelter, Mon Oct 22 20:42:10 2012 UTC

# Line 45 | Line 45
45   * @brief
46   * @author tlin
47   * @date 09/20/2004
48 * @time 9:30am
48   * @version 1.0
49   */
50  
# Line 133 | Line 132 | namespace OpenMD{
132      ElemDataType& getData()  {return data_;}
133      /**
134       * Sets POD data
135 <     * @data POD data to be set
135 >     * @param data POD data to be set
136       */
137      void setData(const ElemDataType& data) { data_ = data;  }
138  
# Line 180 | Line 179 | namespace OpenMD{
179     * @class STLContainerTypeData
180     * @brief STL container type generic data which is associated with an id
181     *
182 <   * @template ContainerType
183 <   * @template ElemDataType
182 >   * \tparam ContainerType
183 >   * \tparam ElemDataType
184     */
185    template <typename ElemDataType >
186    class VectorTypeData : public GenericData {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines