Skip to content

Commit fa222a4

Browse files
committed
Address review comments.
1 parent a44c1f8 commit fa222a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/openmc/material.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Material {
9191
const vector<std::string>& name, const vector<double>& density);
9292

9393
//! Clone the material by deep-copying all members
94-
void clone();
94+
Material & clone();
9595

9696
//----------------------------------------------------------------------------
9797
// Accessors

0 commit comments

Comments
 (0)