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.
xios_fortran_prefix.hpp in vendors/XIOS/current/src/interface/fortran – NEMO

source: vendors/XIOS/current/src/interface/fortran/xios_fortran_prefix.hpp @ 3408

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

importing initial XIOS vendor drop

  • Property svn:keywords set to Id
File size: 116 bytes
Line 
1#ifndef __XIOS_SUFFIX__
2#define __XIOS_SUFFIX__
3
4#define xios(arg) xios_##arg
5#define txios(arg) xios_##arg
6
7#endif
Note: See TracBrowser for help on using the repository browser.