From: bangerth Date: Fri, 25 Aug 2006 23:37:25 +0000 (+0000) Subject: Fix minor thing X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03374b52e6a814ca25c5a3e2567622a92826be9d;p=dealii-svn.git Fix minor thing git-svn-id: https://svn.dealii.org/trunk@13755 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/deformed_projection.h b/tests/fe/deformed_projection.h index 605318b79b..8a59af1583 100644 --- a/tests/fe/deformed_projection.h +++ b/tests/fe/deformed_projection.h @@ -637,7 +637,7 @@ int create_tria (unsigned int elm, Triangulation<2> &tria) } -int plot_shapes (DoFHandler<2> &dof_handler) +void plot_shapes (DoFHandler<2> &dof_handler) { Vector solution (dof_handler.n_dofs ()); std::set face_dofs;