aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/mxalgebra.v
diff options
context:
space:
mode:
authorEnrico2017-10-30 15:03:17 +0100
committerGitHub2017-10-30 15:03:17 +0100
commit7110a6e302fe102b6fb8df675511a44d8441d6c5 (patch)
treef2c7a9504fe1a1a39a9015a771bf07eba1696ca8 /mathcomp/algebra/mxalgebra.v
parentd5437703555329168288467dc1a94b1176e1776e (diff)
parente1b1743fb6aaed042d5e6762ea76c3242593ab1d (diff)
Merge pull request #153 from maximedenes/remove-obsolete-locality
Fix obsolete vernacular syntax for locality.
Diffstat (limited to 'mathcomp/algebra/mxalgebra.v')
-rw-r--r--mathcomp/algebra/mxalgebra.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/algebra/mxalgebra.v b/mathcomp/algebra/mxalgebra.v
index 3b3ca5d..da61dfb 100644
--- a/mathcomp/algebra/mxalgebra.v
+++ b/mathcomp/algebra/mxalgebra.v
@@ -135,7 +135,7 @@ Unset Printing Implicit Defensive.
Import GroupScope.
Import GRing.Theory.
-Open Local Scope ring_scope.
+Local Open Scope ring_scope.
Reserved Notation "\rank A" (at level 10, A at level 8, format "\rank A").
Reserved Notation "A ^C" (at level 8, format "A ^C").
@@ -160,7 +160,7 @@ Notation "''A' [ F ]_ n" := 'A[F]_(n)
Delimit Scope matrix_set_scope with MS.
-Notation Local simp := (Monoid.Theory.simpm, oppr0).
+Local Notation simp := (Monoid.Theory.simpm, oppr0).
(*****************************************************************************)
(******************** Rank and row-space theory ******************************)