Ignore:
Timestamp:
05/16/17 17:54:30 (7 years ago)
Author:
yushan
Message:

branch merged with trunk r1130

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan_merged/src/registry.cpp

    r696 r1134  
    11#include "registry.hpp" 
    22#include "type.hpp" 
    3 #include <mpi.hpp> 
    43#include <fstream> 
    54#include <sstream> 
     
    258257  void CRegistry::hierarchicalGatherRegistry(void) 
    259258  { 
    260     hierarchicalGatherRegistry(communicator) ; 
     259   // hierarchicalGatherRegistry(communicator) ; 
     260    gatherRegistry(communicator) ; 
    261261  } 
    262262 
Note: See TracChangeset for help on using the changeset viewer.