Changeset 76
- Timestamp:
- 04/28/09 11:11:57 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/cielo/diagnostic_core_nonlinear.m
r69 r76 57 57 [soln(count).u_g]= Mergesolutionfromftog( soln(count).u_f, m.Gmn, m.ys, m.nodesets ); 58 58 59 %if (count>2),60 %soln(count-1).u_f=NaN;61 %end59 if (count>2), 60 soln(count-1).u_f=NaN; 61 end 62 62 63 63 %Deal with penalty loads … … 87 87 end 88 88 89 if (count>2),90 soln(count-1).u_g=NaN;91 end89 %if (count>2), 90 % soln(count-1).u_g=NaN; 91 %end 92 92 end 93 93
Note:
See TracChangeset
for help on using the changeset viewer.