From 37692f967a3abb00d5d9b67385479ca372c8b9ca Mon Sep 17 00:00:00 2001 From: Vladimir Z Tomov Date: Thu, 19 Dec 2024 17:44:36 -0800 Subject: [PATCH] minor --- remhos.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remhos.cpp b/remhos.cpp index df487cb..19dd616 100644 --- a/remhos.cpp +++ b/remhos.cpp @@ -26,6 +26,8 @@ // equations that are used to perform discontinuous field interpolation (remap) // as part of the Eulerian phase in Arbitrary-Lagrangian Eulerian (ALE) // simulations. +// +// Sample runs: see README.md, section 'Verification of Results'. #include "mfem.hpp" #include