diff +rv/+time/RungekuttaExteriorRvMg.m @ 1162:0ec06ca3fc36 feature/rv

Add missing semicolons
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 27 Jun 2019 11:03:40 +0200
parents 76e3bb7836cf
children 745ae0d134c9
line wrap: on
line diff
--- a/+rv/+time/RungekuttaExteriorRvMg.m	Tue Jun 25 17:00:27 2019 +0200
+++ b/+rv/+time/RungekuttaExteriorRvMg.m	Thu Jun 27 11:03:40 2019 +0200
@@ -32,8 +32,8 @@
         
             obj.RV = RV;
             obj.DvDt = DvDt;
-            obj.v_unstable = 0*v0
-            obj.viscosity = 0*v0
+            obj.v_unstable = 0*v0;
+            obj.viscosity = 0*v0;
         end
 
         function [v, t] = getV(obj)