VolumeLibrary is used by the FuelCalc program produced by the Missoula Fire Sciences Lab
FuelCalc is written in C++
FuelCalc experiences exceptions using the current VolumeLibrary functions.
I have written a wrapper that allows FuelCalc to call it's necessary VolumeLibrary functions, which entail adding explicit sizes to string lengths as parameters.
I would like to create a Pull Request and add these functions, as well as a simple command line test program.
I have only tested on MS Windows 64 bit, using the Intel Fortran compiler. However, there are plans to migrate FuelCalc to Linux in the near future, and I would most likely want to be able to build and test these changes with gnu Fortran.
VolumeLibrary is used by the FuelCalc program produced by the Missoula Fire Sciences Lab
FuelCalc is written in C++
FuelCalc experiences exceptions using the current VolumeLibrary functions.
I have written a wrapper that allows FuelCalc to call it's necessary VolumeLibrary functions, which entail adding explicit sizes to string lengths as parameters.
I would like to create a Pull Request and add these functions, as well as a simple command line test program.
I have only tested on MS Windows 64 bit, using the Intel Fortran compiler. However, there are plans to migrate FuelCalc to Linux in the near future, and I would most likely want to be able to build and test these changes with gnu Fortran.