Index: /issm/trunk/src/m/utils/Interp/PatchToVec.m
===================================================================
--- /issm/trunk/src/m/utils/Interp/PatchToVec.m	(revision 9084)
+++ /issm/trunk/src/m/utils/Interp/PatchToVec.m	(revision 9085)
@@ -8,8 +8,8 @@
 switch(Patch.interpolation(1)),
 	case P0Enum,
-		%vec(Patch.element)=Patch.value;
-		connectivity=sparse(Patch.index(:),1,1);
-		value       =sparse(Patch.index(:),1,Patch.value(:));
-		vec=full(value./connectivity);
+		vec(Patch.element)=Patch.value;
+		%connectivity=sparse(Patch.index(:),1,1);
+		%value       =sparse(Patch.index(:),1,Patch.value(:));
+		%vec=full(value./connectivity);
 	case P1Enum,
 		connectivity=sparse(Patch.index(:),1,1);
