You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Code cleanup in update_tm.c:
1) Flags treated as flags, so no numerical comparisons for flags.
Example: if(accept==1) should be if(accept)
Mainly bc_flag instances replaced (bad name! should be sf_bc)
2) If and loop cleanup, same action to be taken always should go outside
if loops, instead of repeating inside, same for repeated for loops.
- Typos fixed in update_tm.c and hmc_tm.c
- Whitespace alignment in io/Makefile.in