source: codes/icosagcm/branches/SATURN_DYNAMICO/XIOS/src/attribute_template_decl.cpp @ 309

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

Adding XIOS directory

YM

  • Property svn:eol-style set to native
File size: 305 bytes
Line 
1#include "attribute_template_impl.hpp"
2#include "attribute_template_specialisation.hpp"
3#include <string>
4
5namespace xios
6{
7  template class CAttributeTemplate<int> ;
8  template class CAttributeTemplate<double> ;
9  template class CAttributeTemplate<bool> ;
10  template class CAttributeTemplate<string> ;
11}
Note: See TracBrowser for help on using the repository browser.