Changeset 20124


Ignore:
Timestamp:
02/11/16 19:26:54 (9 years ago)
Author:
Eric.Larour
Message:

CHG: fixed bug correspnding to the addition of a new 2d mesh, the mesh3dsurface

File:
1 edited

Legend:

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

    r18930 r20124  
    4343        iomodel->FetchDataToInput(elements,BaseEnum);
    4444        iomodel->FetchDataToInput(elements,MaskIceLevelsetEnum);
    45         if(iomodel->domaintype!=Domain2DhorizontalEnum){
     45        if(iomodel->domaintype!=Domain2DhorizontalEnum & iomodel->domaintype!=Domain3DsurfaceEnum){
    4646                iomodel->FetchDataToInput(elements,MeshVertexonbaseEnum);
    4747                iomodel->FetchDataToInput(elements,MeshVertexonsurfaceEnum);
Note: See TracChangeset for help on using the changeset viewer.