Ignore:
Timestamp:
08/25/09 14:07:38 (16 years ago)
Author:
Eric.Larour
Message:

NoneAnalysisEnum not necessary to add a formulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/transient.cpp

    r1881 r1886  
    8585       
    8686        _printf_("\n   reading surface and bed slope computation model data:\n");
    87         model->AddFormulation(fid,SlopeComputeAnalysisEnum(),NoneAnalysisEnum());
     87        model->AddFormulation(fid,SlopeComputeAnalysisEnum());
    8888
    8989        _printf_("\n   reading prognositc model data:\n");
    90         model->AddFormulation(fid,PrognosticAnalysisEnum(),NoneAnalysisEnum());
     90        model->AddFormulation(fid,PrognosticAnalysisEnum());
    9191       
    9292        /*Do we run in 3d?, in which case we need thermal and melting also:*/
Note: See TracChangeset for help on using the changeset viewer.