Changeset 5038


Ignore:
Timestamp:
08/06/10 15:15:51 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

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

Legend:

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

    r5017 r5038  
    968968                GradjDrag(gradient);
    969969        }
    970         else if (control_type==RheologyBEnum){
     970        else if (control_type==RheologyB2dEnum){
    971971                GradjB(gradient);
    972972        }
    973         else ISSMERROR("%s%i","control type not supported yet: ",control_type);
     973        else ISSMERROR("control type %s not supported yet: ",EnumAsString(control_type));
    974974}
    975975/*}}}*/
  • issm/trunk/src/c/objects/Elements/Tria.cpp

    r5017 r5038  
    12031203                for( i=0; i<numgrids; i++)grade_g[i]+=grade_g_gaussian[i];
    12041204        }
    1205 
    12061205
    12071206        /*Add grade_g to global vector gradient: */
Note: See TracChangeset for help on using the changeset viewer.