summaryrefslogtreecommitdiff
path: root/src/main/Simulator/Graph_03lsy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Simulator/Graph_03lsy.c')
-rw-r--r--src/main/Simulator/Graph_03lsy.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/main/Simulator/Graph_03lsy.c b/src/main/Simulator/Graph_03lsy.c
new file mode 100644
index 0000000..9f9c164
--- /dev/null
+++ b/src/main/Simulator/Graph_03lsy.c
@@ -0,0 +1,19 @@
+/* Linear Systems */
+#include "Graph_model.h"
+#include "Graph_12jac.h"
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
+/* initial linear systems */
+/* initial_lambda0 linear systems */
+/* parameter linear systems */
+/* model linear systems */
+/* inline linear systems */
+/* jacobians linear systems */
+
+
+#if defined(__cplusplus)
+}
+#endif
+