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

Change suffix

Because we are going to add a preprocessor directive.
parent de31e795
No related branches found
No related tags found
No related merge requests found
# inst_eddies:
add_executable(inst_eddies inst_eddies.f90 local_extrema.f90 set_max_speed.f90
add_executable(inst_eddies inst_eddies.f90 local_extrema.f90 set_max_speed.F90
get_1_outerm.f90 good_contour.f90 mean_speed.f90 set_all_contours.f90
nearby_extr.f90 get_var.f90 config.f90 input_ssh.f90 shpc_create.f90
write_snapshot.f90 ccw_orient.f90 write_eddy.f90 set_all_extr.f90
......@@ -25,7 +25,7 @@ target_sources(test_good_contour PRIVATE good_contour.f90)
target_sources(test_mean_speed PRIVATE mean_speed.f90)
target_sources(test_nearby_extr PRIVATE nearby_extr.f90)
target_sources(test_local_extrema PRIVATE local_extrema.f90)
target_sources(test_set_max_speed PRIVATE set_max_speed.f90 good_contour.f90
target_sources(test_set_max_speed PRIVATE set_max_speed.F90 good_contour.f90
mean_speed.f90 get_var.f90 config.f90 input_ssh.f90 shpc_create.f90
ccw_orient.f90 write_eddy.f90 complete_ssh.f90)
target_sources(test_write_null PRIVATE shpc_create.f90)
......
File moved
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