]> https://gitweb.dealii.org/ - dealii.git/commitdiff
missing id
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 16 Mar 2005 18:43:58 +0000 (18:43 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 16 Mar 2005 18:43:58 +0000 (18:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@10171 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/smartpointer.h

index cba0183ee88b6b709311fefd59f5abcee1e7de21..d37e2081c85a5e77dc228c0ebedbc9eb1d4f4e02 100644 (file)
@@ -232,7 +232,7 @@ SmartPointer<T>::SmartPointer (const SmartPointer<T> &tt)
                t (tt.t), id(tt.id)
 {
   if (t != 0)
-    t->subscribe();
+    t->subscribe(id);
 }
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.