Maintainer mode file

This commit is contained in:
Anthony Scemama 2022-11-24 16:17:47 +01:00
parent ea11fd3b15
commit ca22f0c277
3 changed files with 2 additions and 2 deletions

0
.maintainer_mode Normal file
View File

View File

@ -41,7 +41,7 @@ AM_INIT_AUTOMAKE([subdir-objects color-tests parallel-tests silent-rules 1.11])
# Activate developer mode when the source is the git repository. # Activate developer mode when the source is the git repository.
# Otherwise, it is the source distribution and the developer mode should not be activated. # Otherwise, it is the source distribution and the developer mode should not be activated.
AS_IF([test -d ${srcdir}/.git], AS_IF([test -d ${srcdir}/.maintainer_mode],
[enable_maintainer_mode="yes"], [enable_maintainer_mode="yes"],
[enable_maintainer_mode="no"] [enable_maintainer_mode="no"]
) )

View File

@ -285,7 +285,7 @@ qmckl_set_point (qmckl_context context,
if (num <= 0) { if (num <= 0) {
return qmckl_failwith( context, return qmckl_failwith( context,
QMCKL_INVALID_ARG_4, QMCKL_INVALID_ARG_3,
"qmckl_set_point", "qmckl_set_point",
"Number of points should be >0."); "Number of points should be >0.");
} }