We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5dbca commit 88a3790Copy full SHA for 88a3790
1 file changed
source/mir/interpolate/spline.d
@@ -1657,7 +1657,7 @@ struct MetaSpline(T, X)
1657
bool opEquals()(auto ref scope const typeof(this) rhs) scope const @trusted pure nothrow @nogc
1658
{
1659
return this.gridScopeView == rhs.gridScopeView
1660
- && this.data == rhsthis.data
+ && this.data == rhs.data
1661
&& this.configuration == rhs.configuration;
1662
}
1663
0 commit comments