Skip to content

Commit

Permalink
Change default for mesh output of unstructured mesh objects
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Jan 29, 2025
1 parent bd874f1 commit 0502ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openmc/mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ class UnstructuredMesh : public Mesh {

// Data members
bool output_ {
true}; //!< Write tallies onto the unstructured mesh at the end of a run
false}; //!< Write tallies onto the unstructured mesh at the end of a run
std::string filename_; //!< Path to unstructured mesh file

ElementType element_type(int bin) const;
Expand Down

0 comments on commit 0502ef8

Please sign in to comment.