Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cmh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
cmh
cmh
Commits
bd255a9b
Commit
bd255a9b
authored
Mar 27, 2014
by
Emmanuel Thomé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor typos
parent
c9c3dd00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/cmh-classpol.sh.in
scripts/cmh-classpol.sh.in
+2
-2
No files found.
scripts/cmh-classpol.sh.in
View file @
bd255a9b
...
...
@@ -69,7 +69,7 @@ set_DAB_from_anything() {
if
[
"
$D
"
=
0
]
;
then
D
=
"
`
echo
"nfinit (z^2 +
$A
*z +
$B
).disc"
|
$GP_PROGRAM
-f
-q
`
"
if
[
"
$D
"
-le
0
]
;
then
echo
"Error, input arguments lead to bogus discriminant D=
$D
"
>
&2
echo
"Error, input arguments lead to bogus discriminant D=
$D
(one must have A^2-B>1 and squarefree)
"
>
&2
exit
1
fi
fi
...
...
@@ -84,7 +84,7 @@ EOF
esac
canonical
=
"
`
echo
"canonical_cm_parameters (
$A
,
$B
)"
|
$GP_PROGRAM
-f
-q
$SHIMURA_GP
`
"
if
[
"
$canonical
"
!=
"[
$A
,
$B
]"
]
;
then
echo
"Error, parameters [
$A
,
$B
] not canonical. Use
$canonical
instead
\n
"
>
&2
echo
"Error, parameters [
$A
,
$B
] not canonical. Use
$canonical
instead"
>
&2
exit
1
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment