Skip to content

Commit

Permalink
change attributes in arrangement code
Browse files Browse the repository at this point in the history
  • Loading branch information
enriqueartal committed Feb 8, 2024
1 parent 2e472d4 commit 73a728d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def affine_fundamental_group(self):
L = Af([vector(line.coefficients()) * coord for line in self])
G = L.fundamental_group()
self._affine_fundamental_group = G
self._affine_meridians = L._meridians['simpl', True, 'vertical', True]
self._affine_meridians = L._meridians_simpl_vertical
return G
H1 = self.hyperplane_section(proj=False)
G = H1.affine_fundamental_group()
Expand Down Expand Up @@ -451,7 +451,7 @@ def projective_fundamental_group(self):
L = Proj([vector(line.coefficients()[1:]) * coord for line in self])
G = L.fundamental_group()
self._projective_fundamental_group = G
self._projective_meridians = L._meridians['simpl', True]
self._projective_meridians = L._meridians_simpl
return G
H1 = self.hyperplane_section()
G = H1.projective_fundamental_group()
Expand Down

0 comments on commit 73a728d

Please sign in to comment.