From 1a4b12b1e1ce3299971c4608bc00b3cf2eb4e88a Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 1 Feb 2010 13:31:45 +0000 Subject: [PATCH] compilation warning --- src/GHS3DPlugin_Hypothesis.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GHS3DPlugin_Hypothesis.cxx b/src/GHS3DPlugin_Hypothesis.cxx index 6ab56c6..0798027 100644 --- a/src/GHS3DPlugin_Hypothesis.cxx +++ b/src/GHS3DPlugin_Hypothesis.cxx @@ -417,6 +417,7 @@ short GHS3DPlugin_Hypothesis::DefaultMaximumMemory() return (int) ( 0.7 * totMB ); } #endif + return 1024; } //======================================================================= -- 2.39.2