]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Augment TODOs with a tag indicating that something should be made that depends on...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 30 Mar 2001 12:02:07 +0000 (12:02 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 30 Mar 2001 12:02:07 +0000 (12:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@4356 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/parameter_handler.h
deal.II/base/include/base/tensor.h
deal.II/base/include/base/tensor_base.h
deal.II/base/source/exceptions.cc
deal.II/base/source/parameter_handler.cc
deal.II/deal.II/include/fe/fe_base.h
deal.II/deal.II/include/grid/tria.h
deal.II/deal.II/include/grid/tria_iterator.h

index f5e3ceb9ae26fdb230a43dafdd81d7f1acf00c77..de981b196a15b8b607ac7e575fb22c271eddfb1a 100644 (file)
@@ -14,7 +14,7 @@
 #define __deal2__parameter_handler_h
 
 
-//TODO:[WB] Use numeric_limits to designate the default values of bounds parameters
+//TODO:[WB] (compiler) Use numeric_limits to designate the default values of bounds parameters
 // of Patterns::Integer and Patterns::Double. This would then allow to use half-open
 // intervals as well, among other advantages.
 
index cf4d690a08a2eb74287bdb7eb816a366ebd5c813..825256a229a55dc1a0b52ea9738fde8c196eb7af 100644 (file)
@@ -392,7 +392,7 @@ Tensor<rank_,dim>::memory_consumption ()
     be properly accessed (haven't investigated why). If anyone has a better
     idea, realize it!
 */
-//TODO:[WB] move the exceptions back into the Tensor class, if the compiler allows to do so. Also rename them back (i.e. drop the initial Tensor* from the name)
+//TODO:[WB] (compiler) move the exceptions back into the Tensor class, if the compiler allows to do so. Also rename them back (i.e. drop the initial Tensor* from the name)
 DeclException1 (ExcInvalidTensorIndex,
                int,
                << "Invalid tensor index " << arg1);
index ef65282796a4d6edd495b986625dbf046069d136..6b3de8243728f9387efb0c29c1abcf1ba282ddfb 100644 (file)
@@ -20,7 +20,7 @@
 // everytime we use a point.
 
 
-//TODO:[WB] Change <iostream> to <ostream> when that becomes available
+//TODO:[WB] (compiler) Change <iostream> to <ostream> when that becomes available
 
 #include <base/exceptions.h>
 #include <iostream>
@@ -244,7 +244,7 @@ class Tensor<1,dim>
                                 /**
                                  * Exception
                                  */
-//TODO:[WB] move the exceptions back into the Tensor class, if the compiler allows to do so. Also rename them back (i.e. drop the initial Tensor* from the name)
+//TODO:[WB] (compiler) move the exceptions back into the Tensor class, if the compiler allows to do so. Also rename them back (i.e. drop the initial Tensor* from the name)
 DeclException2(ExcWrongVectorSize, int, int, << "Tensor has " << arg1
               << " entries, but vector has size " << arg2);
 DeclException1 (ExcDimTooSmall,
index 058b10d8ebe81453abb32e2c6132ed636e3405a3..976d88bbfa1151c4c221ba11fddff49b4dcd0434 100644 (file)
@@ -12,8 +12,8 @@
 //----------------------------  exceptions.cc  ---------------------------
 
 
-//TODO:[WB] use [io]stringstream instead of [io]strstream if they become available
-//TODO:[WB] replace s.c_str() by s when that is possible
+//TODO:[WB] (compiler) use i/ostringstream instead of i/ostrstream if they become available
+//TODO:[WB] (compiler) replace s.c_str() by s when that is possible
 
 
 #include <base/exceptions.h>
index 8a5abf354d5cf9e390d04375de301fd01276a911..24a4c097ba6984f38d1146ab40179725ecc9d3fa 100644 (file)
@@ -12,8 +12,8 @@
 //----------------------------  parameter_handler.cc  ---------------------------
 
 
-//TODO:[WB] use [io]stringstream instead of [io]strstream if they become available
-//TODO:[WB] replace s.c_str() by s when that is possible
+//TODO:[WB] (compiler) use i/ostringstream instead of i/ostrstream if they become available
+//TODO:[WB] (compiler) replace s.c_str() by s when that is possible
 
 #include <base/parameter_handler.h>
 #include <base/logstream.h>
index 056da7fa017cc86a1d1f5f954491406aa25576b9..a67b68ae2a11adb023e28043686de0c2eba51637 100644 (file)
@@ -182,7 +182,7 @@ class FiniteElementData
                                      * me (WB) why we have to declare and implement
                                      * this one explicitely.
                                      */
-//TODO:[WB] remove operator and let the compiler generate it as soon as it is willing to do so    
+//TODO:[WB] (compiler) remove operator and let the compiler generate it as soon as it is willing to do so    
     bool operator == (const FiniteElementData<dim> &) const;
 
                                     /**
index 59ed117f7e66e25571b808f3764348c75b87ed74..aed1c76238f9080719adf27cc02e51b0ce53a12f 100644 (file)
@@ -324,7 +324,7 @@ class TriaDimensionInfo<3>
 
 /*------------------------------------------------------------------------*/
 
-//TODO:[WB] Move the TriaNumberCache into the Triangulation class
+//TODO:[WB] (compiler) Move the TriaNumberCache into the Triangulation class
 //  once the compiler supports this (gcc2.95 does not allow this at present)
 
 
index 3ed59972eb2f9d2f00bf74230c4a2a471d8eaefb..57e89eb0ae00b7086ca444028b9c5f93a2799d61 100644 (file)
@@ -13,7 +13,7 @@
 /*----------------------------   tria-iterator.h     ---------------------------*/
 
 
-//TODO:[WB] Change <iostream> to <ostream> when that becomes available
+//TODO:[WB] (compiler) Change <iostream> to <ostream> when that becomes available
 #include <iterator>
 #include <iostream>
 #include <base/exceptions.h>

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.