Ignore:
Timestamp:
09/20/10 17:30:34 (14 years ago)
Author:
hozdoba
Message:

Plusieurs modifications en attendant une version propre et stable.

File:
1 edited

Legend:

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

    r120 r122  
    1818         {/* Ne rien faire de plus */} 
    1919 
    20          static string GetName(void) {return ("field"); } 
     20         static string GetName(void) { return ("field"); } 
    2121 
    2222         inline void SolveGridRef(void) ; 
    2323 
    24          CGrid* getGrid(void) const { return (grid); } 
     24         const CGrid* getGrid(void) const { return (grid); } 
    2525 
    2626         virtual CField* getReference(void) const 
Note: See TracChangeset for help on using the changeset viewer.