Changeset 5939


Ignore:
Timestamp:
09/22/10 09:18:13 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r5935 r5939  
    351351void  Icefront::PenaltyCreateKMatrix(Mat Kgg,Mat Kff, Mat Kfs, double kmax){
    352352        /*do nothing: */
     353        return;
    353354}
    354355/*}}}*/
     
    356357void  Icefront::PenaltyCreatePVector(Vec pg,Vec pf,double kmax){
    357358        /*do nothing: */
     359        return;
    358360}
    359361/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.