source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/XIOS/src/attribute_template_decl.cpp @ 6883

Last change on this file since 6883 was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
File size: 419 bytes
Line 
1#include "attribute_template_impl.hpp"
2#include "attribute_template_specialisation.hpp"
3#include <string>
4#include "date.hpp"
5
6namespace xios
7{
8  template class CAttributeTemplate<int> ;
9  template class CAttributeTemplate<double> ;
10  template class CAttributeTemplate<bool> ;
11  template class CAttributeTemplate<string> ;
12  template class CAttributeTemplate<CDate> ;
13  template class CAttributeTemplate<CDuration> ;
14}
Note: See TracBrowser for help on using the repository browser.