X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2Fcml%2Fvector%2Fdynamic.h;h=4fba063f2aae0e3eb9a68e280238578e4ba869cc;hb=299af4f2047e767e5d79501c26444473bda64c64;hp=0fa800ca259664472856077aec1b8a1b378e73ff;hpb=c2321281bf12a7efaedde930422c7ddbc92080d4;p=chaz%2Fyoink 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;