]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Patch by Lukas Korous: Only include <mm_malloc.h> if not on Microsoft Visual Studio.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 3 Dec 2014 13:10:52 +0000 (07:10 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 3 Dec 2014 13:10:52 +0000 (07:10 -0600)
include/deal.II/lac/parallel_vector.templates.h

index bd5b84af25b84e143df9d4fc0f9749ce270092ec..12422c01c8a9abb67f5a1bd096888ecb73ff8373 100644 (file)
@@ -24,7 +24,9 @@
 #include <deal.II/lac/petsc_parallel_vector.h>
 #include <deal.II/lac/trilinos_vector.h>
 
-#include <mm_malloc.h>
+#ifndef _MSC_VER
+#  include <mm_malloc.h>
+#endif
 
 DEAL_II_NAMESPACE_OPEN
 

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.