YAML reading should skip header/footer lines
Modeling and Simulation made NiCE!
Brought to you by:
amccaskey,
jayjaybillings
I added a
MOOSEFileHandler.createCleanMOOSEFile(...)method which will take in either a YAML or action syntax file, check if it has a header/footer, remove them if necessary, and overwrite the original file. It won't bother messing with the files on the filesystem if no header/footer is found.