Ignore:
Timestamp:
02/14/12 09:27:32 (13 years ago)
Author:
cborstad
Message:

reverted to revision 11411: working to resolve some missed changes during initial branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl-damage/src/c/objects/Loads/Icefront.cpp

    r11417 r11425  
    361361}
    362362/*}}}*/
    363 /*FUNCTION Icefront::CreateJacobianMatrix{{{1*/
    364 void  Icefront::CreateJacobianMatrix(Mat Jff){
    365         this->CreateKMatrix(Jff,NULL);
    366 }
    367 /*}}}1*/
    368363/*FUNCTION Icefront::PenaltyCreateKMatrix {{{1*/
    369364void  Icefront::PenaltyCreateKMatrix(Mat Kff, Mat Kfs, double kmax){
     
    378373}
    379374/*}}}*/
    380 /*FUNCTION Icefront::PenaltyCreateJacobianMatrix{{{1*/
    381 void  Icefront::PenaltyCreateJacobianMatrix(Mat Jff,double kmax){
    382         this->PenaltyCreateKMatrix(Jff,NULL,kmax);
    383 }
    384 /*}}}1*/
    385375/*FUNCTION Icefront::InAnalysis{{{1*/
    386376bool Icefront::InAnalysis(int in_analysis_type){
Note: See TracChangeset for help on using the changeset viewer.