refactor: Linting substrings
This commit is contained in:
parent
cee38b7be8
commit
ac1132c7ca
40 changed files with 133 additions and 132 deletions
|
@ -109,7 +109,7 @@ instance (i : Fin 2) : Module ℝ (EdgeVertexMomentaMap F i) :=
|
|||
| 0 => instModuleRealEdgeMomenta F
|
||||
| 1 => instModuleRealVertexMomenta F
|
||||
|
||||
/-- The direct sum of `EdgeMomenta` and `VertexMomenta`.-/
|
||||
/-- The direct sum of `EdgeMomenta` and `VertexMomenta`. -/
|
||||
def EdgeVertexMomenta : Type := DirectSum (Fin 2) (EdgeVertexMomentaMap F)
|
||||
|
||||
instance : AddCommGroup F.EdgeVertexMomenta := DirectSum.instAddCommGroup _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue