From b67810c898e8a985e4f10bac2798c082be8e8732 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 23 Feb 2011 16:06:48 +0000 Subject: [PATCH] STYLE: etc/prefs.* : changed to be different from default 'system' compiler --- etc/prefs.csh-EXAMPLE | 2 +- etc/prefs.sh-EXAMPLE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/prefs.csh-EXAMPLE b/etc/prefs.csh-EXAMPLE index 68d08b4ca61..64bd5dfaeb4 100644 --- a/etc/prefs.csh-EXAMPLE +++ b/etc/prefs.csh-EXAMPLE @@ -38,7 +38,7 @@ ## Specify system compiler ## ~~~~~~~~~~~~~~~~~~~~~~~ -#set foamCompiler=system +#set foamCompiler=OpenFOAM ## Specify system openmpi ## ~~~~~~~~~~~~~~~~~~~~~~ diff --git a/etc/prefs.sh-EXAMPLE b/etc/prefs.sh-EXAMPLE index 4820f82dcd3..24fea698355 100644 --- a/etc/prefs.sh-EXAMPLE +++ b/etc/prefs.sh-EXAMPLE @@ -38,7 +38,7 @@ # Specify system compiler # ~~~~~~~~~~~~~~~~~~~~~~~ -foamCompiler=system +foamCompiler=OpenFOAM # Specify system openmpi # ~~~~~~~~~~~~~~~~~~~~~~ -- GitLab