}
};
-
-double hmin=0,hmax=0; // max. and min. heigth of solution
+ // max. and min. heigth of solution
+ double hmin=0, hmax=0;
for (typename vector<Patch<dim> >::const_iterator patch=patches.begin();
patch != patches.end(); ++patch)
ExcInvalidDatasetSize (patch->data.n(), n_subdivisions+1));
-Point<dim> ver[16]; // value for all points in this patch
+ Point<dim> ver[16]; // value for all points in this patch
for (unsigned int i=0; i<n_subdivisions+1; ++i)
{
patch->data(flags.height_vector,i*(n_subdivisions+1) + j+1) * flags.z_scaling : 0};
-// now compute the projection of
+ // now compute the projection of
// the bilinear cell given by the
// four vertices and their heights
// and write them to a proper
const Point<2> offset(x_min, y_min);
-// now write preamble
+ // now write preamble
if (true)
{
// block this to have local
};
-// finally update the number
+ // finally update the number
// of the first vertex of this patch
switch (dim)
{
};
-// end of variable section
+
+ // end of variable section
out << "endvars" << endl;
// end of output