diff options
| author | J08nY | 2018-04-07 14:37:39 +0200 |
|---|---|---|
| committer | J08nY | 2018-04-07 14:38:24 +0200 |
| commit | 07430c61d6a2a1895bbcec729ded99cb69ce1866 (patch) | |
| tree | e3f256c182980e288cac82f431748c7f8d2d3a0b /src/cm/cm.c | |
| parent | d9e0c33e375905fcec15f4aea23ac61798415edb (diff) | |
| download | ecgen-07430c61d6a2a1895bbcec729ded99cb69ce1866.tar.gz ecgen-07430c61d6a2a1895bbcec729ded99cb69ce1866.tar.zst ecgen-07430c61d6a2a1895bbcec729ded99cb69ce1866.zip | |
Diffstat (limited to 'src/cm/cm.c')
| -rw-r--r-- | src/cm/cm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cm/cm.c b/src/cm/cm.c index 48a9c5f..28815d7 100644 --- a/src/cm/cm.c +++ b/src/cm/cm.c @@ -15,8 +15,7 @@ int cm_do() { GEN D = stoi(71); p1363_form_t **forms; size_t nforms = p1363_forms(D, &forms); - GEN WD = p1363_poly(D, forms, nforms); - pari_printf("%Ps\n", WD); + p1363_poly(D, forms, nforms); p1363_free(&forms, nforms); debug_log_start("Finished Complex Multiplication method"); |
