Jeremy Lloyd Conlin

Results 25 issues of Jeremy Lloyd Conlin

The `natom` parameter in Card2 of THERMR is present on the evaluation file. It should be read from the evaluation file instead of taken from the user. This should be...

enhancement

There is a memory leak. I don't know where yet. In order to find the leak, configure with ```bash cmake -D CMAKE_Fortran_FLAGD="-fsanitize=address" -D CMAKE_BUILD_TYPE=debug .. ``` Then when you run,...

bug

If I invoke CMake with this command: make -D static_libraries=True -D static_njoy=True../ then I don't get statically linked libraries as I would think. The command `ldd` (`otool -L` on Mac)...

This is because the python can't remove the `output` and `error` file.

This Pull Request adds the modern RECONR module to NJOY21.

This will create release 1.3.0. It includes modern versions of - [RECONR](https://github.com/njoy/NJOY21/pull/118) - [LEAPR](https://github.com/njoy/NJOY21/pull/127) - [THERMR](https://github.com/njoy/NJOY21/pull/144) This is a massive release---at least, the biggest release we've created so far. Because...

When building in release mode with GCC 7.3.0 (and probably other versions of GCC), several `maybe-uninitialized` errors are thrown. See below: ```shell [ 84%] Building CXX object CMakeFiles/njoy21.dir/src/main.cpp.o In file...

needs investigation

With the updated build system, this is no longer needed.

easy fix

[NJY2016](https://github.com/njoy/NJOY2016) has many more tests than NJOY21. The tests in NJOY21 should be updated to include those of NJOY2016.