Changeset 6240
- Timestamp:
- 10/12/10 07:38:31 (14 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r6238 r6240 823 823 824 824 if(enum_type==RheologyBbarEnum){ 825 input=(Input*)matice->inputs->GetInput( enum_type);825 input=(Input*)matice->inputs->GetInput(RheologyBEnum); 826 826 } 827 827 else{ -
issm/trunk/src/c/solutions/gradient_core.cpp
r6238 r6240 63 63 VecFree(&new_gradient); 64 64 } 65 printf("norm grad = %g\n",norm_grad);66 printf("optscal = %g\n",optscal);67 65 68 66 /*Scale Gradients*/
Note:
See TracChangeset
for help on using the changeset viewer.