Changeset 11356


Ignore:
Timestamp:
02/07/12 15:56:12 (13 years ago)
Author:
seroussi
Message:

minor last modification to fix NR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/thermal.m

    r11347 r11356  
    5454                        checkfield(md,'thermal.stabilization','numel',1,'values',[0 1 2]);
    5555                        checkfield(md,'thermal.spctemperature','forcing',1);
    56                         if ismember(EnthalpyAnalysisEnum,analyses),
     56                        if (ismember(EnthalpyAnalysisEnum,analyses) & md.thermal.isenthalpy),
    5757                        checkfield(md,'thermal.spctemperature','<',md.materials.meltingpoint-md.materials.beta*md.materials.rho_ice*md.constants.g*md.geometry.thickness,'message','spctemperature should be below the adjusted melting point');
    5858                        checkfield(md,'thermal.isenthalpy','numel',1,'values',[0 1]);
Note: See TracChangeset for help on using the changeset viewer.