Changeset 16918


Ignore:
Timestamp:
11/25/13 08:46:42 (11 years ago)
Author:
bdef
Message:

BUG: Changing the initialization of the transfer to deal with single layer hydrology model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutionsequences/solutionsequence_hydro_nonlinear.cpp

    r16902 r16918  
    6161                analysis->ElementizeEplMask(femmodel);
    6262                delete analysis;
    63                 femmodel->HydrologyTransferx();
    6463        }
     64        /*For the initialization we compute the transfer without the mask if the EPL is not present*/
     65        femmodel->HydrologyTransferx();
    6566
    6667        /*Iteration on the two layers*/
Note: See TracChangeset for help on using the changeset viewer.