include/vector.h
branchpyrit
changeset 46 6493fb65f0b1
parent 44 3763b26244f0
child 74 09aedbf5f95f
--- a/include/vector.h	Wed Mar 19 17:18:59 2008 +0100
+++ b/include/vector.h	Wed Mar 26 00:52:27 2008 +0100
@@ -32,6 +32,9 @@
 
 using namespace std;
 
+/**
+ * three cell vector
+ */
 class Vector3
 {
 public: