diff --git a/configure b/configure index 721a54124e..1aa9adcfd4 100755 --- a/configure +++ b/configure @@ -5044,9 +5044,9 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext save_CXXFLAGS="$CXXFLAGS" - CXXFLAGS="$CXXFLAGS -Wredundant-delcs" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -Wredundant-delcs" >&5 -$as_echo_n "checking whether $CXX accepts -Wredundant-delcs... " >&6; } + CXXFLAGS="$CXXFLAGS -Wredundant-decls" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -Wredundant-decls" >&5 +$as_echo_n "checking whether $CXX accepts -Wredundant-decls... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ diff --git a/configure.ac b/configure.ac index 24291b45f0..5ccf1ca0a9 100644 --- a/configure.ac +++ b/configure.ac @@ -426,7 +426,7 @@ then PLUMED_CHECK_CXXFLAG([-Wcast-qual]) PLUMED_CHECK_CXXFLAG([-Wcast-align]) PLUMED_CHECK_CXXFLAG([-Wconversion]) - PLUMED_CHECK_CXXFLAG([-Wredundant-delcs]) + PLUMED_CHECK_CXXFLAG([-Wredundant-decls]) PLUMED_CHECK_CXXFLAG([-Wvariadic-macros]) PLUMED_CHECK_CXXFLAG([-Wold-style-cast]) fi diff --git a/user-doc/tutorials/a-master-ISDD-1.txt b/user-doc/tutorials/a-master-ISDD-1.txt index b4d3b0a41b..b66e0e1eeb 100644 --- a/user-doc/tutorials/a-master-ISDD-1.txt +++ b/user-doc/tutorials/a-master-ISDD-1.txt @@ -24,30 +24,16 @@ In this and in the next tutorial, we will use two pieces of software: