Changeset 6240


Ignore:
Timestamp:
10/12/10 07:38:31 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor bug fix for CM B 3d

Location:
issm/trunk/src/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r6238 r6240  
    823823
    824824        if(enum_type==RheologyBbarEnum){
    825                 input=(Input*)matice->inputs->GetInput(enum_type);
     825                input=(Input*)matice->inputs->GetInput(RheologyBEnum);
    826826        }
    827827        else{
  • issm/trunk/src/c/solutions/gradient_core.cpp

    r6238 r6240  
    6363                VecFree(&new_gradient);
    6464        }
    65         printf("norm grad = %g\n",norm_grad);
    66         printf("optscal = %g\n",optscal);
    6765
    6866        /*Scale Gradients*/
Note: See TracChangeset for help on using the changeset viewer.