123456789101112 |
- Patched config file ESMC_Conf.h, replacing the original file.
- June 24th 2019 by PY Barriat (ELIC - UCL)
- @@ -31,6 +31,7 @@
- // Typedef to match the data type of the 'hidden' string length
- // argument that Fortran uses when passing CHARACTER strings.
- #if (__GNUC__ > 7)
- +#include <cstddef>
- typedef size_t ESMCI_FortranStrLenArg;
- #else
- typedef int ESMCI_FortranStrLenArg;
|