Ignore:
Timestamp:
09/20/12 18:08:31 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: clean-up removed MyRank which is not used anymore, and removed IssmBool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/objects/ElementResults/DoubleElementResult.cpp

    r13216 r13414  
    5757/*FUNCTION DoubleElementResult::Id{{{*/
    5858int    DoubleElementResult::Id(void){ return -1; }
    59 /*}}}*/
    60 /*FUNCTION DoubleElementResult::MyRank{{{*/
    61 int    DoubleElementResult::MyRank(void){
    62         extern int my_rank;
    63         return my_rank;
    64 }
    6559/*}}}*/
    6660/*FUNCTION DoubleElementResult::ObjectEnum{{{*/
Note: See TracChangeset for help on using the changeset viewer.