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.
group_factory.cpp in vendors/XIOS/current/src – NEMO

source: vendors/XIOS/current/src/group_factory.cpp @ 3428

Last change on this file since 3428 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

File size: 420 bytes
Line 
1#include "group_factory.hpp"
2
3namespace xios
4{
5   /// ////////////////////// Définitions ////////////////////// ///
6   StdString CGroupFactory::CurrContext("");
7
8   void CGroupFactory::SetCurrentContextId(const StdString & context)
9   { 
10      CGroupFactory::CurrContext = context;
11   }
12
13   StdString & CGroupFactory::GetCurrentContextId(void)
14   { 
15      return (CGroupFactory::CurrContext);
16   }
17
18} // namespace xios
Note: See TracBrowser for help on using the repository browser.