Ivan Komarov started a new discussion on src/sage/schemes/hyperelliptic_curves/hypellfrob/hypellfrob.cpp:
161 | 161 |
zz_p::init(to_long(modulus));
|
162 | 162 |
|
163 | 163 |
// Convert input data to single-precision format
|
164 |
- int dim = M0.NumRows();
|
unused
—
Reply to this email directly or view it on GitLab.
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
unsubscribe
from this thread or
adjust your notification settings.
Ivan Komarov started a new discussion on src/sage/geometry/triangulation/triangulations.cc:
18 | 18 |
void triangulations::find_hash_position(const compact_simplices& t,
|
19 | 19 |
hash_value& pos, bool& is_new) const
|
20 | 20 |
{
|
21 |
- hash_value freespace;
|
unused