diff --git a/anapaw_last.kumacold b/anapaw_last.kumacold index ab1017e5355dd2a914c628abc4b1c4eac926d2d7..f35c38e6c59f85b80a49811a41847dc3c6c9a82b 100644 --- a/anapaw_last.kumacold +++ b/anapaw_last.kumacold @@ -1,6 +1,13 @@ -*** Begin of history file: Mon Jan 24 20:52:19 2022 -a/l -a/l +*** Begin of history file: Mon Jan 24 22:58:22 2022 a/l a +exe kumac/check +exe kumac/check +zone 1 1 +ht 167 cont +i +opt logz +a/l a +htp cotn +htp cont exit -*** End of history file: Mon Jan 24 20:58:07 2022 +*** End of history file: Mon Jan 24 23:29:55 2022 diff --git a/kumac/check.kumac b/kumac/check.kumac new file mode 100644 index 0000000000000000000000000000000000000000..5108c7eab42d1d2fe7d959c306feaf048f7441f4 --- /dev/null +++ b/kumac/check.kumac @@ -0,0 +1,19 @@ +opt logz +min 0 0.1 + +zone 2 3 +ht 114 cont; ht 115 cont +ht 119 cont; ht 120 cont +ht 128 cont; ht 101 +wait +zone 2 3 +ht 129 cont; ht 131 cont +ht 133 cont; ht 135 cont +ht 179 cont; ht 181 cont +wait +ht 137 cont; hnt cont; hnt cont;hnt cont;hnt cont +wait +zone 2 3 +ht 154 cont; ht 161 cont; ht 167 cont +ht 173 cont; ht 177 cont + \ No newline at end of file diff --git a/paw.metafile b/paw.metafile deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/src/anapaw b/src/anapaw index d1343579a0380506e548cd83a613c8845a40b05b..6a0504cf8973ff3b2440e4b06c34ccacb8350dc5 100755 Binary files a/src/anapaw and b/src/anapaw differ diff --git a/src/enc_mssd.f b/src/enc_mssd.f index eee217aa3ad3d0f3ef43050a2c4b01f995fa9173..29ce730c7e5555cefe91969efd0285d138619f6d 100644 --- a/src/enc_mssd.f +++ b/src/enc_mssd.f @@ -215,8 +215,8 @@ c get postion pos1=int(val(14,id)) pos2=int(val(15,id)) - if ((pos1.ge.1).and.(pos1.le.16).and. - & (pos2.ge.1).and.(pos2.le.16)) then + if (((pos1.ge.1).and.(pos1.le.16)).or. + & ((pos2.ge.1).and.(pos2.le.16))) then c write (*,*) 'i,id,nch ', i, id, nch c write (*,*) 'pos1,pos2 ', pos1, pos2 diff --git a/src/enc_mssd.o b/src/enc_mssd.o index fb5820d8ca20cfd8074a5452ddef796bae0d85dd..c24d3f89de4c11cf031ed72252447194a89c474c 100644 Binary files a/src/enc_mssd.o and b/src/enc_mssd.o differ