* is set to false, the triangulation is only repartitioned if needed
* (i.e. if a different number of MPI processes is encountered).
*/
- void load(const char *filename, bool autopartition = true);
+ void load(const char *filename,
+ const bool autopartition = true);
/**
* Used to inform in the callbacks of register_data_attach() and
template <int dim, int spacedim>
void
Triangulation<dim,spacedim>::
- load(const char *filename, bool autopartition)
+ load (const char *filename,
+ const bool autopartition)
{
- Assert(this->n_cells()>0, ExcMessage("load() only works if Triangulation already contains the same coarse mesh!"));
+ Assert(this->n_cells()>0, ExcMessage("load() only works if the Triangulation already contains a coarse mesh!"));
Assert(this->n_levels()==1, ExcMessage("Triangulation may only contain coarse cells when calling load()."));
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