Index: /issm/trunk/src/m/model/marshall.m
===================================================================
--- /issm/trunk/src/m/model/marshall.m	(revision 9556)
+++ /issm/trunk/src/m/model/marshall.m	(revision 9557)
@@ -31,6 +31,5 @@
 end
 
-%Quick fix: add some fields needed by parameters
-WriteData(fid,'numberofvertices',md.numberofnodes,modelfield('format','Integer'));
+%FIXME add some fields needed by parameters
 WriteData(fid,'numberofedges',size(md.edges,1),modelfield('format','Integer'));
 
@@ -253,4 +252,9 @@
 %   Usage:
 %      enum=BuildEnum(string)
+
+%FIXME: delete this one
+if strcmp(string,'numberofnodes'),
+	string='numberofvertices';
+end
 
 if findstr(string,'icesheet'),
@@ -337,5 +341,5 @@
 end% }}}
 
-%Some processing, should be moved to the corresponding classes in the future
+%FIXME Some processing, should be moved to the corresponding classes in the future
 function out=marshallverbose(in)
 	out = VerboseToBinary(in);
