From f87bcdc7a47a5b7b348ce7ead700dbc88453d83e Mon Sep 17 00:00:00 2001 From: Thomas Nipen Date: Wed, 11 Feb 2015 14:46:47 +0100 Subject: [PATCH] Update description of CalibratorPhase --- src/Calibrator/Phase.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Calibrator/Phase.cpp b/src/Calibrator/Phase.cpp index 8e99c64c..53978907 100644 --- a/src/Calibrator/Phase.cpp +++ b/src/Calibrator/Phase.cpp @@ -108,7 +108,8 @@ std::string CalibratorPhase::description() { ss << " * 3 = snow (T < a" << std::endl; ss << " T can be either regular temperature or wetbulb temperature." << std::endl; ss << " Precip, and Temperature must be available to determine phase. If" << std::endl; - ss << " using wetbulb, then relative humidity and pressure must also be available." << std::endl; + ss << " using wetbulb, then relative humidity must also be available." << std::endl; + ss << " Pressure is currently not needed because a standard atmosphere is used." << std::endl; ss << " parameters=required Read parameters from this text file. The file format is:" << std::endl; ss << " offset0 a b" << std::endl; ss << " ... " << std::endl;