Ignore:
Timestamp:
11/13/14 15:09:23 (10 years ago)
Author:
mhnguyen
Message:

Implementing buffer-size automatic detection in mode connected server-client (client is also server)

+) Rearrange some functions to make sure they work in both cases: connected and seperated
+) Make some cleans of code

Test
+) On Curie
+) Both modes, all tests pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/field.cpp

    r509 r510  
    401401     { 
    402402        areAllReferenceSolved = true; 
    403         if (!context->hasServer) 
     403        if (context->hasClient) 
    404404        { 
    405405          solveRefInheritance(true); 
Note: See TracChangeset for help on using the changeset viewer.