diff options
Diffstat (limited to 'moon-abe/pbc-0.5.14/include/pbc_z.h')
-rw-r--r-- | moon-abe/pbc-0.5.14/include/pbc_z.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/moon-abe/pbc-0.5.14/include/pbc_z.h b/moon-abe/pbc-0.5.14/include/pbc_z.h deleted file mode 100644 index 2ec54af3..00000000 --- a/moon-abe/pbc-0.5.14/include/pbc_z.h +++ /dev/null @@ -1,12 +0,0 @@ -// ring of integers Z -// wrappers around GMP's mpz_t - -//requires -// * field.h - -#ifndef __PBC_FIELDMPZ_H__ -#define __PBC_FIELDMPZ_H__ - -void field_init_z(field_ptr f); - -#endif //__PBC_FIELDMPZ_H__ |