Skip to content
Snippets Groups Projects
Commit de0398fe authored by Stephan Schulz's avatar Stephan Schulz
Browse files

add TENSORMAX to fortran interface

parent 4658519d
No related branches found
No related tags found
No related merge requests found
Pipeline #90589 passed
...@@ -47,6 +47,7 @@ module ALL_module ...@@ -47,6 +47,7 @@ module ALL_module
integer(c_int), public, parameter :: ALL_VORONOI = 3 integer(c_int), public, parameter :: ALL_VORONOI = 3
#endif #endif
integer(c_int), public, parameter :: ALL_HISTOGRAM = 4 integer(c_int), public, parameter :: ALL_HISTOGRAM = 4
integer(c_int), public, parameter :: ALL_TENSORMAX = 5
integer(c_int), public, parameter :: ALL_UNIMPLEMENTED = 128 integer(c_int), public, parameter :: ALL_UNIMPLEMENTED = 128
! The different error IDs. Must be kept in sync with CustomException class ! The different error IDs. Must be kept in sync with CustomException class
integer(c_int), public, parameter :: ALL_ERROR_GENERIC = 1 integer(c_int), public, parameter :: ALL_ERROR_GENERIC = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment