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 vendors/XIOS/current/src – NEMO

source: vendors/XIOS/current/src/object_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: 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.