Skip to content

Commit

Permalink
Update description of CalibratorPhase
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Feb 11, 2015
1 parent 42fba0c commit f87bcdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Calibrator/Phase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f87bcdc

Please sign in to comment.