From 95c5004bdcc6ddc640ff556073c1e00f9003bd59 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 6 Mar 2007 21:26:28 +0000 Subject: [PATCH] Leave a TODO git-svn-id: https://svn.dealii.org/trunk@14538 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/polynomials_raviart_thomas.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/base/source/polynomials_raviart_thomas.cc b/deal.II/base/source/polynomials_raviart_thomas.cc index 44bb808b1a..a1ead2cc08 100644 --- a/deal.II/base/source/polynomials_raviart_thomas.cc +++ b/deal.II/base/source/polynomials_raviart_thomas.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -16,6 +16,8 @@ #include #include +//TODO[WB]: This class is not thread-safe: it uses mutable member variables that contain temporary state. this is not what one would want when one uses a finite element object in a number of different contexts on different threads: finite element objects should be stateless + DEAL_II_NAMESPACE_OPEN -- 2.39.5