Changeset 504


Ignore:
Timestamp:
05/19/09 15:44:07 (16 years ago)
Author:
Eric.Larour
Message:

Minor

File:
1 edited

Legend:

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

    r503 r504  
    3838
    3939                %Solve 
    40                 displaystring(m.parameters.debug,'%s',['   condition number of stiffness matrix: ',condest(K_ff)]);
     40                displaystring(m.parameters.debug,'%s%g','   condition number of stiffness matrix: ',condest(K_ff));
    4141                [t_f]=Solver(K_ff,p_f,[],m.parameters);
    4242
     
    5555       
    5656                if ~converged,
    57                         displaystring(m.parameters.debug,'\n%s%i','#unstable constraints ',num_unstable_constraints);
    58                         m.parameters.min_thermal_constraints
     57                        displaystring(m.parameters.debug,'%s%i','   #unstable constraints ',num_unstable_constraints);
    5958                       
    6059                        if num_unstable_constraints<=m.parameters.min_thermal_constraints,
Note: See TracChangeset for help on using the changeset viewer.