Index: /issm/trunk-jpl/src/m/classes/mesh2d.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/mesh2d.m	(revision 18558)
+++ /issm/trunk-jpl/src/m/classes/mesh2d.m	(revision 18559)
@@ -30,5 +30,5 @@
 	end
 	methods (Static)
-		function self = loadself(self) % {{{
+		function self = loadobj(self) % {{{
 			% This function is directly called by matlab when a model selfect is
 			% loaded. Update old properties here
@@ -38,5 +38,5 @@
 				oldself=self;
 				%Assign property values from struct
-				self=structtoself(mesh2d(),oldself)
+				self=structtoobj(mesh2d(),oldself)
 				if isfield(oldself,'hemisphere'),
 					disp('md.mesh.hemisphere has been automatically converted to EPSG code');
Index: /issm/trunk-jpl/src/m/classes/mesh2dvertical.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/mesh2dvertical.m	(revision 18558)
+++ /issm/trunk-jpl/src/m/classes/mesh2dvertical.m	(revision 18559)
@@ -29,5 +29,5 @@
 	end
 	methods (Static)
-		function self = loadself(self) % {{{
+		function self = loadobj(self) % {{{
 			% This function is directly called by matlab when a model selfect is
 			% loaded. Update old properties here
@@ -37,5 +37,5 @@
 				oldself=self;
 				%Assign property values from struct
-				self=structtoself(mesh2dvertical(),oldself)
+				self=structtoobj(mesh2dvertical(),oldself)
 				if isfield(oldself,'hemisphere'),
 					disp('md.mesh.hemisphere has been automatically converted to EPSG code');
Index: /issm/trunk-jpl/src/m/classes/mesh3dprisms.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/mesh3dprisms.m	(revision 18558)
+++ /issm/trunk-jpl/src/m/classes/mesh3dprisms.m	(revision 18559)
@@ -40,5 +40,5 @@
 	end
 	methods (Static)
-		function self = loadself(self) % {{{
+		function self = loadobj(self) % {{{
 			% This function is directly called by matlab when a model selfect is
 			% loaded. Update old properties here
@@ -48,5 +48,5 @@
 				oldself=self;
 				%Assign property values from struct
-				self=structtoself(mesh3dprisms(),oldself)
+				self=structtoobj(mesh3dprisms(),oldself)
 				if isfield(oldself,'hemisphere'),
 					disp('md.mesh.hemisphere has been automatically converted to EPSG code');
Index: /issm/trunk-jpl/src/m/classes/mesh3dtetras.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/mesh3dtetras.m	(revision 18558)
+++ /issm/trunk-jpl/src/m/classes/mesh3dtetras.m	(revision 18559)
@@ -40,5 +40,5 @@
 	end
 	methods (Static)
-		function self = loadself(self) % {{{
+		function self = loadobj(self) % {{{
 			% This function is directly called by matlab when a model selfect is
 			% loaded. Update old properties here
@@ -48,5 +48,5 @@
 				oldself=self;
 				%Assign property values from struct
-				self=structtoself(mesh3dtetras(),oldself)
+				self=structtoobj(mesh3dtetras(),oldself)
 				if isfield(oldself,'hemisphere'),
 					disp('md.mesh.hemisphere has been automatically converted to EPSG code');
