Ignore:
Timestamp:
02/03/11 16:19:46 (14 years ago)
Author:
Eric.Larour
Message:

Switch from bool to int for GroundingLineEnum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/ModelProcessorx/CreateParameters.cpp

    r7124 r7311  
    7575        parameters->AddObject(new BoolParam(KffEnum,iomodel->kff));
    7676        parameters->AddObject(new BoolParam(IoGatherEnum,iomodel->io_gather));
    77         parameters->AddObject(new BoolParam(GroundingLineMigrationEnum,iomodel->gl_migration));
     77        parameters->AddObject(new IntParam(GroundingLineMigrationEnum,iomodel->gl_migration));
    7878
    7979        /*Deal with more complex parameters*/
Note: See TracChangeset for help on using the changeset viewer.