Changeset 1632
- Timestamp:
- 08/11/09 07:31:55 (15 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/EnumDefinitions/EnumDefinitions.cpp
r1628 r1632 70 70 int NodeEnum(void){ return 420; } 71 71 /*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 72 int LoadEnum(void){ return 430; } 73 int IcefrontEnum(void){ return 431; } 74 int RiftfrontEnum(void){ return 432; } 75 int PenpairEnum(void){ return 433; } 76 int PengridEnum(void){ return 434; } 78 77 /*Materials: */ 79 78 int MaterialEnum(void){ return 440; } -
issm/trunk/src/c/ModelProcessorx/DiagnosticHoriz/CreateLoadsDiagnosticHoriz.cpp
r1628 r1632 137 137 } 138 138 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))); 140 140 } 141 141 -
issm/trunk/src/c/objects/Tria.cpp
r1439 r1632 317 317 318 318 #undef __FUNCT__ 319 #define __FUNCT__ "Tria:: reateKMatrix"319 #define __FUNCT__ "Tria::CreateKMatrix" 320 320 321 321 void Tria::CreateKMatrix(Mat Kgg,void* inputs,int analysis_type,int sub_analysis_type){ … … 545 545 } 546 546 547 548 547 #ifdef _DEBUGELEMENTS_ 549 548 if(my_rank==RANK && id==ELID){
Note:
See TracChangeset
for help on using the changeset viewer.