From: Timo Heister Date: Sat, 28 Jan 2017 20:37:08 +0000 (-0500) Subject: update file location X-Git-Tag: v8.5.0-rc1~149^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d5394e825e18c4e2688e36be0b64e4ff21271b;p=dealii.git update file location --- 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: