Changeset 1632


Ignore:
Timestamp:
08/11/09 07:31:55 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed Enum problem

Location:
issm/trunk/src/c
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/EnumDefinitions/EnumDefinitions.cpp

    r1628 r1632  
    7070int NodeEnum(void){                     return          420; }
    7171/*Loads: */
    72 int LoadEnum(void){                     return         200; }
    73 int IcefrontEnum(void){                 return         201; }
    74 int RiftfrontEnum(void){                return         202; }
    75 int PenpairEnum(void){                  return         203; }
    76 int PengridEnum(void){                  return         204; }
    77 
     72int LoadEnum(void){                     return          430; }
     73int IcefrontEnum(void){                 return          431; }
     74int RiftfrontEnum(void){                return          432; }
     75int PenpairEnum(void){                  return          433; }
     76int PengridEnum(void){                  return          434; }
    7877/*Materials: */
    7978int MaterialEnum(void){                 return          440; }
  • issm/trunk/src/c/ModelProcessorx/DiagnosticHoriz/CreateLoadsDiagnosticHoriz.cpp

    r1628 r1632  
    137137                }
    138138                else{
    139                         throw ErrorException(__FUNCT__," element type not supported yet");
     139                        throw ErrorException(__FUNCT__,exprintf(" element type %i not supported yet",(int)*(model->elements_type+2*element+0)));
    140140                }
    141141
  • issm/trunk/src/c/objects/Tria.cpp

    r1439 r1632  
    317317
    318318#undef __FUNCT__
    319 #define __FUNCT__ "Tria::reateKMatrix"
     319#define __FUNCT__ "Tria::CreateKMatrix"
    320320
    321321void  Tria::CreateKMatrix(Mat Kgg,void* inputs,int analysis_type,int sub_analysis_type){
     
    545545        }
    546546
    547 
    548547        #ifdef _DEBUGELEMENTS_
    549548        if(my_rank==RANK && id==ELID){
Note: See TracChangeset for help on using the changeset viewer.