Changeset 5881


Ignore:
Timestamp:
09/17/10 17:45:02 (15 years ago)
Author:
Mathieu Morlighem
Message:

not needed anymore

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

Legend:

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

    r5880 r5881  
    27782778/*}}}*/
    27792779/*FUNCTION Tria::CreateKMatrixDiagnosticMacAyealFriction {{{1*/
    2780 void  Tria::CreateKMatrixDiagnosticMacAyealFriction(Mat Kgg,Mat Kff, Mat Kfs){
    2781 
    2782         ElementMatrix* Ke=CreateKMatrixDiagnosticMacAyealFriction();
    2783 
    2784         if(Ke){
    2785                 Ke->AddToGlobal(Kgg,Kff,Kfs);
    2786                 delete Ke;
    2787         }
    2788 }
    2789 /*}}}*/
    2790 /*FUNCTION Tria::CreateKMatrixDiagnosticMacAyealFriction {{{1*/
    27912780ElementMatrix* Tria::CreateKMatrixDiagnosticMacAyealFriction(void){
    27922781
  • issm/trunk/src/c/objects/Elements/Tria.h

    r5879 r5881  
    128128                ElementMatrix* CreateKMatrixDiagnosticMacAyealViscous(void);
    129129                ElementMatrix* CreateKMatrixDiagnosticMacAyealFriction(void);
    130                 void    CreateKMatrixDiagnosticMacAyealFriction(Mat Kgg,Mat Kff, Mat Kfs);
    131130                ElementMatrix* CreateKMatrixCouplingMacAyealPattynFriction(void);
    132131                ElementMatrix* CreateKMatrixDiagnosticPattynFriction(void);
Note: See TracChangeset for help on using the changeset viewer.