Changeset 5200
- Timestamp:
- 08/12/10 12:37:27 (15 years ago)
- Location:
- issm/trunk/src/m/qmu
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/qmu/qmuisdistributed.m
r2054 r5200 6 6 last=string(end); 7 7 8 if ((double(last)<=57) & (double(last)>=4 9)),8 if ((double(last)<=57) & (double(last)>=48)), 9 9 found=1; 10 10 else -
issm/trunk/src/m/qmu/setupdesign/QmuSetupDesign.m
r5197 r5200 16 16 %or if we just carry it forward as is. 17 17 18 %if descriptor is something like 'Thickness1','Surface10', etc ... the variable expansion already did the work, skip 19 if qmuisdistributed(descriptor), 20 return; 21 end 22 23 %if descriptor is more generic, like 'Thickness','RhoIce', decide whether it will get expanded. 18 24 switch descriptor, 19 25 case {'RhoIce','RhoWater','HeatCapacity','ThermalConductivity','Gravity'},
Note:
See TracChangeset
for help on using the changeset viewer.