From f9009b1ebfd40769467118c17fd90e92ae74c1c3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:26:01 +0000 Subject: [PATCH 1/2] Initial plan From c9e6e4446f29ac013f6a7e7d0eedd6c4665ec9eb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:28:17 +0000 Subject: [PATCH 2/2] Add startup confirmation message 'HeatFlow is running' Co-authored-by: fd9034 <162725450+fd9034@users.noreply.github.com> --- src/heatflow.f90 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/heatflow.f90 b/src/heatflow.f90 index 4b4df6e..c9583e9 100644 --- a/src/heatflow.f90 +++ b/src/heatflow.f90 @@ -39,6 +39,9 @@ program HEATFLOW_V0_3 CALL cpu_time(cpustart) !^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^! + ! confirm to user that HeatFlow is running + write(*,*) 'HeatFlow is running' + ! give feedback to user that code has begun write(*,*) 'Setup initialising'