Skip to content

Commit

Permalink
Merge pull request #3 from valandil/real-orders
Browse files Browse the repository at this point in the history
Real orders
  • Loading branch information
joeydumont committed Dec 3, 2014
2 parents 9f71396 + e043ec1 commit 24a8a52
Show file tree
Hide file tree
Showing 8 changed files with 692 additions and 319 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ libcomplex_bessel_la_LDFLAGS = -release 0.4.0

# List of needed headers
library_includedir=$(includedir)/complex_bessel
library_include_HEADERS = src/fortranLinkage.h
library_include_HEADERS = src/fortranLinkage.h src/utilities.h src/besselFunctions.h

library2_includedir=$(includedir)
library2_include_HEADERS = complex_bessel.h
2 changes: 2 additions & 0 deletions complex_bessel.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@
*/

#include "complex_bessel/fortranLinkage.h"
#include "complex_bessel/utilities.h"
#include "complex_bessel/besselFunctions.h"

#endif
5 changes: 3 additions & 2 deletions src/amos_iso_c_fortran_wrapper.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
! -------------------------------------------------------------------
! - Author: Joey Dumont <joey.dumont@gmail.com> -
! Denis Gagnon <gagnon88@gmail.com> -
! - Date created: 2013-11-18 -
! - Date modded: 2013-11-22 -
! - Date modded: 2014-11-26 -
! - Description: ISO C Binding wrapper for the FORTRAN -
! subroutines contained in D. E. Amos' Bessel -
! functions library­. -
Expand Down Expand Up @@ -174,4 +175,4 @@ END SUBROUTINE BAIRY
end interface

call ZBIRY(zr, zi, id, kode, bir, bii, ierr)
end subroutine zbiry_wrap
end subroutine zbiry_wrap
Loading

0 comments on commit 24a8a52

Please sign in to comment.