Changeset 16361


Ignore:
Timestamp:
10/10/13 07:52:39 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed SIA SSA coupling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r16351 r16361  
    228228                                case FSApproximationEnum:
    229229                                        return CreateKMatrixStressbalanceFS();
     230                                case SIAApproximationEnum:
     231                                        return NULL;
    230232                                case NoneApproximationEnum:
    231233                                        return NULL;
     
    393395                                case FSApproximationEnum:
    394396                                        return CreatePVectorStressbalanceFS();
     397                                case SIAApproximationEnum:
     398                                        return NULL;
    395399                                case NoneApproximationEnum:
    396400                                        return NULL;
Note: See TracChangeset for help on using the changeset viewer.