This commit is contained in:
Miha Kralj
2024-10-08 13:59:33 -07:00
parent 46f5ffe9e9
commit 0bc41854aa
19 changed files with 48 additions and 218 deletions
-4
View File
@@ -22,11 +22,7 @@ public class Skew : AbstractBase
/// <exception cref="ArgumentOutOfRangeException">
/// Thrown when period is less than 3.
/// </exception>
<<<<<<< HEAD
public Skew(int period) : base()
=======
public Skew(int period)
>>>>>>> dev
{
if (period < 3)
{