mute a debug message

This commit is contained in:
Tonton Th
2026-05-22 04:30:46 +02:00
parent 0bc55225fc
commit fa334cd7de

View File

@@ -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