Update of /cvsroot/x-batch/x_batch
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv695
Modified Files:
constants.m
Log Message:
Fixed a typo -- realign not realig.
Index: constants.m
===================================================================
RCS file: /cvsroot/x-batch/x_batch/constants.m,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** constants.m 3 Jun 2005 23:29:50 -0000 1.3
--- constants.m 25 Sep 2005 17:19:12 -0000 1.4
***************
*** 14,22 ****
COREG_PS = 'coreg.ps';
! REALIGN_PS = 'realig.ps';
SPM_PS = 'spm2.ps';
SLICE_PS = 'slicing.ps';
NORMALIZE_PS = 'normalize.ps';
SEGMENT_PS = 'segment.ps';
COREGISTRATION_PARAMS = 'Coregistration Parameters';
--- 14,23 ----
COREG_PS = 'coreg.ps';
! REALIGN_PS = 'realign.ps';
SPM_PS = 'spm2.ps';
SLICE_PS = 'slicing.ps';
NORMALIZE_PS = 'normalize.ps';
SEGMENT_PS = 'segment.ps';
+ SURFACE_PS = 'surface.ps';
COREGISTRATION_PARAMS = 'Coregistration Parameters';
|