Skip to content

Improved output format and bug fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@mittinatten mittinatten released this 14 Jan 14:26
· 596 commits to master since this release
  • Output now doesn't repeat the parameters section if several calculations are made. Therefore the input section has been separated from parameters.
    • To make this possible the function freesasa_log() has been deprecated and replaced by freesasa_write_parameters() and freesasa_write_result().
  • A bug where unrecognized long-options caused seg-faults has been fixed.
  • Errors from fprintf() are now caught more consistently throughout the library.
  • CLI documentation has been expanded with a more elaborate example.