Mercurial > hg > minc-tools
view ChangeLog @ 1500:bc28eee493dd
Add missing function prototype.
author | swmgr <swmgr> |
---|---|
date | Wed, 11 Dec 2002 14:37:46 +0000 |
parents | a34b597083ea |
children | fbcb12fbd152 |
line wrap: on
line source
2002-12-05 Steve Robbins <swmgr@shadow.bic.mni.mcgill.ca> * volume_io/Include/vol_io_prototypes.h: Add prototype for get_volume_translation(). 2002-11-05 Jason Lerch <jason@bic.mni.mcgill.ca> * progs/mincresample/mincresample.{c,h}: changed the setting of the interpolation type to go through an enum rather than directly to a function pointer, as that is the behaviour that ParseArgv expects and also makes mincresample 64 bit safe. 2002-10-30 Jason Lerch <jason@bic.mni.mcgill.ca> * libsrc/ParseArgv: added the ARGV_LONG argument type. * progs/mincresample/mincresample.c: changed the parsing of the nelements arguments to be ARGV_LONG. 2002-09-03 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * CHANGES: Renamed ... * NEWS: ... to this. NEWS is the place to document important user-visible changes. The ChangeLog is the place for more detailed notes. See http://www.gnu.org/prep/standards.html. * volume_io/MNI_formats/gen_xfs.c (transform_or_invert_point): Do not flip inverse_flag when transform inverted. * volume_io/Testing/test-xfm.c: New. Regression tests for General_transforms. 2002-08-22 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * volume_io/Documentation/volume_io.tex (section{Volume Input}): Clarify notion of vector volume and vector-to-scalar conversion. * progs/minccalc/eval.c: * progs/minccalc/gram.y: * progs/minccalc/lex.l: * progs/minccalc/minccalc.man1: * progs/minccalc/node.c: * progs/minccalc/node.h: Add support for tan, asin, acos, and atan, courtesy of Andrew Janke. 2002-02-22 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * libsrc/ParseArgv.h: Declare code with "C" linkage when included by C++ compiler.