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

source: vendors/XIOS/current/src/attribute_template_decl.cpp @ 4508

Last change on this file since 4508 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

File size: 470 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  template class CAttributeTemplate< ARRAY(double,1) > ;
12  template class CAttributeTemplate< ARRAY(int,1) > ;
13  template class CAttributeTemplate< ARRAY(bool,2) > ;}
Note: See TracBrowser for help on using the repository browser.