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.
object_factory.cpp in branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/EXTERNAL/XIOS/src – NEMO

source: branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/EXTERNAL/XIOS/src/object_factory.cpp @ 3474

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

importing initial XIOS vendor drop

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