Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:10:19

0001 // @(#)root/smatrix:$Id$
0002 // Authors: T. Glebe, L. Moneta    2005
0003 
0004 #ifndef ROOT_Math_MConfig
0005 #define ROOT_Math_MConfig
0006 
0007 #if defined(__sun) && !defined(linux)
0008 #include <stdlib.h>
0009 // Solaris does not support expression like D1*(D1+1)/2 as template parameters
0010 #define UNSUPPORTED_TEMPLATE_EXPRESSION
0011 #endif
0012 
0013 
0014 #endif