Changeset 1786


Ignore:
Timestamp:
08/20/09 14:22:46 (16 years ago)
Author:
Eric.Larour
Message:

Minor debug printing

File:
1 edited

Legend:

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

    r1784 r1786  
    5757                [loads,constraints_converged,num_unstable_constraints] =PenaltyConstraints( m.elements,m.nodes, loads, m.materials,m.parameters,inputs,analysis_type,sub_analysis_type);
    5858       
    59                 %displaystring(m.parameters.debug,'%s%i','      number of unstable constraints: ',num_unstable_constraints);
    60                 displaystring(1,'%s%i','      number of unstable constraints: ',num_unstable_constraints);
     59                displaystring(m.parameters.debug,'%s%i','      number of unstable constraints: ',num_unstable_constraints);
    6160
    6261                %Figure out if convergence have been reached
Note: See TracChangeset for help on using the changeset viewer.