Loading Makefile.version +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ export PROJECT=drspine export VERSION_MAJOR=1 export VERSION_MINOR=1 export VERSION_RELEASE=3 export VERSION_RELEASE=4 export PROJLIB=lib$(PROJECT).a export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR) 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 @@ -3,7 +3,7 @@ export PROJECT=drspine export VERSION_MAJOR=1 export VERSION_MINOR=1 export VERSION_RELEASE=3 export VERSION_RELEASE=4 export PROJLIB=lib$(PROJECT).a export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR) 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