From ba33e2ac707f5bb60e91b999246eff19dda6f5e3 Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Wed, 15 Aug 2018 12:45:32 +0200 Subject: [PATCH] Fix path in the documentation --- cmake/scripts/expand_instantiations.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/scripts/expand_instantiations.cc b/cmake/scripts/expand_instantiations.cc index 0928e21884..51ed7230c5 100644 --- a/cmake/scripts/expand_instantiations.cc +++ b/cmake/scripts/expand_instantiations.cc @@ -26,7 +26,7 @@ // -------------------- // // The input file is typically located in share/deal.II/template-arguments in -// the build directory and it is built from config/template-arguments.in to +// the build directory and it is built from cmake/config/template-arguments.in to // contain the list of vectors etc. that make sense for the current // configuration. For example, the list of VECTORS is going to contain PETSc // vectors if so configured. -- 2.39.5