From b9d5394e825e18c4e2688e36be0b64e4ff21271b Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sat, 28 Jan 2017 15:37:08 -0500 Subject: [PATCH] update file location --- cmake/scripts/expand_instantiations.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cmake/scripts/expand_instantiations.cc b/cmake/scripts/expand_instantiations.cc index 8728027f67..98f564d4cd 100644 --- a/cmake/scripts/expand_instantiations.cc +++ b/cmake/scripts/expand_instantiations.cc @@ -26,10 +26,11 @@ // VECTORS := { Vector; Vector; Vector } // -------------------- // -// The input file of this form is typically located in the common/ directory -// and is generated by ./configure 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. +// 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 +// 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. // // The second input is read from the command line and consists of a sequence // of statements of the following form: -- 2.39.5