Ignore:
Timestamp:
08/04/15 16:22:56 (10 years ago)
Author:
seroussi
Message:

New: added new basalforcings and friction law classes for mismip+

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/StressbalanceAnalysis.cpp

    r19386 r19479  
    828828                        iomodel->FetchDataToInput(elements,TemperatureEnum);
    829829                        break;
     830                case 7:
     831                        iomodel->FetchDataToInput(elements,FrictionCoefficientEnum);
     832                        iomodel->FetchDataToInput(elements,FrictionCoefficientcoulombEnum);
     833                        iomodel->FetchDataToInput(elements,FrictionPEnum);
     834                        iomodel->FetchDataToInput(elements,FrictionQEnum);
     835                        break;
    830836                default:
    831837                        _error_("not supported");
Note: See TracChangeset for help on using the changeset viewer.