Skip to content

Commit 86ced4c

Browse files
tarkpatedcwhite
andauthored
Update src/Core/Datatypes/DyadicTensor.h
Co-authored-by: Dan White <[email protected]>
1 parent 4d2fff1 commit 86ced4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Datatypes/DyadicTensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ namespace Core {
135135
(*this)(i, j) = mat(i, j);
136136
}
137137
}
138-
DyadicTensorGeneric(MandelVector man)
138+
explicit DyadicTensorGeneric(MandelVector man)
139139
{
140140
static const Number sqrt2 = std::sqrt(2);
141141
for (SizeType i = Dim; i < MANDEL_SIZE_; ++i)

0 commit comments

Comments
 (0)