From b448d0adebf989d48dec3cf9d2e337168e33958d Mon Sep 17 00:00:00 2001 From: David Mayerich Date: Fri, 7 Apr 2017 14:33:32 -0500 Subject: [PATCH] fixed AABB error --- cpp/main.cpp | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/cpp/main.cpp b/cpp/main.cpp index 1f0d7a2..3f973f7 100644 --- a/cpp/main.cpp +++ b/cpp/main.cpp @@ -44,8 +44,10 @@ void advertise() { std::cout << "Scalable Tissue Imaging and Modeling (STIM) Lab, University of Houston" << std::endl; std::cout << "Developers: Laila Saadatifard and David Mayerich" << std::endl; std::cout << "Source: https://git.stim.ee.uh.edu/segmentation/ivote3" << std::endl; + std::cout << "This version has been compiled on " << __DATE__ << " at " << __TIME__ << std::endl; std::cout << "=========================================================================" << std::endl << std::endl; + } void init_args(int argc, char* argv[]) { -- libgit2 0.21.4