/* ----------------------------- MNI Header ----------------------------------- @NAME : minc2_error.h @DESCRIPTION: File containing error codes for libminc package. @GLOBALS : @CALLS : @CREATED : 17 February, 2004 (Robert Vincent) @MODIFIED : * * $Log: minc_error.h,v $ * Revision 6.4 2008-04-11 05:15:00 rotor * * rewrote error code (Claude) to remove global defs that were * causing build problems with DYLIB on OSX * * Revision 6.3 2004/12/03 21:52:35 bert * Minor changes for Windows build * * Revision 6.2 2004/10/15 13:46:15 bert * Minor changes for Windows compatibility * * Revision 6.1 2004/04/27 15:42:47 bert * Define MINC logging codes * * @COPYRIGHT : Copyright 2004 Robert Vincent, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies. The author and McGill University make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. ---------------------------------------------------------------------------- */ #ifndef MINC2_ERROR_H #define MINC2_ERROR_H #include "minc_error.h" #endif /* MINC2_ERROR_H */