Last change
on this file since 3848 was
3848,
checked in by ymipsl, 10 years ago
|
Add XIOS in Aquaplanet configuration.
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 | |
---|
5 | namespace 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.