Commit d6c9421d03707e71c243a7ae9d194d25535a8341

Authored by Hacene SI HADJ MOHAND
1 parent d924031c

attribut lastIndex

Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
src/ParamOutputImpl/Plot/SauvaudProperties.hh
... ... @@ -55,11 +55,21 @@ namespace plot {
55 55 _rightDim = dim;
56 56 }
57 57  
  58 + int getLastIndex(){
  59 + return _lastIndex;
  60 + }
  61 +
  62 + void setLastIndex(int lastIndex){
  63 + _lastIndex= lastIndex;
  64 + }
  65 +
58 66 private:
59 67  
60 68 /***/
61 69 int _rightDim;
62 70  
  71 + int _lastIndex;
  72 +
63 73 };
64 74  
65 75  
... ...