diff --git a/main.cpp b/main.cpp index d489016..1e8293a 100644 --- a/main.cpp +++ b/main.cpp @@ -249,7 +249,15 @@ int main(int argc, char* argv[]) num_nets = 2; //set the number of networks to two float sigma = args["sigma"].as_float(); //get the sigma value from the user T.load_obj(args.arg(1)); //load the second (test) network - + double avgL, avgT; + avgL = GT.Lengths(); + avgT = GT.Tortuosities(); + std::cout<