variables of type StraightBoundary. Make it happy by providing some
such thing.
git-svn-id: https://svn.dealii.org/trunk@4666
0785d39b-7218-0410-832d-
ea1e28bc413d
class StraightBoundary : public Boundary<dim>
{
public:
+ /**
+ * Default constructor. Some
+ * compilers require this for
+ * some reasons.
+ */
+ StraightBoundary ();
+
/**
* Let the new point be the
* arithmetic mean of the two
-/* -------------------------- StraightBoundary --------------------- */
+/* -------------------------- Boundary --------------------- */
template <int dim>
/* -------------------------- StraightBoundary --------------------- */
+template <int dim>
+StraightBoundary<dim>::StraightBoundary ()
+{};
+
+
+
template <int dim>
Point<dim>
StraightBoundary<dim>::get_new_point_on_line (const typename Triangulation<dim>::line_iterator &line) 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