Skip to content

Commit dee6a9d

Browse files
committed
update error message
1 parent 597781e commit dee6a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Eradication/SusceptibilityMalaria.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ namespace Kernel
154154

155155
if(pyrogenic_threshold_max < pyrogenic_threshold_min)
156156
{
157-
throw InvalidInputDataException( __FILE__, __LINE__, __FUNCTION__, "Pyrogenic_Threshold_Max must be greater than Pyrogenic_Threshold_Min." );
157+
throw InvalidInputDataException( __FILE__, __LINE__, __FUNCTION__, "Pyrogenic_Threshold_Max must be greater or equal to than Pyrogenic_Threshold_Min." );
158158
}
159159
}
160160

0 commit comments

Comments
 (0)