From 13876bc41fa9014a17e1ccfa3e7a02a23c283ab8 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sun, 8 Jun 2025 09:02:41 -0400 Subject: [PATCH] fix comment in eos_demo --- source/eos_demo/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/eos_demo/main.cpp b/source/eos_demo/main.cpp index 5866abc..50c5e4d 100644 --- a/source/eos_demo/main.cpp +++ b/source/eos_demo/main.cpp @@ -1,6 +1,5 @@ // -// Process a sedov problem to produce rho, u, and p as a -// function of r, for comparison to the analytic solution. +// Demonstrate how to call the EOS on every zone in a plotfile. // #include // #include