Skip to content
Snippets Groups Projects
Commit 81173f3d authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Use variable cyclone of module `config_graph_m`

parent c0bc75b5
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ program test_read_snapshot
use jumble, only: get_command_arg_dyn, new_unit, read_opcol
use shapelib_03, only: dbf_read_attribute_03
use config_graph_m, only: config_graph, copy
use config_graph_m, only: config_graph, copy, cyclone
use derived_types, only: snapshot, shpc_slice_handler, shpc_slice_meta
use read_grid_m, only: read_grid
use read_snapshot_m, only: read_snapshot
......@@ -49,7 +49,7 @@ program test_read_snapshot
allocate(hshp(n_slices), ssm(n_slices))
do i = 1, n_slices
call shpc_open(hshp(i), trim(shpc_dir), cyclone = .false., slice = i - 1, &
call shpc_open(hshp(i), trim(shpc_dir), cyclone, slice = i - 1, &
pszaccess = "rb")
call dbf_read_attribute_03(ssm(i)%d0, hshp(i)%extremum, &
hshp(i)%extr_date, ishape = 0)
......
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