From 20977436eceac382b3722e8fbba21ae9ade88bfe Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Wed, 23 Jan 2019 12:57:56 -0500 Subject: [PATCH] unid'ed sim.py change --- SimCAD/engine/simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimCAD/engine/simulation.py b/SimCAD/engine/simulation.py index 2660d2a..66f065f 100644 --- a/SimCAD/engine/simulation.py +++ b/SimCAD/engine/simulation.py @@ -88,4 +88,4 @@ class Executor: pipe_run += [first_timestep_per_run] + tail del states_list_copy - return pipe_run + return pipe_run \ No newline at end of file