Move capi.F90 to api.F90

This commit is contained in:
Paul Romano 2017-06-14 15:28:07 -05:00
parent 93af8871d5
commit 7d9c6215b4
2 changed files with 3 additions and 3 deletions

View file

@ -299,7 +299,7 @@ set(LIBOPENMC_FORTRAN_SRC
src/angle_distribution.F90
src/angleenergy_header.F90
src/bank_header.F90
src/capi.F90
src/api.F90
src/cmfd_data.F90
src/cmfd_execute.F90
src/cmfd_header.F90

View file

@ -1,4 +1,4 @@
module openmc_capi
module openmc_api
use, intrinsic :: ISO_C_BINDING
@ -129,4 +129,4 @@ contains
end if
end subroutine openmc_tally_results
end module openmc_capi
end module openmc_api