mod_stokes.f90 Source File

This File Depends On

sourcefile~~mod_stokes.f90~~EfferentGraph sourcefile~mod_stokes.f90 mod_stokes.f90 sourcefile~mod_precision.f90 mod_precision.f90 sourcefile~mod_precision.f90->sourcefile~mod_stokes.f90
Help

Source Code


Source Code

!
! wavy - A spectral ocean wave modeling and development framework
! Copyright (c) 2017, Wavebit Scientific LLC
! All rights reserved.
!
! Licensed under the BSD-3 clause license. See LICENSE for details.

module mod_stokes

use mod_precision,only:realkind

implicit none

private


contains

endmodule mod_stokes