pFlogger icon indicating copy to clipboard operation
pFlogger copied to clipboard

Add return codes to pflogger

Open tclune opened this issue 3 years ago • 2 comments

When a format is bad pflogger crashes with a minimally helpful message. Preferable would be to throw an exception, but since we do not have those in Fortran, we must use the Fortran convention of an optional return code.

The fix is straightforward, but rather tedious to propagate. It may also require analogous changes in gFTL, though RC's there should mostly be in place already.

tclune avatar Dec 07 '20 12:12 tclune