Skip to content

Commit

Permalink
fix for typo in data_structures impor
Browse files Browse the repository at this point in the history
  • Loading branch information
gutmann committed Aug 13, 2024
1 parent 9ee7683 commit 374ff61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physics/water_simple.f90
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
!!
!!----------------------------------------------------------
module module_water_simple
use data_structures,
use data_structures
use options_interface, only : options_t
use icar_constants
implicit none
Expand Down

0 comments on commit 374ff61

Please sign in to comment.