Changeset 15772


Ignore:
Timestamp:
08/09/13 11:07:39 (12 years ago)
Author:
seroussi
Message:

BUG: minor fix

File:
1 edited

Legend:

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

    r15771 r15772  
    70157015        Friction*  friction=NULL;
    70167016        GaussPenta *gauss=NULL;
     7017        Node *node_list[20];
    70177018
    70187019        /*If on water or not FS, skip stiffness: */
     
    70247025        int numnodes  = 2*vnumnodes-1+pnumnodes;
    70257026
    7026         Node       *node_list[numnodes];
    7027         int         cs_list[numnodes];
     7027        int* cs_list = xNew<int>(numnodes);
    70287028
    70297029        ElementMatrix* Ke1=new ElementMatrix(this->nodes,NUMVERTICES,this->parameters,SSAApproximationEnum);
     
    82588258        ElementVector* pe1=CreatePVectorCouplingHOFSViscous();
    82598259        ElementVector* pe2=CreatePVectorCouplingHOFSFriction();
     8260//      if(id==15){
     8261//      pe1->Echo();
     8262//      pe2->Echo();
     8263//      _error_("");
     8264//      }
    82608265        ElementVector* pe =new ElementVector(pe1,pe2);
    82618266
Note: See TracChangeset for help on using the changeset viewer.