From a4b4047e48e435253efea0c188b808995a477d8c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 22 Jun 2017 17:56:01 +0100 Subject: Fixing file names --- test/rigid_body_test.cpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test/rigid_body_test.cpp (limited to 'test/rigid_body_test.cpp') diff --git a/test/rigid_body_test.cpp b/test/rigid_body_test.cpp deleted file mode 100644 index c5683697..00000000 --- a/test/rigid_body_test.cpp +++ /dev/null @@ -1,19 +0,0 @@ -#include "Physics/particlebody.hpp" - -#include - -int main(int, char**) -{ - yage::ParticleBody body; - for(int i=0; i<60*3; ++i) - { - body.update(); - std::cout<<"position: "<ideal_position*1.05) - return 0; - return 1; -} -- cgit