This was found by cppcheck.
*/
SynchronousIterators (const Iterators &i);
- /**
- * Copy constructor.
- */
- SynchronousIterators (const SynchronousIterators &i);
-
/**
* Dereference const operator. Returns a const reference to the iterators
* represented by the current class.
{}
-template <typename Iterators>
-inline
-SynchronousIterators<Iterators>::
-SynchronousIterators (const SynchronousIterators &i)
- :
- iterators (i.iterators)
-{}
-
-
template <typename Iterators>
inline
*/
explicit QCollection (const Quadrature<dim> &quadrature);
- /**
- * Copy constructor.
- */
- QCollection (const QCollection<dim> &q_collection);
-
/**
* Adds a new quadrature rule to the QCollection. In most cases, you will
* want to add quadrature rules in the same order as the elements were
- template <int dim>
- inline
- QCollection<dim>::
- QCollection (const QCollection<dim> &q_collection)
- :
- Subscriptor (),
- // copy the array
- // of shared
- // pointers. nothing
- // bad should
- // happen -- they
- // simply all point
- // to the same
- // objects, and the
- // last one to die
- // will delete the
- // mappings
- quadratures (q_collection.quadratures)
- {}
-
-
-
template <int dim>
inline
std::size_t
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