Add comment to write_resumefile around GPU variable
It wasn't clear what mpz_t N was vs mpcandi_t n was in write_resumefile
.
I updated the name N
to orig_N
, added a comment, and an assert to test the relationship.
This helps simplify my upcoming GPU P-1 change.