Index: /issm/trunk/src/m/qmu/MassFluxProcessProfile.m
===================================================================
--- /issm/trunk/src/m/qmu/MassFluxProcessProfile.m	(revision 4761)
+++ /issm/trunk/src/m/qmu/MassFluxProcessProfile.m	(revision 4761)
@@ -0,0 +1,14 @@
+function segments=MassFluxProcessProfile(md);
+%MASSFLUXPROCESSPROFILE: process an argus domain outlien profile into a list of segments.
+%
+% Usage: segments=MassFluxProcessProfile(md);
+%
+%
+% See also: PROCESS_QMU_RESPONSE_DATA, PREQMU
+
+
+%first read the profile points.
+profile=expread(['../' md.qmu_mass_flux_profile],1); %go to ../ because the exp file is in the root directory.
+
+%project this profile onto mesh.
+segments=ProfileProjectOntoMesh(md,profile);
Index: /issm/trunk/src/m/qmu/preqmu.m
===================================================================
--- /issm/trunk/src/m/qmu/preqmu.m	(revision 4760)
+++ /issm/trunk/src/m/qmu/preqmu.m	(revision 4761)
@@ -108,4 +108,4 @@
 
 %now, we have to provide all the info necessary for the solutions to compute the responses. For ex, if mass_flux 
-%is a response, we need a profile of points. For max_vel, we don't need anything.
+%is a response, we need a profile of points.  For a misfit, we need the observed velocity, etc ...
 md=process_qmu_response_data(md);
Index: sm/trunk/src/m/qmu/responsedataprocessing/MassFluxProcessProfile.m
===================================================================
--- /issm/trunk/src/m/qmu/responsedataprocessing/MassFluxProcessProfile.m	(revision 4760)
+++ 	(revision )
@@ -1,14 +1,0 @@
-function segments=MassFluxProcessProfile(md);
-%MASSFLUXPROCESSPROFILE: process an argus domain outlien profile into a list of segments.
-%
-% Usage: segments=MassFluxProcessProfile(md);
-%
-%
-% See also: PROCESS_QMU_RESPONSE_DATA, PREQMU
-
-
-%first read the profile points.
-profile=expread(['../' md.qmu_mass_flux_profile],1); %go to ../ because the exp file is in the root directory.
-
-%project this profile onto mesh.
-segments=ProfileProjectOntoMesh(md,profile);
