Ignore:
Timestamp:
10/05/10 09:47:10 (14 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/grid.hpp

    r124 r125  
    1818 
    1919         static string GetName(void) { return ("grid"); } 
     20         static string GetDefName(void)  { return (CGrid::GetName()); } 
    2021 
    2122         const CAxis* getRelAxis(void) const { return (axis); } 
    2223         const CDomain* getRelDomain(void) const { return (domain); } 
     24 
     25         const Array<int, 1>& getStoreIndex(void) { return (storeIndex); } 
     26         const Array<int, 1>& getOutIIndex(void) { return (out_i_index); } 
     27         const Array<int, 1>& getOutJIndex(void) { return (out_j_index); } 
     28         const Array<int, 1>& getOutLIndex(void) { return (out_l_index); } 
    2329 
    2430         inline void solveReference(void) ; 
     
    8288   { 
    8389 
    84       static bool isReferenceSolved = false; 
    85       if (isReferenceSolved) return; 
     90      /**static bool isReferenceSolved = false; 
     91      if (isReferenceSolved) 
     92      { 
     93         std::cout << "C'est n'importe quoi, A modifierrrrrrrrrrr!!!!!!!!!!!!!!!!!!!!!" << std::endl; 
     94         return; 
     95      }*/ 
    8696 
    8797      // Résolution de chacune des références et indexation. 
     
    90100      computeIndex() ; 
    91101 
    92       isReferenceSolved = true ; 
     102      //isReferenceSolved = true ; 
    93103   } 
    94104 
Note: See TracChangeset for help on using the changeset viewer.