Index: /issm/trunk-jpl/src/c/modules/IoModelToConstraintsx/IoModelToConstraintsx.cpp
===================================================================
--- /issm/trunk-jpl/src/c/modules/IoModelToConstraintsx/IoModelToConstraintsx.cpp	(revision 15133)
+++ /issm/trunk-jpl/src/c/modules/IoModelToConstraintsx/IoModelToConstraintsx.cpp	(revision 15134)
@@ -11,4 +11,5 @@
 	/*intermediary: */
 	int     i,j;
+	IssmPDouble yts;
 	bool        transient        = false;
 	FILE       *fid              = NULL;
@@ -27,4 +28,5 @@
 	/*Fetch parameters: */
 	iomodel->Constant(&numberofvertices,MeshNumberofverticesEnum);
+	iomodel->Constant(&yts,ConstantsYtsEnum);
 
 	/*First of, find the record for the enum, and get code  of data type: */
@@ -64,5 +66,5 @@
 		times=xNew<IssmDouble>(N);
 		for(j=0;j<N;j++){
-			times[j]=IssmDoublevector[(M-1)*N+j];
+			times[j]=IssmDoublevector[(M-1)*N+j]*yts;
 		}
 
