]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a stupid mistake with a missing semicolon.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 6 Jul 2009 17:43:00 +0000 (17:43 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 6 Jul 2009 17:43:00 +0000 (17:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@19026 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparsity_tools.cc

index e26c14ef6aa813100f8d7f2eaa6cfd0dedb409f5..2dab62ddf0e138aff4bfc73d50210b7b41e1dd9f 100644 (file)
@@ -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 *,

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


Typeset in Trocchi and Trocchi Bold Sans Serif.