]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing constructors.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Feb 2001 10:45:25 +0000 (10:45 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Feb 2001 10:45:25 +0000 (10:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@3984 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/point.h

index f9f8f33cec74730b3a1204820dc11cab4e6f635f..9eb2b92ba145ad163e618988a786dfa58dc18371 100644 (file)
@@ -239,6 +239,24 @@ Point<2>::Point (const double, const double, const double)
 
 
 
+template <>
+inline
+Point<3>::Point (const double) 
+{
+  Assert (false, ExcInvalidConstructorCalled());
+};
+
+
+
+template <>
+inline
+Point<3>::Point (const double, const double) 
+{
+  Assert (false, ExcInvalidConstructorCalled());
+};
+
+
+
 template <>
 inline
 Point<3>::Point (const double x, const double y, const double z) 

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.