mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 03:23:29 +01:00
changed the configure to add new functionals
This commit is contained in:
parent
9762b51df5
commit
a20dfdee69
7
configure
vendored
7
configure
vendored
@ -443,6 +443,13 @@ else
|
|||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Check if the module to create new DFT functionals exists or not
|
||||||
|
if [[ ! -d ${QP_ROOT}/src/new_functionals ]] ; then
|
||||||
|
echo "${QP_ROOT}/src/new_functionals does NOT exists !!"
|
||||||
|
echo "Creating a new one ..."
|
||||||
|
cp -r ${QP_ROOT}/scripts/functionals/do_not_touch_func ${QP_ROOT}/src/new_functionals
|
||||||
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user