Changeset 21448
- Timestamp:
- 12/21/16 13:38:02 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/StressbalanceAnalysis.cpp
r21403 r21448 1301 1301 1302 1302 /*build friction object, used later on: */ 1303 Friction* friction=new Friction(element, 1);1303 Friction* friction=new Friction(element,dim); 1304 1304 1305 1305 /*Recover portion of element that is grounded*/ … … 2330 2330 2331 2331 /*build friction object, used later on: */ 2332 Friction* friction=new Friction(element, 2);2332 Friction* friction=new Friction(element,dim==3?2:1); 2333 2333 2334 2334 /*Recover portion of element that is grounded*/
Note:
See TracChangeset
for help on using the changeset viewer.