diff options
Diffstat (limited to 'src/main/Simulator/Graph_03lsy.c')
-rw-r--r-- | src/main/Simulator/Graph_03lsy.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/main/Simulator/Graph_03lsy.c b/src/main/Simulator/Graph_03lsy.c deleted file mode 100644 index 9f9c164..0000000 --- a/src/main/Simulator/Graph_03lsy.c +++ /dev/null @@ -1,19 +0,0 @@ -/* 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 - |