From cbd30d722759c8be0eb6ab06918d622259886e21 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Sat, 9 Jan 2016 09:37:59 -0500 Subject: [PATCH] Fixed bug in TestBubble --- tests/TestBubble.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestBubble.cpp b/tests/TestBubble.cpp index a2a0e4c5..29527cee 100644 --- a/tests/TestBubble.cpp +++ b/tests/TestBubble.cpp @@ -163,8 +163,8 @@ int main(int argc, char **argv) input >> Fx; input >> Fy; input >> Fz; - input >> InitialCondition; - input >> BoundaryCondition; + input >> Restart; + input >> pBC; input >> din; input >> dout; input >> timestepMax; // max no. of timesteps