Commit ee6dd6d6445e5bcf40f85d7044cd1a1831cc4f4f

Authored by Laila Saadatifard
2 parents 07e31b34 b448d0ad

Merge branch 'master' of git.stim.ee.uh.edu:segmentation/ivote3

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