Changeset 367
- Timestamp:
- 05/12/09 16:38:02 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/DiagnosticHutter/CreateElementsNodesAndMaterialsDiagnosticHutter.cpp
r325 r367 178 178 matice_mid=i+1; //same as the material id from the geom2 elements. 179 179 matice_B=model->B[i]; 180 matice_n=(double)model->n[ i];180 matice_n=(double)model->n[1]; //n defined on elements not grids, so take the first value everywhere 181 181 182 182 /*Create matice using its constructor:*/
Note:
See TracChangeset
for help on using the changeset viewer.