diff --git a/src/FluidHPSS/FluidHPSS.cpp b/src/FluidHPSS/FluidHPSS.cpp index 9f193c3..5efcb09 100644 --- a/src/FluidHPSS/FluidHPSS.cpp +++ b/src/FluidHPSS/FluidHPSS.cpp @@ -118,10 +118,10 @@ namespace hpss{ }; std::map paramConstraints{ - {"pthreshf1",{"pthreshf2", std::less()}}, - {"hthreshf1",{"hthreshf2", std::less()}}, - {"pthreshf2",{"pthreshf1", std::greater()}}, - {"hthreshf2",{"hthreshf1", std::greater()}} + {"ptf1",{"pthreshf2", std::less()}}, + {"htf1",{"htf2", std::less()}}, + {"ptf2",{"ptf1", std::greater()}}, + {"htf2",{"htf1", std::greater()}} };