Loading Makefile.version +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR) export VERSION_MAJOR=1 export VERSION_MINOR=1 export VERSION_RELEASE=2 export VERSION_RELEASE=3 git_rev=$(shell git rev-parse --short HEAD 2> /dev/null) ifeq "$(git_rev)" "" Loading sources/plot_utils.f90 +1 −0 Original line number Diff line number Diff line Loading @@ -561,6 +561,7 @@ contains Pixel => scan_point%centerbin if( Pixel%amplitude%value == 0d0 .or. Pixel%status .ne. PIXEL_OK) then !! if it is not present.. Pixel => scan_point%pixelbin(ila,xpix,ypix) Pixel_ref => scan_point_ref%pixelbin(ila,xpix,ypix) ! (PAZ) need to update the reference, bug #16 endif ws_id = 32 !! an "arbitrary" gks open device handle Loading Loading
Makefile.version +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR) export VERSION_MAJOR=1 export VERSION_MINOR=1 export VERSION_RELEASE=2 export VERSION_RELEASE=3 git_rev=$(shell git rev-parse --short HEAD 2> /dev/null) ifeq "$(git_rev)" "" Loading
sources/plot_utils.f90 +1 −0 Original line number Diff line number Diff line Loading @@ -561,6 +561,7 @@ contains Pixel => scan_point%centerbin if( Pixel%amplitude%value == 0d0 .or. Pixel%status .ne. PIXEL_OK) then !! if it is not present.. Pixel => scan_point%pixelbin(ila,xpix,ypix) Pixel_ref => scan_point_ref%pixelbin(ila,xpix,ypix) ! (PAZ) need to update the reference, bug #16 endif ws_id = 32 !! an "arbitrary" gks open device handle Loading