diff options
| author | Jasper Hugunin | 2018-03-04 16:57:06 -0800 |
|---|---|---|
| committer | Jasper Hugunin | 2018-03-04 16:57:06 -0800 |
| commit | 2525c33691e25f837b7dca31d4c702199b3dbc5d (patch) | |
| tree | 7937f252a0818909c715ccc20f3611a4f5c482d5 /mathcomp/solvable/center.v | |
| parent | 6f075b64b936de9ee4fa79ea4dc1d2fb9b9cf2c8 (diff) | |
Change deprecated Arguments Scope to Arguments
Diffstat (limited to 'mathcomp/solvable/center.v')
| -rw-r--r-- | mathcomp/solvable/center.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/solvable/center.v b/mathcomp/solvable/center.v index c461a9e..f984960 100644 --- a/mathcomp/solvable/center.v +++ b/mathcomp/solvable/center.v @@ -56,7 +56,7 @@ Canonical center_group (G : {group gT}) : {group gT} := End Defs. -Arguments Scope center [_ group_scope]. +Arguments center _ _%g. Notation "''Z' ( A )" := (center A) : group_scope. Notation "''Z' ( H )" := (center_group H) : Group_scope. |
