mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
[swift] killing all those distracting warnings revealed one which identified an obvious mistake
This commit is contained in:
@@ -108,6 +108,6 @@ double BicubicInterpolate2d(
|
||||
BicubicInterpolate1d(v0, v1, v2, v3, hPosition),
|
||||
BicubicInterpolate1d(v4, v5, v6, v7, hPosition),
|
||||
BicubicInterpolate1d(v8, v9, v10, v11, hPosition),
|
||||
BicubicInterpolate1d(v12, v13, v14, 15, hPosition),
|
||||
BicubicInterpolate1d(v12, v13, v14, v15, hPosition),
|
||||
vPosition);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user