feat: preserve EM planner segment boundaries
This commit is contained in:
@@ -15,4 +15,10 @@ internal static class Verification
|
||||
if (Math.Abs(expected - actual) > 1e-12d)
|
||||
throw new InvalidOperationException(name + " expected " + expected + " but was " + actual + ".");
|
||||
}
|
||||
|
||||
public static void True(bool condition, string name)
|
||||
{
|
||||
if (!condition)
|
||||
throw new InvalidOperationException(name + " was false.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user