From 02430389c74f75935d5f961fec75e20db7838a16 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 30 Dec 2014 01:32:03 +0100 Subject: [PATCH] fix a comment --- include/deal.II/lac/solver_control.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/solver_control.h b/include/deal.II/lac/solver_control.h index c93b81a560..b7f64bd13d 100644 --- a/include/deal.II/lac/solver_control.h +++ b/include/deal.II/lac/solver_control.h @@ -179,8 +179,8 @@ public: * value (@p NaN). Note, however, that this check is only performed if the * @p isnan function is provided by the operating system, which is not * always true. The @p configure scripts checks for this and sets the flag - * @p DEAL_II_HAVE_ISNAN in the file Make.global_options if this function - * was found. + * @p DEAL_II_HAVE_ISNAN in the include file + * deal.II/base/config.h if this function was found. * * check() additionally preserves @p step and @p check_value. These * values are accessible by last_value() and last_step(). -- 2.39.5