Commit ac2170bf authored by Zolnierczuk, Piotr's avatar Zolnierczuk, Piotr
Browse files

fixes issue #29 bad sqtmap

the problem was patch drawing in plot_utils when q was a NaN
parent 992d088b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ export PROJECT=drspine

export VERSION_MAJOR=1
export VERSION_MINOR=4
export VERSION_RELEASE=0
export VERSION_RELEASE=1

export PROJLIB=lib$(PROJECT).a
export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR)
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ contains

          q =   q_average * ANGSTROEM

          if (isnan(q)) cycle dtrqs0

          call gr_setfillintstyle(1)
          call gr_setfillcolorind(5)