From: David Wells Date: Sat, 25 Jul 2015 03:46:22 +0000 (-0400) Subject: Update documentation to refer to DEAL_VOLATILE. X-Git-Tag: v8.4.0-rc2~670^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc2d3a7d83fef3eede52dfa4d5ee02a57919a0d;p=dealii.git Update documentation to refer to DEAL_VOLATILE. --- 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;