2022-07-28 Andrew Lister Version 1.4.2 * Fix print order issue in examples. 2013-05-01 Jonathan Hogg Version 1.4.1. Fix error in C documentation. * Argument ne to mc69_set_values() should be ptr[n]-1 if Fortran indexing is used 2013-03-21 Jonathan Hogg Version 1.4.0: Minor bug fixes * Fix value of more in mc69_verify on encountering bad diagonal * Use explicit type cast in digit_format() to avoid warning * Fix a bug with counting diagonal entries * Use explicit spaces rather than format (Nx) to achieve portable output of print command 2011-10-05 Jonathan Hogg Version 1.3.1: Change C header files (only) to BSD licence 2011-09-02 Jonathan Hogg Version 1.3.0: Work around bug in PGI Fortran compiler * Remove intent(out) from all optional, allocatable arguments to workaround segfault bug when using with pgfortran 2011-04-21 Jonathan Hogg Version 1.2.0: Adjust C interface to allow multiple precisions at once * Rename all subroutines to have _s, _d, _c or _z at the end. * Maintain backwards compatibility through #defines for old names 2011-03-11 Jonathan Hogg Version 1.1.0: Add C interface. 2011-02-18 Jonathan Hogg Version 1.0.1: Fix mistakes in documentation: * Add ne to set_values call for scsl_clean/cscl_convert calls * Remove errors relating to ptr from coord_convert call 2011-01-18 Jonathan Hogg, John Reid and Sue Thorne Version 1.0.0: Initial Version.