From 2cc2d3a7d83fef3eede52dfa4d5ee02a57919a0d Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 24 Jul 2015 23:46:22 -0400 Subject: [PATCH] Update documentation to refer to DEAL_VOLATILE. --- include/deal.II/base/subscriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/subscriptor.h b/include/deal.II/base/subscriptor.h index 1abb9992ad..11a151c1e4 100644 --- a/include/deal.II/base/subscriptor.h +++ b/include/deal.II/base/subscriptor.h @@ -179,7 +179,7 @@ private: * In multithreaded mode, this counter may be modified by different threads. * We thus have to mark it volatile. However, this is counter- * productive in non-MT mode since it may pessimize code. So use the macro - * defined above to selectively add volatility. + * defined in deal.II/base/config.h to selectively add volatility. */ mutable DEAL_VOLATILE unsigned int counter; -- 2.39.5