-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Greetings,
I plan on incorporating MCPL into a project of mine. Previously, I had used pyne to extract data from MCNP ssw files into an HDF file... while not as widely supported as HDF, this looks like it has better conversion support. And, with the python bindings (yay!) I can convert any way I want. (Question... are the mcpl files portable across OS's?)
However, I can not abide the unmanaged memory of C, I will be writing a RAII C++11 wrapper class for it. Shall I submit it?