Diff of /Body/Beta/UlmRat/Body.any [000000] .. [38ba34]

Switch to side-by-side view

--- a
+++ b/Body/Beta/UlmRat/Body.any
@@ -0,0 +1,20 @@
+#ifndef FRACTUREMODEL
+#define FRACTUREMODEL 0
+#endif
+
+// Definition of segments of the rat model
+#include "Segments.any"
+    
+// Definition of muscles of the rat model
+#if FRACTUREMODEL
+#include "Muscles_Split.any"
+#else
+#include "Muscles.any"
+#endif
+
+// Definition of joints of the rat model
+#if FRACTUREMODEL
+#include "Joints_Split.any"
+#else
+#include "Joints.any"
+#endif
\ No newline at end of file