Changeset 11196
- Timestamp:
- 01/25/12 07:57:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Loads/Riftfront.cpp
r10135 r11196 160 160 printf(" material_converged: %s\n",material_converged ? "true":"false"); 161 161 printf(" fill: %i\n",fill); 162 printf(" friction: % i\n",friction);163 printf(" fraction: % i\n",fraction);162 printf(" friction: %g\n",friction); 163 printf(" fraction: %g\n",fraction); 164 164 printf(" fractionincrement: %i\n",fractionincrement); 165 165 printf(" state: %i\n",state);
Note:
See TracChangeset
for help on using the changeset viewer.