source: vendor/nemo/current/NEMOGCM/EXTERNAL/XIOS/src/input/nc4_data_input.cpp @ 44

Last change on this file since 44 was 44, checked in by cholod, 12 years ago

Load NEMO_TMP into vendor/nemo/current.

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.