From fa334cd7de4ad093d593b46e525d8945fffaa23a Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Fri, 22 May 2026 04:30:46 +0200 Subject: [PATCH] mute a debug message --- starfield.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starfield.f90 b/starfield.f90 index 7cd7f3a..eae5378 100644 --- a/starfield.f90 +++ b/starfield.f90 @@ -25,7 +25,7 @@ subroutine plot_a_star(at_x, at_y, sz, color) integer :: idx real :: rad, xv, yv - write(0, '("plot a star at ", 2F8.3)') at_x, at_y + ! write(0, '("plot a star at ", 2F8.3)') at_x, at_y call genp_set_offset(at_x, at_y) do idx=0, 360, 36 ! convert index to radians