This commit is contained in:
Klaus Basan
2019-05-26 00:51:23 +02:00
committed by Mat Sutcliffe
parent 909a9e55d7
commit 8e51d9147d
2 changed files with 1 additions and 2 deletions

View File

@@ -100,7 +100,6 @@ namespace BlackMisc
{
BLACK_VERIFY_X(t >= 0, Q_FUNC_INFO, "Expect t >= 0");
BLACK_VERIFY_X(t <= 1.0, Q_FUNC_INFO, "Expect t <= 1");
}
return y;
}