Skip to content

Commit d5a5551

Browse files
Pass argument by ref in ssw_cells_from_xml() cpp test
1 parent 9c72be9 commit d5a5551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cpp_unit_tests/test_surf_source_write.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include "openmc/settings.h"
88

9-
auto ssw_cells_from_xml(std::string xml_string)
9+
auto ssw_cells_from_xml(const std::string& xml_string)
1010
{
1111
// Create a pugixml document object
1212
pugi::xml_document doc;

0 commit comments

Comments
 (0)