X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fcml%2Fvector%2Fdynamic.h;h=4fba063f2aae0e3eb9a68e280238578e4ba869cc;hp=0fa800ca259664472856077aec1b8a1b378e73ff;hb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;hpb=0fffd0097d7b496454413e57b398c903ecc252e4 diff --git a/src/cml/vector/dynamic.h b/src/cml/vector/dynamic.h index 0fa800c..4fba063 100644 --- a/src/cml/vector/dynamic.h +++ b/src/cml/vector/dynamic.h @@ -37,6 +37,9 @@ class vector< Element, dynamic > /* Shorthand for the type of this vector: */ typedef vector vector_type; + /* The vector coordinate type: */ + typedef Element coordinate_type; + /* For integration into the expression template code: */ typedef vector_type expr_type;