Ignore:
Timestamp:
08/24/15 14:53:23 (9 years ago)
Author:
mhnguyen
Message:

Changing longitude and latitude (as well as their bounds) be optional

+) Seperate sendIndex, sendLonLat and sendArea

Test
+) On Curie
+) test_client and test_complete are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/domain.hpp

    r664 r665  
    9090         void checkBounds(void); 
    9191         void checkArea(void); 
     92         void checkLonLat(); 
    9293 
    9394 
     
    172173         bool hasBounds ; 
    173174         bool hasArea; 
     175         bool hasLonLat; 
    174176      private: 
    175177         void checkTransformations(); 
     
    178180         void completeLonClient(); 
    179181         void completeLatClient(); 
     182 
     183         void sendIndex(); 
     184         void sendArea(); 
     185         void sendLonLat(); 
    180186 
    181187       private : 
Note: See TracChangeset for help on using the changeset viewer.