From de0398fec5466aec467c587e7ba953ed99f6e9d9 Mon Sep 17 00:00:00 2001 From: Stephan Schulz <stephan.schulz-x2q@ruhr-uni-bochum.de> Date: Wed, 2 Feb 2022 14:06:15 +0100 Subject: [PATCH] add TENSORMAX to fortran interface --- src/ALL_module.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ALL_module.F90 b/src/ALL_module.F90 index ad9dcfd..021dc7d 100644 --- a/src/ALL_module.F90 +++ b/src/ALL_module.F90 @@ -47,6 +47,7 @@ module ALL_module integer(c_int), public, parameter :: ALL_VORONOI = 3 #endif integer(c_int), public, parameter :: ALL_HISTOGRAM = 4 + integer(c_int), public, parameter :: ALL_TENSORMAX = 5 integer(c_int), public, parameter :: ALL_UNIMPLEMENTED = 128 ! The different error IDs. Must be kept in sync with CustomException class integer(c_int), public, parameter :: ALL_ERROR_GENERIC = 1 -- GitLab