Re: [Freesurfer] mkcontrast2 typo in 7.1.1

2021-04-15 Thread Douglas N. Greve
Thanks, I just fixed it and pushed the change. Should be in the next version. On 4/12/2021 3:05 PM, Ben Singer wrote: > External Email - Use Caution > > On line 106: > > if($FS_MKCON_USE_BIN == 0 && UseOctave == 0) then > > there should be a "$" before the "UseOctave" to make the line re

[Freesurfer] mkcontrast2 typo in 7.1.1

2021-04-12 Thread Ben Singer
External Email - Use Caution On line 106: if($FS_MKCON_USE_BIN == 0 && UseOctave == 0) then there should be a "$" before the "UseOctave" to make the line read: if($FS_MKCON_USE_BIN == 0 && $UseOctave == 0) then Apologies if this has been already corrected, I didn't come across