X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2Fcml%2Fvector%2Fdynamic.h;h=4fba063f2aae0e3eb9a68e280238578e4ba869cc;hp=0fa800ca259664472856077aec1b8a1b378e73ff;hb=50c1239917f5e443b8ec91773c85ceb3db7da67b;hpb=c2321281bf12a7efaedde930422c7ddbc92080d4 diff --git a/src/Moof/cml/vector/dynamic.h b/src/Moof/cml/vector/dynamic.h index 0fa800c..4fba063 100644 --- a/src/Moof/cml/vector/dynamic.h +++ b/src/Moof/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;