Changeset 4862
- Timestamp:
- 07/28/10 20:03:44 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/ModelProcessorx/Qmu/CreateParametersQmu.cpp
r4860 r4862 187 187 188 188 if(iomodel->qmu_mass_flux_num_profiles==0)ISSMERROR(" qmu_mass_flux_num_profiles is 0, when MassFlux computations were requested!"); 189 189 190 array=(double**)xmalloc(iomodel->qmu_mass_flux_num_profiles*sizeof(double*)); 190 191 mdims_array=(int*)xmalloc(iomodel->qmu_mass_flux_num_profiles*sizeof(int)); … … 220 221 } 221 222 } 223 else{ 224 matrix=NULL; 225 } 222 226 223 227 /*Assign: */
Note:
See TracChangeset
for help on using the changeset viewer.