ROOT
6.14/05
Reference Guide
math
minuit2
inc
Minuit2
MnConfig.h
Go to the documentation of this file.
1
// @(#)root/minuit2:$Id$
2
// Authors: M. Winkler, F. James, L. Moneta, A. Zsenei 2003-2005
3
4
/**********************************************************************
5
* *
6
* Copyright (c) 2005 LCG ROOT Math team, CERN/PH-SFT *
7
* *
8
**********************************************************************/
9
10
#ifndef ROOT_Minuit2_MnConfig
11
#define ROOT_Minuit2_MnConfig
12
13
#ifdef _MSC_VER
14
# pragma warning(disable:4244) // conversion from __w64 to int
15
#endif
16
17
#if defined(__sun) && !defined(linux)
18
#include <stdlib.h>
19
#endif
20
21
#endif