From e765710708bc0de24e95b5aefcf3cd5163ca6711 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Tue, 5 Sep 2023 09:41:09 +0200 Subject: [PATCH] build: remove use of DLLEXPORT command in Fortran codes Refs: #180 --- src/frun_CEMANEIGE.f90 | 2 +- src/frun_GR1A.f90 | 2 +- src/frun_GR2M.f90 | 2 +- src/frun_GR4H.f90 | 2 +- src/frun_GR4J.f90 | 2 +- src/frun_GR5H.f90 | 2 +- src/frun_GR5J.f90 | 2 +- src/frun_GR6J.f90 | 2 +- src/frun_PE.f90 | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/frun_CEMANEIGE.f90 b/src/frun_CEMANEIGE.f90 index a83b5dbd..047f2c32 100644 --- a/src/frun_CEMANEIGE.f90 +++ b/src/frun_CEMANEIGE.f90 @@ -60,7 +60,7 @@ - !DEC$ ATTRIBUTES DLLEXPORT :: frun_cemaneige + Implicit None diff --git a/src/frun_GR1A.f90 b/src/frun_GR1A.f90 index 29d01064..7153eedd 100644 --- a/src/frun_GR1A.f90 +++ b/src/frun_GR1A.f90 @@ -44,7 +44,7 @@ ! StateEnd ! Vector of real, state variables at the end of the model run (none here) - !DEC$ ATTRIBUTES DLLEXPORT :: frun_gr1a + Implicit None diff --git a/src/frun_GR2M.f90 b/src/frun_GR2M.f90 index 3bedfebb..77301bfb 100644 --- a/src/frun_GR2M.f90 +++ b/src/frun_GR2M.f90 @@ -48,7 +48,7 @@ ! StateEnd ! Vector of real, state variables at the end of the model run (store levels [mm]) - !DEC$ ATTRIBUTES DLLEXPORT :: frun_gr2m + Implicit None diff --git a/src/frun_GR4H.f90 b/src/frun_GR4H.f90 index 48335719..54826cc4 100644 --- a/src/frun_GR4H.f90 +++ b/src/frun_GR4H.f90 @@ -49,7 +49,7 @@ ! StateEnd ! Vector of real, state variables at the end of the model run (store levels [mm] and Unit Hydrograph (UH) storages [mm]) - !DEC$ ATTRIBUTES DLLEXPORT :: frun_gr4h + Implicit None diff --git a/src/frun_GR4J.f90 b/src/frun_GR4J.f90 index c169991a..ba720922 100644 --- a/src/frun_GR4J.f90 +++ b/src/frun_GR4J.f90 @@ -44,7 +44,7 @@ ! StateEnd ! Vector of real, state variables at the end of the model run (store levels [mm] and Unit Hydrograph (UH) storages [mm]) - !DEC$ ATTRIBUTES DLLEXPORT :: frun_gr4j + Implicit None diff --git a/src/frun_GR5H.f90 b/src/frun_GR5H.f90 index b6f04fb0..b2eac0b1 100644 --- a/src/frun_GR5H.f90 +++ b/src/frun_GR5H.f90 @@ -49,7 +49,7 @@ ! StateEnd ! Vector of real, state variables at the end of the model run (store levels [mm] and Unit Hydrograph (UH) storages [mm]) - !DEC$ ATTRIBUTES DLLEXPORT :: frun_gr5h + Implicit None diff --git a/src/frun_GR5J.f90 b/src/frun_GR5J.f90 index 9f12016f..d1edeff7 100644 --- a/src/frun_GR5J.f90 +++ b/src/frun_GR5J.f90 @@ -49,7 +49,7 @@ ! StateEnd ! Vector of real, state variables at the end of the model run (store levels [mm] and Unit Hydrograph (UH) storages [mm]) - !DEC$ ATTRIBUTES DLLEXPORT :: frun_gr5j + Implicit None diff --git a/src/frun_GR6J.f90 b/src/frun_GR6J.f90 index 46160753..f0266c82 100644 --- a/src/frun_GR6J.f90 +++ b/src/frun_GR6J.f90 @@ -45,7 +45,7 @@ ! StateEnd ! Vector of real, state variables at the end of the model run (store levels [mm] and Unit Hydrograph (UH) storages [mm]) - !DEC$ ATTRIBUTES DLLEXPORT :: frun_gr6j + Implicit None diff --git a/src/frun_PE.f90 b/src/frun_PE.f90 index 123191b9..d17daa80 100644 --- a/src/frun_PE.f90 +++ b/src/frun_PE.f90 @@ -41,7 +41,7 @@ - !DEC$ ATTRIBUTES DLLEXPORT :: frun_pe_oudin + Implicit None -- GitLab