svalinn / mcnp2cad

Convert MCNP input files to a general CAD format
BSD 2-Clause "Simplified" License
33 stars 31 forks source link

Build MCNP Shared Library #33

Closed ejwilson3 closed 5 years ago

ejwilson3 commented 7 years ago

This pull request is focused on the functionality of the code to turn MCNP2CAD into a library able to be called by a Trelis-Plugin. There is another pull request planned for the future with fixes to formatting and commenting issues.

gonuke commented 7 years ago

Can we move the CLI files into a subdirectory - perhaps called cli with appropriate changes to the CMakeLists.txt file?

gonuke commented 7 years ago

We probably need to revise the README to reflect these changes.

gonuke commented 5 years ago

Replaced by #53