utils.h
Go to the documentation of this file.
00001 #ifndef NEW_MAT_UTILS_H
00002 #define NEW_MAT_UTILS_H
00003 
00009 
00010 static const char header_utils_rcsid[] = "$Id: utils.h,v 1.10 2006/05/16 16:11:15 gourdeau Exp $";
00011 
00012 #ifdef _MSC_VER                         // Microsoft
00013 #pragma warning (disable:4786)  /* Disable decorated name truncation warnings */
00014 #endif
00015 #include <stdio.h>
00016 #include <limits>
00017 #define WANT_STRING                  /* include.h will get string fns */
00018 #define WANT_STREAM                  /* include.h will get stream fns */
00019 #define WANT_FSTREAM                 /* include.h will get fstream fns */
00020 #define WANT_MATH                    /* include.h will get math fns */
00021                                      /* newmatap.h will get include.h */
00022 #endif
00023 


lo
Author(s): U. Klank
autogenerated on Mon Oct 6 2014 10:44:15