Changeset 496


Ignore:
Timestamp:
05/19/09 14:36:02 (16 years ago)
Author:
Eric.Larour
Message:

Missing melting analysis type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/shared/Dofs/DistributeNumDofs.cpp

    r465 r496  
    3939                numdofs=1;
    4040        }
    41         else throw ErrorException(__FUNCT__," analysis type not implemented yet!");
     41        else if (analysis_type==MeltingAnalysisEnum()){
     42                numdofs=1;
     43        }
     44        else throw ErrorException(__FUNCT__,exprintf("%s%i%s"," analysis type: ",analysis_type,"  not implemented yet!"));
    4245
    4346        /*Assign output pointers:*/
Note: See TracChangeset for help on using the changeset viewer.