mirror of
https://github.com/gonum/gonum.git
synced 2025-10-04 06:46:29 +08:00
lapack/testlapack: remove some lint found by megacheck
This commit is contained in:
@@ -18,7 +18,6 @@ type Dpotf2er interface {
|
||||
func Dpotf2Test(t *testing.T, impl Dpotf2er) {
|
||||
for _, test := range []struct {
|
||||
a [][]float64
|
||||
ul blas.Uplo
|
||||
pos bool
|
||||
U [][]float64
|
||||
}{
|
||||
|
Reference in New Issue
Block a user