Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Chabert committed Nov 28, 2018
1 parent 4b5d770 commit 66d2680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/operators/tests/TestCross.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ void TestCrossProduct::eval1() {
double _x2[]={4,5,6};
double _y[]= {-3,6,-3};
Vector x1(3,_x1);
Vector x2(3,_x1);
Vector x2(3,_x2);
Vector y(3,_y);
//CPPUNIT_ASSERT(cross(x1,x2)==y);
CPPUNIT_ASSERT(cross(x1,x2)==y);
}

} // end namespace

0 comments on commit 66d2680

Please sign in to comment.