From ce589a5ce6f1cfb5574d633af30751bc945d6b39 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 6 Jul 2009 17:43:00 +0000 Subject: [PATCH] Fix a stupid mistake with a missing semicolon. git-svn-id: https://svn.dealii.org/trunk@19026 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparsity_tools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/source/sparsity_tools.cc b/deal.II/lac/source/sparsity_tools.cc index e26c14ef6a..2dab62ddf0 100644 --- a/deal.II/lac/source/sparsity_tools.cc +++ b/deal.II/lac/source/sparsity_tools.cc @@ -45,7 +45,7 @@ extern "C" { // the following is from Metis-4.0/Lib/struct.h: - typedef int idxtype + typedef int idxtype; // and this is from proto.h void METIS_PartGraphKway(int *, idxtype *, idxtype *, -- 2.39.5