Changeset 76


Ignore:
Timestamp:
04/28/09 11:11:57 (16 years ago)
Author:
seroussi
Message:

fixed problem NaN values caused by overshooting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/cielo/diagnostic_core_nonlinear.m

    r69 r76  
    5757                [soln(count).u_g]= Mergesolutionfromftog( soln(count).u_f, m.Gmn, m.ys, m.nodesets );
    5858
    59                 %if (count>2),
    60                 %       soln(count-1).u_f=NaN;
    61                 %end
     59                if (count>2),
     60                        soln(count-1).u_f=NaN;
     61                end
    6262
    6363                %Deal with penalty loads
     
    8787                end
    8888
    89                 if (count>2),
    90                         soln(count-1).u_g=NaN;
    91                 end
     89                %if (count>2),
     90                %       soln(count-1).u_g=NaN;
     91                %end
    9292        end
    9393                       
Note: See TracChangeset for help on using the changeset viewer.