Index: /issm/trunk/src/c/objects/IoModel.cpp
===================================================================
--- /issm/trunk/src/c/objects/IoModel.cpp	(revision 5471)
+++ /issm/trunk/src/c/objects/IoModel.cpp	(revision 5472)
@@ -209,5 +209,7 @@
 	if(this->qmu_analysis){
 		IoModelFetchData(&this->numberofvariables,iomodel_handle,"numberofvariables");
+		IoModelFetchData(&this->numvariabledescriptors,iomodel_handle,"numvariabledescriptors");
 		IoModelFetchData(&this->numberofresponses,iomodel_handle,"numberofresponses");
+		IoModelFetchData(&this->numresponsedescriptors,iomodel_handle,"numresponsedescriptors");
 		IoModelFetchData(&this->qmu_npart,iomodel_handle,"npart");
 		IoModelFetchData(&this->qmu_mass_flux_num_profiles,iomodel_handle,"qmu_mass_flux_num_profiles");
@@ -230,6 +232,8 @@
 	this->control_parameter=NULL;
 	this->solverstring=NULL;
+	this->numberofvariables=0;
+	this->numvariabledescriptors=0;
 	this->numberofresponses=0;
-	this->numberofvariables=0;
+	this->numresponsedescriptors=0;
 	this->qmu_npart=0; 
 	this->numberofelements=0;
Index: /issm/trunk/src/c/objects/IoModel.h
===================================================================
--- /issm/trunk/src/c/objects/IoModel.h	(revision 5471)
+++ /issm/trunk/src/c/objects/IoModel.h	(revision 5472)
@@ -65,6 +65,8 @@
 
 		/*qmu: */
+		int      numberofvariables;
+		int      numvariabledescriptors;
 		int      numberofresponses;
-		int      numberofvariables;
+		int      numresponsedescriptors;
 		int      qmu_npart;
 
