#ifndef FILE__DATA_CPP #define FILE__DATA_CPP unsigned int const dimension = 2; double const data[][dimension] = { {0.586693,10.4564}, {-5.56717,4.23862}, {-9.0715,0.40138}, {-5.59726,4.54741}, {4.08817,14.8765}, {-4.41676,5.45696}, {-3.91952,5.91842}, {-2.38748,8.22373}, {-2.31429,7.0299}, {1.24027,11.2349}, {1.09595,10.4221}, {-6.89691,2.91198}, {-2.85838,6.70346}, {-7.89036,1.91507}, {-11.1394,-0.334605}, {-3.17359,7.88566}, {-3.03309,9.05365}, {-6.98164,3.38186}, {-6.54642,4.02223}, {-7.94966,1.16268}, {-8.81848,0.0698354}, {-2.4299,7.86751}, {-6.96187,2.54713}, {-15.0813,-5.00619}, {-3.92965,6.7369}, {1.08665,9.6708}, {-14.4621,-3.59948}, {3.14774,11.6033}, {-2.79994,7.35461}, {0.603503,10.5263}, {-8.98266,1.89597}, {-8.16348,1.94451}, {-15.9006,-3.90761}, {-5.33122,4.74185}, {-10.0866,0.0601383}, {-9.63357,1.26304}, {4.17265,14.9967}, {-2.15702,7.99355}, {-15.3528,-5.99553}, {-5.67997,3.72057}, {-0.112124,9.10108}, {-5.60923,3.81413}, {-9.51309,1.06133}, {-10.5058,-1.11604}, {-8.95649,2.26731}, {-8.94643,0.435965}, {-10.1409,0.500376}, {3.59347,13.0733}, {-14.8401,-3.68196}, {-7.03068,4.39946}, {-2.82835,5.86991}, {-14.1077,-4.35098}, {-6.64395,3.31025}, {-6.28288,3.70396}, {-7.76487,1.99772}, {5.27794,15.1672}, {1.87672,11.8064}, {4.60797,12.9986}, {10.5535,20.6268}, {-17.2136,-7.35549}, {-0.328162,10.1641}, {-10.6623,-0.547255}, {-8.22651,2.04}, {-3.95683,6.16604}, {-2.06293,8.41356}, {-11.6379,-1.28111}, {-3.73092,6.82759}, {-0.516075,8.8262}, {-2.71074,8.23068}, {-10.0232,-0.783158}, {-6.25813,4.52511}, {-0.630155,9.52586}, {-10.305,-0.481218}, {-11.3668,-1.96582}, {-1.22376,8.56306}, {7.23023,17.9137}, {-3.73543,5.85854}, {-4.89064,4.96326}, {4.36165,15.0058}, {-5.80293,3.31501}, {-6.26771,3.37838}, {-5.50197,5.35635}, {-10.373,-0.764477}, {7.31467,16.436}, {-5.4219,5.38262}, {-5.17997,3.94389}, {-4.36209,5.8557}, {-10.5324,-0.648043}, {-5.53972,3.59122}, {-11.8973,-2.19354}, {-9.05485,-0.520021}, {-10.3602,-0.538957}, {0.762449,10.5691}, {-11.8385,-2.24522}, {-8.7511,1.30835}, {4.79403,14.487}, {8.89333,18.0296}, {-10.6392,-0.929626}, {-4.13613,6.23349}, {-10.3085,-0.256497} }; #endif