mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 12:32:40 +01:00
Maintainer mode file
This commit is contained in:
parent
ea11fd3b15
commit
ca22f0c277
0
.maintainer_mode
Normal file
0
.maintainer_mode
Normal 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.
|
||||
# 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="no"]
|
||||
)
|
||||
|
@ -285,7 +285,7 @@ qmckl_set_point (qmckl_context context,
|
||||
|
||||
if (num <= 0) {
|
||||
return qmckl_failwith( context,
|
||||
QMCKL_INVALID_ARG_4,
|
||||
QMCKL_INVALID_ARG_3,
|
||||
"qmckl_set_point",
|
||||
"Number of points should be >0.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user