mirror of https://github.com/abinit/abinit.git
23 lines
349 B
Plaintext
23 lines
349 B
Plaintext
## Copyright (C) 2019-2025 ABINIT group (Yann Pouillon)
|
|
|
|
#
|
|
# Steredeg core features
|
|
#
|
|
|
|
|
|
# ------------------------------------ #
|
|
|
|
|
|
#
|
|
# Public macros
|
|
#
|
|
|
|
|
|
AC_DEFUN([SD_CORE_INIT], [
|
|
# Init internal Fortran-related variables
|
|
sd_sys_fcflags=""
|
|
|
|
# Substitute Steredeg core variables
|
|
AC_SUBST(sd_sys_fcflags)
|
|
]) # SD_CORE_INIT
|