Fix issues with FV and Gibson Solver
Pre-release
Pre-release
CodeByDrescher
released this
29 Jan 16:35
·
31 commits
to master
since this release
FV solver had a bug with char-buffers being overflowed when the file length was just too much. We switched to std::string
Gibson Solver has messaging problems, as the messaging single had to be manually initialized, and never was. Cleaned up the constructors and called the initialization method.