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

source: vendors/XIOS/current/src/input/nc4_data_input.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: 302 bytes
Line 
1#include "nc4_data_input.hpp"
2
3namespace xios
4{
5      /// ////////////////////// Définitions ////////////////////// ///
6      CNc4DataInput::CNc4DataInput(void)
7      { /* ne rien faire de plus */ }
8
9      CNc4DataInput::~CNc4DataInput(void)
10      { /* ne rien faire de plus */ }
11
12} // namespace xios
Note: See TracBrowser for help on using the repository browser.