rename an experiment, prints energy

This commit is contained in:
Irlan
2018-04-03 15:03:01 -03:00
parent 6e0e269f68
commit d080bfe9ea
2 changed files with 15 additions and 10 deletions

View File

@ -64,7 +64,7 @@
#include <testbed/tests/cloth_dragger.h>
#include <testbed/tests/rope_test.h>
//#include <testbed/tests/tree_test.h>
#include <testbed/tests/implicit_spring.h>
#include <testbed/tests/mass_spring.h>
TestEntry g_tests[] =
{
@ -114,6 +114,6 @@ TestEntry g_tests[] =
{ "Spring Cloth Dragging", &ClothDraggerTest::Create },
{ "Rope", &Rope::Create },
//{ "Tree", &Tree::Create },
{ "Implicit Spring", &ImplicitSpring::Create },
{ "Mass-Spring System", &MassSpring::Create },
{ NULL, NULL }
};