refactor cloth
This commit is contained in:
		| @@ -60,11 +60,10 @@ | ||||
| #include <testbed/tests/tumbler.h> | ||||
| #include <testbed/tests/multiple_pendulum.h> | ||||
| #include <testbed/tests/cloth_test.h> | ||||
| #include <testbed/tests/spring_cloth_test.h> | ||||
| #include <testbed/tests/table_cloth.h> | ||||
| #include <testbed/tests/pinned_cloth.h> | ||||
| #include <testbed/tests/shirt.h> | ||||
| #include <testbed/tests/mass_types.h> | ||||
| #include <testbed/tests/particle_types.h> | ||||
| #include <testbed/tests/tension_mapping.h> | ||||
| #include <testbed/tests/single_pendulum.h> | ||||
| #include <testbed/tests/rope_test.h> | ||||
| @@ -113,11 +112,10 @@ TestEntry g_tests[] = | ||||
| 	{ "Tumbler", &Tumbler::Create }, | ||||
| 	{ "Initial Overlap", &InitialOverlap::Create }, | ||||
| 	{ "Multiple Pendulum", &MultiplePendulum::Create }, | ||||
| 	{ "Cloth", &Cloth::Create }, | ||||
| 	{ "Table Cloth", &TableCloth::Create }, | ||||
| 	{ "Pinned Cloth", &PinnedCloth::Create }, | ||||
| 	{ "Shirt", &Shirt::Create }, | ||||
| 	{ "Mass Types", &MassTypes::Create }, | ||||
| 	{ "Particle Types", &ParticleTypes::Create }, | ||||
| 	{ "Tension Mapping", &TensionMapping::Create }, | ||||
| 	{ "Mass-Spring System", &MassSpring::Create }, | ||||
| 	{ "Single Pendulum", &SinglePendulum::Create }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user