Changeset 18509


Ignore:
Timestamp:
09/11/14 12:11:35 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing NR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Materials/Matpar.cpp

    r18504 r18509  
    2929        switch(materials_type){
    3030                case MaticeEnum:
     31                case MatdamageiceEnum:
    3132                        iomodel->Constant(&this->rho_ice,MaterialsRhoIceEnum);
    3233                        iomodel->Constant(&this->rho_water,MaterialsRhoSeawaterEnum);
     
    110111                        break;
    111112                default:
    112                         _error_("Material not supported yet");
     113                        _error_("Material "<< EnumToStringx(materials_type) <<" not supported yet");
    113114        }
    114115}
Note: See TracChangeset for help on using the changeset viewer.