* Added script to change printf/fprintf to stdout and stderr at C level on molfile plugins to make the package compatiable with NOMAD parsers.
* Added "nowarnings" option to OpenMolfile to prevent user warnings.
Anything in mind for additional improvements?
* C level silencing modifications are mandatory. This might be optional with a setup.py parameter.
* pymolfile only supports read fucntions at plugins. Write functions might also be added to convert data to other formats.
Needs precaution when using?
* Recursive initialization of OpenMolfile leads to breaks at trajectory class when an outer calling function fails (Ex: in MDDataAccess package) since trajectory file can still be open and can not be closed properly without a delete call.