[MINC-users] mni_autoreg_model-1.1 build error (and fix)

EJ Nikelski nikelski at bic.mni.mcgill.ca
Tue Sep 13 09:50:31 EDT 2005


Hi all,

    An attempted build of autreg-1.1 (posted on packages.bic.mni.....)
resulted in an error while calling autocrop. Problem is with the
autocrop script in mni_autoreg-0.98u which fails to include the *labs*
function from MNI::NumericUtilities. A fix to this problem would require
the following modification to autocrop ...

34c34
< use MNI::NumericUtilities qw( round );
---
> use MNI::NumericUtilities qw( round labs);


Works for me.


-Jim



More information about the MINC-users mailing list