Skip to content

Commit 47ecf31

Browse files
authored
Apply suggestion from @acreyes
1 parent 4d33680 commit 47ecf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface/meshblock_data.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class MeshBlockData {
6565
//-----------------
6666
/// Constructor
6767
MeshBlockData() = default;
68-
explicit MeshBlockData<T>(const std::string &name) : stage_name_(name) {}
68+
explicit MeshBlockData(const std::string &name) : stage_name_(name) {}
6969

7070
std::shared_ptr<MeshBlock> GetBlockSharedPointer() const {
7171
if (pmy_block.expired()) {

0 commit comments

Comments
 (0)