Changeset 5725
- Timestamp:
- 09/09/10 14:32:37 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Loads/Pengrid.cpp
r5707 r5725 580 580 Penta* penta=NULL; 581 581 582 /*Get dof list: */583 GetDofList(&doflist);584 585 582 /*recover pointers: */ 586 583 node=(Node*)hnode->delivers(); … … 590 587 penta->inputs->GetParameterValue(&approximation,ApproximationEnum); 591 588 if(approximation!=StokesApproximationEnum) return; 589 590 /*Get dof list: */ 591 GetDofList(&doflist); 592 592 593 593 //recover slope: */
Note:
See TracChangeset
for help on using the changeset viewer.