Changeset 3515 for issm/trunk
- Timestamp:
- 04/12/10 13:54:37 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Beam.cpp
r3470 r3515 17 17 #include "../include/typedefs.h" 18 18 #include "../include/macros.h" 19 extern int my_rank; 19 20 20 21 /*Object constructors and destructor*/ … … 77 78 /*hooks: */ 78 79 beam_matice_id=i+1; //refers to the corresponding material property card 79 beam_matpar_id=iomodel->numberofvertices -iomodel->numberofvertices+1;//refers to the corresponding matpar property card80 beam_matpar_id=iomodel->numberofvertices2d*(iomodel->numlayers-1)+1;//refers to the corresponding matpar property card 80 81 beam_numpar_id=1; 81 82 beam_node_ids[0]=i+1; … … 130 131 hmatpar.configure(materialsin); 131 132 hnumpar.configure(parametersin); 133 132 134 133 135 }
Note:
See TracChangeset
for help on using the changeset viewer.