remove the Matrix_ prefix

This commit is contained in:
Benoit Jacob
2009-01-06 18:07:16 +00:00
parent 8e888a45d0
commit 2db434265b
7 changed files with 18 additions and 20 deletions

View File

@@ -70,7 +70,7 @@ struct Good8
struct Good9
{
Matrix<float,2,2,Matrix_DontAlign> m; // good: no alignment requested
Matrix<float,2,2,DontAlign> m; // good: no alignment requested
float f;
};