gap-packages / ace

GAP interface for the the Advanced Coset Enumerator (ACE)
https://gap-packages.github.io/ace/
MIT License
3 stars 6 forks source link

Call uname() instead of invoking the uname binary #30

Closed jamesjer closed 2 years ago

jamesjer commented 2 years ago

This change has multiple benefits:

I moved the fflush(fop) call below the second print to fop, but I am 99% sure that it could be removed entirely with no ill effects. A newline at the end of a string usually triggers a flush anyway.