From 84cdfb29dfb796dd73e293bae562d1323b0af3ec Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sat, 11 May 2019 12:30:52 -0400 Subject: [PATCH] Use override --- examples/step-43/step-43.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/step-43/step-43.cc b/examples/step-43/step-43.cc index ded8f05473..9f7f7621a4 100644 --- a/examples/step-43/step-43.cc +++ b/examples/step-43/step-43.cc @@ -178,8 +178,9 @@ namespace Step43 : TensorFunction<2, dim>() {} - virtual void value_list(const std::vector> &points, - std::vector> & values) const; + virtual void + value_list(const std::vector> &points, + std::vector> & values) const override; }; -- 2.39.5