00001 00002 #pragma once 00003 00004 #include "geom.h" 00005 #include "radio.h" 00006 #include "source.h" 00007 #include "utils.h" 00008 00009 #include <time.h> 00010 00011 void testPoint(); 00012 void testRegion(); 00013 void testReading(); 00014 void testFileLine(); 00015 void testReadGF(); 00016 void testFloat(); 00017 void testPath(); 00018 void testBulk(); 00019 void testAlbers(); 00020 void testVegetation(); 00021 void testInteger(); 00022 void testTypePath(); 00023 00024
1.5.1