added a couple new theory functions (dglktfzf, dglktflf, fmuf).

This commit is contained in:
2025-06-10 14:20:45 +02:00
parent 21b4c591b9
commit 9d21fc5400
3 changed files with 67 additions and 14 deletions

View File

@ -1,8 +1,8 @@
CMAKE_MINIMUM_REQUIRED (VERSION 3.2)
PROJECT (DKS)
SET (DKS_VERSION_MAJOR 1)
SET (DKS_VERSION_MINOR 1)
SET (DKS_VERSION_PATCH 4)
SET (DKS_VERSION_MINOR 2)
SET (DKS_VERSION_PATCH 0)
set (DKS_VERSION ${DKS_VERSION_MAJOR}.${DKS_VERSION_MINOR}.${DKS_VERSION_PATCH})
SET (PACKAGE \"dks\")
SET (PACKAGE_BUGREPORT \"locans.uldis@psi.ch\")