Remove use of diagnum in solver
PiperOrigin-RevId: 759021147 Change-Id: I9e5c85b6542380780fc487781398f406ddaad51b
This commit is contained in:
committed by
Copybara-Service
parent
dc4968506b
commit
e8c566bee1
@@ -6024,14 +6024,6 @@ STRUCTS: Mapping[str, StructDecl] = dict([
|
||||
doc='inertia: address of each row in iM_colind',
|
||||
array_extent=('nidof',),
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='iM_diagnum',
|
||||
type=PointerType(
|
||||
inner_type=ValueType(name='int'),
|
||||
),
|
||||
doc='inertia: num of consecutive diagonal elements',
|
||||
array_extent=('nidof',),
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='iM_colind',
|
||||
type=PointerType(
|
||||
|
||||
Reference in New Issue
Block a user