Skip to content

Commit 4e3cc0e

Browse files
committed
Removed any references to goop2
1 parent 38b4a1a commit 4e3cc0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gen.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
package goop2
1+
package MatProInterface_go
22

33
//go:generate go run extras/setup.go

optim/vector_linear_expression.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func (vle VectorLinearExpr) Check() error {
5353
IDs
5454
Description:
5555
56-
Returns the goop2 ID of each variable in the current vector linear expression.
56+
Returns the MatProInterface ID of each variable in the current vector linear expression.
5757
*/
5858
func (vle VectorLinearExpr) IDs() []uint64 {
5959
return vle.X.IDs()

testing/optim/util_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package optim_test
33
/*
44
util_test.go
55
Description:
6-
This file tests some of the utilities added in goop2's util.go file.
6+
This file tests some of the utilities added in MatProInterface.go's util.go file.
77
*/
88

99
import (

0 commit comments

Comments
 (0)