Commit b448d0adebf989d48dec3cf9d2e337168e33958d

Authored by David Mayerich
1 parent 310a1698

fixed AABB error

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
cpp/main.cpp
... ... @@ -44,8 +44,10 @@ void advertise() {
44 44 std::cout << "Scalable Tissue Imaging and Modeling (STIM) Lab, University of Houston" << std::endl;
45 45 std::cout << "Developers: Laila Saadatifard and David Mayerich" << std::endl;
46 46 std::cout << "Source: https://git.stim.ee.uh.edu/segmentation/ivote3" << std::endl;
  47 + std::cout << "This version has been compiled on " << __DATE__ << " at " << __TIME__ << std::endl;
47 48 std::cout << "=========================================================================" << std::endl << std::endl;
48 49  
  50 +
49 51 }
50 52  
51 53 void init_args(int argc, char* argv[]) {
... ...