star-line

Structure for accelerating line importance sampling
git clone git://git.meso-star.fr/star-line.git
Log | Files | Refs | README | LICENSE

commit 53207b075ac1f7b5c5db5210048a7376cedef533
parent 5d6020b19ff1689e11c8198bab74d2b2555d3b53
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 23 Mar 2026 12:00:19 +0100

Fix a typo in the naming of a Makefile macro

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -81,4 +81,4 @@ LDFLAGS_EXE = $(LDFLAGS) -pie OCPFLAGS_DEBUG = --localize-hidden OCPFLAGS_RELEASE = --localize-hidden --strip-unneeded -BOCPFLAGS = $(OCPFLAGS_$(BUILD_TYPE)) +OCPFLAGS = $(OCPFLAGS_$(BUILD_TYPE))