documentation correction and tests in PIMathVector.h
This commit is contained in:
@@ -14,7 +14,7 @@ bool cmpVectorWithValue(PIMathVectorT<SIZE, double> vector, double val, int num)
|
||||
return b;
|
||||
}
|
||||
|
||||
TEST(PIMathVectorT_Test, SIZE) {
|
||||
TEST(PIMathVectorT_Test, size) {
|
||||
PIMathVectorT<SIZE, double> vector;
|
||||
ASSERT_TRUE(vector.size() == SIZE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user