From e7252243d7f75b1671bcb310c8dc807a8b438d76 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Mon, 9 May 2016 10:19:00 -0400 Subject: [PATCH] Fix a typo in preprocessor macro. --- include/deal.II/lac/read_write_vector.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/read_write_vector.templates.h b/include/deal.II/lac/read_write_vector.templates.h index 7d2f02e15a..aa679f412d 100644 --- a/include/deal.II/lac/read_write_vector.templates.h +++ b/include/deal.II/lac/read_write_vector.templates.h @@ -21,7 +21,7 @@ #include #include -#ifdef DEAL_II_PETSC +#ifdef DEAL_II_WITH_PETSC # include #endif -- 2.39.5