Changeset 3405
- Timestamp:
- 04/06/10 10:37:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Sing.cpp
r3404 r3405 210 210 /*recover pointers: */ 211 211 inputs=(ParameterInputs*)vinputs; 212 213 /*recover objects from hooks: */ 214 nodes=(Node**)hnodes.deliverp(); 215 matpar=(Matpar*)hmatpar.delivers(); 216 matice=(Matice*)hmatice.delivers(); 217 numpar=(Numpar*)hnumpar.delivers(); 212 218 213 219 /*Update internal data if inputs holds new values: */ … … 379 385 numpar=(Numpar*)hnumpar.delivers(); 380 386 381 found=inputs->Recover("surfaceslopex",&slope[0],1,dofs,numgrids,(void**)&node );387 found=inputs->Recover("surfaceslopex",&slope[0],1,dofs,numgrids,(void**)&node[0]); 382 388 if(!found)ISSMERROR(" surfaceslopex missing from inputs!"); 383 found=inputs->Recover("surfaceslopey",&slope[1],1,dofs,numgrids,(void**)&node );389 found=inputs->Recover("surfaceslopey",&slope[1],1,dofs,numgrids,(void**)&node[0]); 384 390 if(!found)ISSMERROR(" surfaceslopey missing from inputs!"); 385 391
Note:
See TracChangeset
for help on using the changeset viewer.