mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fix C binding names on paths
This commit is contained in:
parent
d1cc9fd9c6
commit
93f36b574d
1 changed files with 4 additions and 4 deletions
|
|
@ -17,10 +17,10 @@ module initialize
|
|||
|
||||
implicit none
|
||||
|
||||
type(C_PTR), bind(C) :: openmc_path_input
|
||||
type(C_PTR), bind(C) :: openmc_path_statepoint
|
||||
type(C_PTR), bind(C) :: openmc_path_sourcepoint
|
||||
type(C_PTR), bind(C) :: openmc_path_particle_restart
|
||||
type(C_PTR), bind(C, name='path_input') :: openmc_path_input
|
||||
type(C_PTR), bind(C, name='path_statepoint') :: openmc_path_statepoint
|
||||
type(C_PTR), bind(C, name='path_sourcepoint') :: openmc_path_sourcepoint
|
||||
type(C_PTR), bind(C, name='path_particle_restart') :: openmc_path_particle_restart
|
||||
|
||||
contains
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue