Changeset 3950
- Timestamp:
- 05/26/10 10:15:10 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Sing.cpp
r3949 r3950 324 324 /*}}}*/ 325 325 /*FUNCTION Sing::CreateKMatrixDiagnosticHutter {{{1*/ 326 327 326 void Sing::CreateKMatrixDiagnosticHutter(Mat Kgg,int analysis_type,int sub_analysis_type){ 328 327 … … 339 338 340 339 /*recover objects from hooks: */ 341 node=(Node**)hnodes.deliver s();340 node=(Node**)hnodes.deliverp(); 342 341 343 342 /*Find connectivity of the node and divide Ke_gg by this connectivity*/
Note:
See TracChangeset
for help on using the changeset viewer.