summaryrefslogtreecommitdiffstats
path: root/rasodmg/marray.hh
diff options
context:
space:
mode:
authorshaan <s.rauniyar@jacobs-university.de>2009-07-02 18:15:09 +0200
committerConstantin <jucovschi@gmail.com>2010-04-01 11:58:25 +0200
commit717727ce3d99142b7197730a45e4640191d99c84 (patch)
tree526b8d2ead5b5c6ce3b8460c494990aa6e08d022 /rasodmg/marray.hh
parent6f1293e6d9ead21d664d1e5116a7bca13a109103 (diff)
downloadrasdaman-upstream-717727ce3d99142b7197730a45e4640191d99c84.tar.gz
rasdaman-upstream-717727ce3d99142b7197730a45e4640191d99c84.tar.xz
rasdaman-upstream-717727ce3d99142b7197730a45e4640191d99c84.zip
Module for Rasodmg
Diffstat (limited to 'rasodmg/marray.hh')
-rw-r--r--rasodmg/marray.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/rasodmg/marray.hh b/rasodmg/marray.hh
index 8b5e5ea..18d4385 100644
--- a/rasodmg/marray.hh
+++ b/rasodmg/marray.hh
@@ -50,7 +50,10 @@ using namespace std;
a normal C or C++ array from the programmers point of view.
*/
-
+
+/**
+ * \ingroup Rasodmgs
+ */
template<class T>
class r_Marray : public r_GMarray
{