Changeset 5138
- Timestamp:
- 08/10/10 16:41:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Loads/Icefront.cpp
r5136 r5138 55 55 icefront_mparid=iomodel->numberofelements+1; //matlab indexing 56 56 57 if (in_icefront_type== QuadIceFrontEnum){57 if (in_icefront_type==SegmentIcefrontEnum){ 58 58 icefront_node_ids[0]=iomodel->nodecounter+(int)*(iomodel->pressureload+segment_width*i+0); 59 59 icefront_node_ids[1]=iomodel->nodecounter+(int)*(iomodel->pressureload+segment_width*i+1); … … 65 65 icefront_node_ids[3]=iomodel->nodecounter+(int)*(iomodel->pressureload+segment_width*i+3); 66 66 } 67 else ISSMERROR(" analysis_type %s not supported yet!",EnumToString(in_analysis_type));67 else ISSMERROR("in_icefront_type %s not supported yet!",EnumToString(in_icefront_type)); 68 68 69 69 if (in_icefront_type==QuadIceFrontEnum) num_nodes=4;
Note:
See TracChangeset
for help on using the changeset viewer.