remove debug output
This commit is contained in:
parent
39fb167cbf
commit
46482788ff
1 changed files with 0 additions and 9 deletions
|
@ -8,8 +8,6 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <sys/resource.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "ad/cppgtfs/Parser.h"
|
#include "ad/cppgtfs/Parser.h"
|
||||||
#include "shapevl/Collector.h"
|
#include "shapevl/Collector.h"
|
||||||
|
@ -81,13 +79,6 @@ int main(int argc, char** argv) {
|
||||||
// initialize randomness
|
// initialize randomness
|
||||||
srand(time(NULL) + rand()); // NOLINT
|
srand(time(NULL) + rand()); // NOLINT
|
||||||
|
|
||||||
// increase max stack size for frechet distance calc
|
|
||||||
|
|
||||||
struct rlimit rl;
|
|
||||||
getrlimit(RLIMIT_STACK, &rl);
|
|
||||||
|
|
||||||
std::cout << rl.rlim_max << std::endl;
|
|
||||||
|
|
||||||
std::string groundTruthFeedPath, motStr;
|
std::string groundTruthFeedPath, motStr;
|
||||||
motStr = "all";
|
motStr = "all";
|
||||||
ad::cppgtfs::gtfs::Feed groundTruthFeed;
|
ad::cppgtfs::gtfs::Feed groundTruthFeed;
|
||||||
|
|
Loading…
Reference in a new issue