mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Make dummy function public
This commit is contained in:
parent
4d9e313266
commit
936074a4cb
1 changed files with 9 additions and 2 deletions
|
|
@ -972,10 +972,17 @@ MODULE sirius_interface
|
|||
#include "./base/base_uses.f90"
|
||||
|
||||
IMPLICIT NONE
|
||||
|
||||
PRIVATE
|
||||
|
||||
PUBLIC :: cp_sirius_init, cp_sirius_finalize
|
||||
PUBLIC :: cp_sirius_create_env, cp_sirius_energy_force, cp_sirius_update_context
|
||||
! Public subroutines
|
||||
|
||||
PUBLIC :: cp_sirius_create_env, &
|
||||
cp_sirius_energy_force, &
|
||||
cp_sirius_finalize, &
|
||||
cp_sirius_init, &
|
||||
cp_sirius_is_initialized, &
|
||||
cp_sirius_update_context
|
||||
|
||||
CONTAINS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue