Skip to content

Commit 4f76af0

Browse files
Fix compilation warning.
1 parent 8a9000e commit 4f76af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/control/control-gr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void ControlGR::display(std::ostream &os) const {
6969
os << "ControlGR " << getName();
7070
try {
7171
os << "control = " << controlSOUT;
72-
} catch (ExceptionSignal e) {
72+
} catch (const ExceptionSignal &e) {
7373
}
7474
os << " (" << TimeStep << ") ";
7575
}

0 commit comments

Comments
 (0)