]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add Point<4> functions since they are necessary for proper compilation
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Nov 1999 08:32:09 +0000 (08:32 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Nov 1999 08:32:09 +0000 (08:32 +0000)
of 3d programs.

git-svn-id: https://svn.dealii.org/trunk@1919 0785d39b-7218-0410-832d-ea1e28bc413d

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

index a8429694b5ddb727ddb4b1e2f543fca2c97ec7c9..8872d5aba2c6dfb1631fb86254226cac2a433d90 100644 (file)
@@ -222,6 +222,22 @@ Point<3>::Point (const double x, const double y, const double z) {
 
 
 
+template <>
+inline
+Point<4>::Point (const double, const double) {
+  Assert (false, ExcInvalidConstructorCalled());
+};
+
+
+
+template <>
+inline
+Point<4>::Point (const double x, const double y, const double z) {
+  Assert (false, ExcInvalidConstructorCalled());
+};
+
+
+
 template <int dim>
 inline
 double Point<dim>::operator () (const unsigned int index) const {

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.