From 03374b52e6a814ca25c5a3e2567622a92826be9d Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 25 Aug 2006 23:37:25 +0000 Subject: [PATCH] Fix minor thing git-svn-id: https://svn.dealii.org/trunk@13755 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/deformed_projection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5