icedb  version 0.5.1
Snow particle scattering database API
refractStore.cpp
Go to the documentation of this file.
1 #define _SCL_SECURE_NO_WARNINGS // Issue with linterp
2 #pragma warning( disable : 4244 ) // ICEDB_LOG_WARNINGs C4244 and C4267: size_t to int and int <-> _int64
3 #pragma warning( disable : 4267 )
4 #include <cmath>
5 #include <complex>
6 #include <fstream>
7 #include <valarray>
8 #include <mutex>
9 #include <boost/shared_ptr.hpp>
10 #include <boost/tokenizer.hpp>
11 #include "../icedb/refract/refract.hpp"
12 #include "../icedb/refract/refractBase.hpp"
13 #include "../icedb/zeros.hpp"
14 #include "../icedb/units/units.hpp"
15 //#include "../private/linterp.h"
16 #include "../icedb/error.hpp"
17 #include "../icedb/logging.hpp"
18 
19 namespace scatdb {
20  namespace refract {
21  const char* teststr = "test";
22  }
23 }
const char * teststr