summaryrefslogtreecommitdiff
path: root/SA_POP/SA_POP_Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'SA_POP/SA_POP_Types.h')
-rw-r--r--SA_POP/SA_POP_Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SA_POP/SA_POP_Types.h b/SA_POP/SA_POP_Types.h
index cf834909e5a..5d61256ad5d 100644
--- a/SA_POP/SA_POP_Types.h
+++ b/SA_POP/SA_POP_Types.h
@@ -859,7 +859,7 @@ namespace SA_POP {
namespace SA_POP {
namespace Default {
/// Threshold (>=) for probability of a condition to be considered satisfied.
- const ::SA_POP::Probability COND_PROB_THRESH = 0.9;
+ const ::SA_POP::Probability COND_PROB_THRESH = 0.6;
/// Environment variable for root path.
const std::string ROOT_PATH_STR = "SAPOP_ROOT";