Skip to content

Commit

Permalink
Update parastell/parastell.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Wilson <[email protected]>
  • Loading branch information
connoramoreno and gonuke authored Jan 27, 2025
1 parent c43a63e commit 6c8ec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parastell/parastell.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def export_cad_to_dagmc(
max_mesh_size (float): maximum size of mesh elements (defaults to
50).
"""
self._logger.info("Exporting DAGMC neutronics model...")
self._logger.info("Exporting DAGMC neutronics model with CAD-to-DAGMC ...")

export_path = Path(export_dir) / Path(filename).with_suffix(".h5m")
self.dagmc_model.export_dagmc_h5m_file(
Expand Down

0 comments on commit 6c8ec28

Please sign in to comment.