Remove unused code in src/Config.h (Fixes #516)
- Remove commented out code as it was not used anywhere in the code
This commit is contained in:
parent
87f3ada7b0
commit
255ca13fab
12
src/Config.h
12
src/Config.h
@ -163,18 +163,6 @@
|
||||
#define GLASS_IOR 1.9
|
||||
#define GLASS_DISP 0.07
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if _MSC_VER < 1800
|
||||
#define fmin min
|
||||
#define fminf min
|
||||
#define fmax max
|
||||
#define fmaxf max
|
||||
#else
|
||||
#include <algorithm>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define SDEUT
|
||||
//#define REALHEAT
|
||||
|
||||
#endif /* CONFIG_H */
|
||||
|
@ -2,6 +2,7 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <cmath>
|
||||
#include <climits>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <bzlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user