New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3474 for branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/EXTERNAL/XIOS/src/node/context.cpp – NEMO

Ignore:
Timestamp:
2012-09-07T12:30:41+02:00 (12 years ago)
Author:
rblod
Message:

Update IOSERVER to revision 357

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/EXTERNAL/XIOS/src/node/context.cpp

    r3428 r3474  
    248248   { 
    249249#define DECLARE_NODE(Name_, name_)    \ 
    250    if (C##Name_##Definition::has(C##Name_##Definition::GetDefName())) \  
     250   if (C##Name_##Definition::has(C##Name_##Definition::GetDefName())) \ 
    251251     C##Name_##Definition::get(C##Name_##Definition::GetDefName())->solveDescInheritance(); 
    252252#define DECLARE_NODE_PAR(Name_, name_) 
Note: See TracChangeset for help on using the changeset viewer.