From be284324e24a98d4a33eaabec563bd5782304b10 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Thu, 13 Jan 2022 17:16:38 -0700
Subject: [PATCH] Update t properly in the output data structure

---
 include/teqp/algorithms/critical_tracing.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/teqp/algorithms/critical_tracing.hpp b/include/teqp/algorithms/critical_tracing.hpp
index 2509175..52d2006 100644
--- a/include/teqp/algorithms/critical_tracing.hpp
+++ b/include/teqp/algorithms/critical_tracing.hpp
@@ -547,7 +547,8 @@ struct CriticalTracing {
             z0 = rhovec[0] / rhotot;
             if (z0 < 0 || z0 > 1) {
                 break;
-            }           
+            }
+            t += dt;           
 
             if (!filename.empty()) {
                 write_line();
-- 
GitLab