From d02e8c669061be37e296cd036b9d21570c901506 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 11 Feb 2022 08:35:00 +0100 Subject: [PATCH] no comment --- src/GHS3DPlugin/MG_Tetra_API.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GHS3DPlugin/MG_Tetra_API.cxx b/src/GHS3DPlugin/MG_Tetra_API.cxx index 33319c7..9bf3892 100644 --- a/src/GHS3DPlugin/MG_Tetra_API.cxx +++ b/src/GHS3DPlugin/MG_Tetra_API.cxx @@ -839,7 +839,7 @@ bool MG_Tetra_API::Compute( const std::string& cmdLine, std::string& errStr ) return false; } - if ( key == "1") + if ( key != "0") const_cast< std::string& >( cmdLine ) += " --key " + key; } -- 2.39.2