From 23b247080b86d0523e8010ded86bafe029da1083 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 13 Aug 2001 07:19:02 +0000
Subject: [PATCH] compilation probs on SGI

---
 Parallel/Makefile                    | 9 ++++-----
 Parallel/{ParUtil.cc => ParUtil.cpp} | 0
 tutorial/t9.geo                      | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)
 rename Parallel/{ParUtil.cc => ParUtil.cpp} (100%)

diff --git a/Parallel/Makefile b/Parallel/Makefile
index fc2dc73f95..276a697e4d 100644
--- a/Parallel/Makefile
+++ b/Parallel/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.2 2001-08-08 14:30:33 remacle Exp $
+# $Id: Makefile,v 1.3 2001-08-13 07:19:02 geuzaine Exp $
 #
-# Makefile for "libBox.a"
+# Makefile for "libParallel.a"
 #
 
 .IGNORE:
@@ -8,14 +8,13 @@ AR       = ar ruvs
 RM       = rm
 RANLIB   = ranlib
 LIB      = ../lib/libParallel.a
-INCLUDE  := $(INCLUDE) -I/usr/local/mpich/latest/include/
 
 C_FLAGS       = -g
 OS_FLAGS      = 
 VERSION_FLAGS = 
 
 RMFLAGS  = -f
-CFLAGS   = $(C_FLAGS) $(OS_FLAGS) $(VERSION_FLAGS) $(INCLUDE) 
+CFLAGS   = $(C_FLAGS) $(OS_FLAGS) $(VERSION_FLAGS) $(INCLUDE) -I/usr/local/mpich/latest/include/
 
 SRC = ParUtil.cpp
 
@@ -27,7 +26,7 @@ $(LIB): $(OBJ)
 	$(AR) $(LIB) $(OBJ) 
 	$(RANLIB) $(LIB)
 
-.cc.o:
+.cpp.o:
 	$(CC) $(CFLAGS) -c $<
 
 clean:
diff --git a/Parallel/ParUtil.cc b/Parallel/ParUtil.cpp
similarity index 100%
rename from Parallel/ParUtil.cc
rename to Parallel/ParUtil.cpp
diff --git a/tutorial/t9.geo b/tutorial/t9.geo
index b038d3b9d5..18c69cc90d 100644
--- a/tutorial/t9.geo
+++ b/tutorial/t9.geo
@@ -38,7 +38,7 @@ Plugin(CutPlane).C = 1 ;
 Plugin(CutPlane).D = 0 ; 
 Plugin(CutPlane).Run ; 
 
-View[0].Light = 1;
+View[0].Light = 0;
 View[0].IntervalsType = 2;
 View[0].NbIso = 6;
 View[0].SmoothNormals = 1;
-- 
GitLab