aboutsummaryrefslogtreecommitdiffstats
path: root/test/matrixtest.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-06 21:42:40 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-06 21:42:40 +0100
commit3ce4865390924d13c525938c5c60c73650564a50 (patch)
tree973a886ba303ef5f379fb0dbc0f49c23ff8268c1 /test/matrixtest.cpp
parent5401b4a6ea1055e27820fd1155c7093d63491214 (diff)
downloadYAGE-3ce4865390924d13c525938c5c60c73650564a50.tar.gz
YAGE-3ce4865390924d13c525938c5c60c73650564a50.zip
ParticleBody now passes gravity test
Diffstat (limited to 'test/matrixtest.cpp')
-rw-r--r--test/matrixtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/matrixtest.cpp b/test/matrixtest.cpp
index 530d3530..ee568067 100644
--- a/test/matrixtest.cpp
+++ b/test/matrixtest.cpp
@@ -41,7 +41,7 @@ int vectorDotProduct(const std::vector<int> &vec_contents_f, const std::vector<i
int x = yage::matrix::dot(v1, v2);
- return x==76;
+ return x;
}
bool matrixMultiplication()