Difference between revisions of "SoftwareBugs"
From Hall A Wiki
Line 1: | Line 1: | ||
March 25th, 2019 | March 25th, 2019 | ||
− | In asymmet10.f we should uncomment the first line | + | In asymmet10.f we should uncomment the first line and comment out the third line shown here. (mtick is the number of ticks of the 120 hz clock that the helicity signal is delayed.) This should eliminate the NASYM(14) errors that we see now. -Bill |
C mtick=(idelcur-1)*120./30. //uncomment me | C mtick=(idelcur-1)*120./30. //uncomment me | ||
C mtick=(idelcur-1)*120./240. | C mtick=(idelcur-1)*120./240. | ||
mtick=(idelcur-1)*120./1000. | mtick=(idelcur-1)*120./1000. |
Revision as of 23:37, 25 March 2019
March 25th, 2019
In asymmet10.f we should uncomment the first line and comment out the third line shown here. (mtick is the number of ticks of the 120 hz clock that the helicity signal is delayed.) This should eliminate the NASYM(14) errors that we see now. -Bill
C mtick=(idelcur-1)*120./30. //uncomment me C mtick=(idelcur-1)*120./240. mtick=(idelcur-1)*120./1000.