From 80a391a4f3eb21b27d9aba2a839bbf7867f5aa8e Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Thu, 28 Apr 2011 12:49:07 +0200 Subject: [PATCH] COMP: incorrect comment type in options files (scotchDecomp) --- src/parallel/decompose/scotchDecomp/Make/options | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/parallel/decompose/scotchDecomp/Make/options b/src/parallel/decompose/scotchDecomp/Make/options index a198db40af..b2f7015e24 100644 --- a/src/parallel/decompose/scotchDecomp/Make/options +++ b/src/parallel/decompose/scotchDecomp/Make/options @@ -1,6 +1,7 @@ -# Note including of mplib compilation rules. This -# is purely to avoid scotch.h including mpicxx.h -# which causes problems. +/* + * Note including of mplib compilation rules. + * This is purely to avoid scotch.h including mpicxx.h, which causes problems. + */ sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB) sinclude $(RULES)/mplib$(WM_MPLIB)