Skip to content
Snippets Groups Projects
Commit 17f3fa44 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 06/03/2024: fix: add missing renames of module modd_sto_file -> modd_lagr_traj

parent 48f9e8c3
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ use modd_radiations_n, only: nlwb_mnh, nswb_mnh
use modd_series, only: lseries
use modd_series_n, only: nsnbstept
use modd_station_n, only: lstation, tstations_time
use modd_sto_file, only: ntrajstlg
use modd_lagr_traj, only: ntrajstlg
TYPE(TFILEDATA),INTENT(INOUT) :: TPFILE
CHARACTER(LEN=*),OPTIONAL,INTENT(IN) :: HPROGRAM_ORIG !To emulate a file coming from this program
......
......@@ -1470,7 +1470,7 @@ use modd_profiler_n, only: lprofiler, tprofilers_time
use modd_series, only: lseries
use modd_series_n, only: nsnbstept, tpsdates
use modd_station_n, only: lstation, tstations_time
use modd_sto_file, only: ntrajstlg, tlagr_dates
use modd_lagr_traj, only: ntrajstlg, tlagr_dates
use modd_time, only: tdtseg
use modd_time_n, only: tdtcur
use modd_type_date, only: date_time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment