Skip to content

Commit

Permalink
(docs) updated pgplot implementation status for PGSITF/PGQITF
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Sep 9, 2022
1 parent 2e0dc3d commit ae84e03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/giza-cpgplot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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)
{
Expand Down
4 changes: 2 additions & 2 deletions src/giza-pgplot.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ae84e03

Please sign in to comment.