From d7766ad76a267ec4cdfaaa6169aa1f163f73527b Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 26 Aug 2009 07:01:37 +0000 Subject: [PATCH] Issue 20371: remove the creation of netgen.prof : additional patch --- config_files/patches/netgen-4.5-for-SALOME.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_files/patches/netgen-4.5-for-SALOME.patch b/config_files/patches/netgen-4.5-for-SALOME.patch index 51a95c3..a47e944 100755 --- a/config_files/patches/netgen-4.5-for-SALOME.patch +++ b/config_files/patches/netgen-4.5-for-SALOME.patch @@ -41,7 +41,7 @@ diff -Naur netgen-4.5.old/libsrc/general/profiler.cpp netgen-4.5.new/libsrc/gene + ofstream prof ("netgen.prof"); + Print (prof); + } -+ else { ++ else if ((env = getenv("NETGEN_PROF")) && !strcmp(env, "0")) { + Print (std::cout); + } } -- 2.39.2