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 @ 3408

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

importing initial XIOS vendor drop

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
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.