@@ -1 +0,0 @@
--fno-stack-protector
@@ -18,6 +18,7 @@
#include <config_file.h>
#include "three_rates.h"
+
config_file config;
static void handlereader(uint32_t readerid,bool duration,uint32_t t)
{
@@ -178,7 +179,7 @@ int main(int argc ,char * argv[])
is.init();
card_path::init();
- test_find_path(point(4717,209.2),point(4727,206.4));
+ test_find_path(point(4600,-75),point(4727,-90));
module_mgr::start();
atexit(&cleanup);
@@ -58,7 +58,7 @@ struct point
return fabs(l-r)<=deta;
}
-
bool empty()const
return x==0 && y==0 && z==0;