- Timestamp:
- 07/28/10 19:32:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/ModelProcessorx/Qmu/CreateParametersQmu.cpp
r4858 r4860 201 201 #else 202 202 for(i=0;i<M;i++){ 203 sprintf(massflux_tag,"%s%i","qmu_mass_flux_segments",i );203 sprintf(massflux_tag,"%s%i","qmu_mass_flux_segments",i+1); //names were created using Matlab indexing convention 204 204 IoModelFetchData(&temp_matrix,&temp_m,&temp_n,iomodel_handle,massflux_tag); 205 205
Note:
See TracChangeset
for help on using the changeset viewer.