Switch to side-by-side view

--- a
+++ b/functions/@mmo/changefile.m
@@ -0,0 +1,7 @@
+% this function is called when the file is being saved
+
+function obj = changefile(obj, newfile)
+
+    movefile(obj.dataFile, newfile);
+    obj.dataFile = newfile;
+    obj.writable = false;