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

Read `SHPC_old` instead of `SHP_triplet_old`

parent bc4e6a60
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
"required": [
[
"$tests_old_dir/Extraction_eddies_region_4/SHPC_anti_all_dates",
"SHP_triplet_old"
"SHPC_old"
]
],
"stdout": "test_read_eddy_stdout.txt",
......
......@@ -19,7 +19,7 @@ program test_read_eddy
!-------------------------------------------------------------------------
call mpi_init
call shp_tr_open(hshp, "SHP_triplet_old", rank = 0)
call shp_tr_open(hshp, "SHPC_old", rank = 0)
call read_eddy(e, k, i, hshp, ishape = 0)
CALL shp_tr_close(hshp)
......
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