From ae84e031e7bbbf716e5c88b4a47f110ef9897365 Mon Sep 17 00:00:00 2001 From: Daniel Price Date: Fri, 9 Sep 2022 18:01:25 +1000 Subject: [PATCH] (docs) updated pgplot implementation status for PGSITF/PGQITF --- src/giza-cpgplot.c | 4 ++-- src/giza-pgplot.f90 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/giza-cpgplot.c b/src/giza-cpgplot.c index 3bec635..0c09ac9 100644 --- a/src/giza-cpgplot.c +++ b/src/giza-cpgplot.c @@ -794,7 +794,7 @@ void cpgqinf(const char *item, char *value, int *value_length) /*************************************************************** * cpgqitf -- inquire image transfer function - * Status: NOT IMPLEMENTED + * Status: IMPLEMENTED ***************************************************************/ void cpgqitf(int *itf) { @@ -1065,7 +1065,7 @@ void cpgshs(float angle, float sepn, float phase) /*************************************************************** * cpgsitf -- set image transfer function - * Status: NOT IMPLEMENTED + * Status: IMPLEMENTED ***************************************************************/ void cpgsitf(int itf) { diff --git a/src/giza-pgplot.f90 b/src/giza-pgplot.f90 index ca9d1ed..27c6024 100644 --- a/src/giza-pgplot.f90 +++ b/src/giza-pgplot.f90 @@ -1152,7 +1152,7 @@ end subroutine PGQINF !------------------------------------------------------------------------ ! Module: PGQITF -- inquire image transfer function -! Status: NOT IMPLEMENTED +! Status: IMPLEMENTED !------------------------------------------------------------------------ subroutine PGQITF (ITF) use giza, only:giza_get_image_transfer_function @@ -1531,7 +1531,7 @@ end subroutine PGSHS !------------------------------------------------------------------------ ! Module: PGSITF -- set image transfer function -! Status: NOT IMPLEMENTED +! Status: IMPLEMENTED !------------------------------------------------------------------------ subroutine PGSITF (ITF) use giza, only:giza_set_image_transfer_function