Changeset 15422


Ignore:
Timestamp:
07/03/13 16:24:04 (12 years ago)
Author:
seroussi
Message:

FIX: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r15420 r15422  
    68306830        switch(fe_stokes){
    68316831                case 0:
     6832                        printf("fe %i\n",fe_stokes);
    68326833                        /*compute all stiffness matrices for this element*/
    68336834                        Ke1=CreateKMatrixDiagnosticStokesViscous();
    68346835                        Ke2=CreateKMatrixDiagnosticStokesFriction();
    68356836                        Ke =new ElementMatrix(Ke1,Ke2);
    6836 
     6837                        break;
    68376838                case 1:
    68386839                        /*compute all stiffness matrices for this element*/
     
    68406841                        Ke2=CreateKMatrixDiagnosticStokesFriction();
    68416842                        Ke =new ElementMatrix(Ke1,Ke2);
    6842 
     6843                        break;
    68436844                default:
    68446845                        _error_("Finite element" << fe_stokes << " not supported yet");
Note: See TracChangeset for help on using the changeset viewer.