From: Bruno Turcksin Date: Mon, 9 May 2016 14:19:00 +0000 (-0400) Subject: Fix a typo in preprocessor macro. X-Git-Tag: v8.5.0-rc1~1046^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7252243d7f75b1671bcb310c8dc807a8b438d76;p=dealii.git Fix a typo in preprocessor macro. --- 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