source: codes/icosagcm/branches/SATURN_DYNAMICO/XIOS/src/input/nc4_data_input.cpp @ 248

Last change on this file since 248 was 248, checked in by ymipsl, 10 years ago

Adding XIOS directory

YM

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