SCIInstitute / Cleaver

A MultiMaterial Tetrahedral Meshing Library and Application
https://cleaver.readthedocs.io
Other
40 stars 18 forks source link

CLI has mixed up names for background mesh modes. #51

Closed jonbronson closed 7 years ago

jonbronson commented 7 years ago

Two currently supported mesh types are Regular ( BCCLattice) and Structured ( BCCOctree )

Change 740c1e78c8fba0615ac571d00d11d9c048e3342f mixed up these names. This leads to generation of the wrong background mesh types. It looks like this was missed because regression tests had been disabled.

jonbronson commented 7 years ago

With this fixed the CLI_Regular test can runs and completes instead of erroring out.