-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from WISDEM/develop
This should be more robust of a build across architectures
- Loading branch information
Showing
5 changed files
with
61 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
! -*- f90 -*- | ||
! Note: the context of this file is case sensitive. | ||
|
||
python module _hams ! in | ||
interface ! in :_hams | ||
module hams_full ! in :_hams:HAMS_Prog.f90 | ||
use assbmatx | ||
use assbmatx_irr | ||
use calgreenfunc | ||
use readpanelmesh | ||
use linearmatrix_mod | ||
use hydrostatic | ||
use implementsubs | ||
use potentwavforce | ||
use printoutput | ||
use potentials_mod | ||
use pressureelevation | ||
use fieldoutput_mod | ||
use omp_lib | ||
subroutine exec ! in :_hams:HAMS_Prog.f90:hams_full | ||
end subroutine exec | ||
end module hams_full | ||
end interface | ||
end python module _hams | ||
|
||
! This file was auto-generated with f2py (version:1.26.2). | ||
! See: | ||
! https://web.archive.org/web/20140822061353/http://cens.ioc.ee/projects/f2py2e |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.