mute a debug message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user