]> Dogcows Code - chaz/yoink/blobdiff - src/cml/vector/dynamic.h
testing new non-autotools build system
[chaz/yoink] / src / cml / vector / dynamic.h
index 0fa800ca259664472856077aec1b8a1b378e73ff..4fba063f2aae0e3eb9a68e280238578e4ba869cc 100644 (file)
@@ -37,6 +37,9 @@ class vector< Element, dynamic<Alloc> >
     /* Shorthand for the type of this vector: */
     typedef vector<Element,generator_type> vector_type;
 
+    /* The vector coordinate type: */
+    typedef Element coordinate_type;
+
     /* For integration into the expression template code: */
     typedef vector_type expr_type;
 
This page took 0.016829 seconds and 4 git commands to generate.