We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31cea3 commit 71e800bCopy full SHA for 71e800b
1 file changed
ql/methods/finitedifferences/boundarycondition.cpp
@@ -21,6 +21,8 @@
21
22
namespace QuantLib {
23
24
+ QL_DEPRECATED_DISABLE_WARNING
25
+
26
NeumannBC::NeumannBC(Real value, NeumannBC::Side side)
27
: value_(value), side_(side) {}
28
@@ -117,4 +119,6 @@ namespace QuantLib {
117
119
118
120
void DirichletBC::applyAfterSolving(Array&) const {}
121
122
+ QL_DEPRECATED_ENABLE_WARNING
123
124
}
0 commit comments