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.
single_precision_substitute.h90 in NEMO/branches/2021/dev_r14116_HPC-10_mcastril_Mixed_Precision_implementation/src/OCE – NEMO

source: NEMO/branches/2021/dev_r14116_HPC-10_mcastril_Mixed_Precision_implementation/src/OCE/single_precision_substitute.h90 @ 14762

Last change on this file since 14762 was 14642, checked in by sparonuz, 3 years ago

try

File size: 147 bytes
Line 
1
2#if defined key_single
3#   define CASTWP(x) REAL(x,wp)
4#   define CASTDP(x) REAL(x,dp)
5#else
6#   define CASTWP(x) x
7#   define CASTDP(x) x
8#endif
Note: See TracBrowser for help on using the repository browser.