remove warning

release/4.3a0
Chris Beall 2010-10-23 15:27:55 +00:00
parent bb4a9dbba5
commit c8d1444378
1 changed files with 2 additions and 2 deletions

View File

@ -226,8 +226,8 @@ TEST( Tensor5, Outer32)
double data[3][3] = { { 0, 0, 3 }, { 0, 8, -125 }, { -3, 125, 1 } };
FundamentalMatrix F(data);
Index<3, 'd'> d, _d;
Index<3, 'e'> e, _e;
//Index<3, 'd'> d, _d;
//Index<3, 'e'> e, _e;
//print(T(_a,b,c)*F(_d,_e));
}