From 864a693fdc8c5856554a749caccb7e29189aea4b Mon Sep 17 00:00:00 2001 From: Siu Wun Cheung Date: Thu, 11 Jul 2024 09:00:46 -0700 Subject: [PATCH] Astyle --- examples/dmd/parametric_tw_csv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dmd/parametric_tw_csv.cpp b/examples/dmd/parametric_tw_csv.cpp index e834e351c..2547c4168 100644 --- a/examples/dmd/parametric_tw_csv.cpp +++ b/examples/dmd/parametric_tw_csv.cpp @@ -10,7 +10,7 @@ // Compile with: make parametric_tw_csv // -// This script performs DMD on general datasets in CSV or HDF formats, +// This script performs DMD on general datasets in CSV or HDF formats, // with the options of time-windowing and parametric interpolation. // For the used-specified input file hierarchy, see the "Description" section below. // Below is a simple hands-on example, using MFEM heat conduction example to