Commit 616c5f99418b01a7ea4d59a98eab9d7cb15efe52

Authored by Jiaming Guo
1 parent 15fc312f

add advertise

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
@@ -945,6 +945,11 @@ void advertise() { @@ -945,6 +945,11 @@ void advertise() {
945 std::cout << "|Source: https://git.stim.ee.uh.edu/Jack/flow3.git |" << std::endl; 945 std::cout << "|Source: https://git.stim.ee.uh.edu/Jack/flow3.git |" << std::endl;
946 std::cout << " =======================================================================================" << std::endl << std::endl; 946 std::cout << " =======================================================================================" << std::endl << std::endl;
947 947
  948 + std::cout << "Usage(keyboard): e -> open/close indexing" << std::endl;
  949 + std::cout << " m -> build synthetic connections(connection mode)/output augmented network as image stack (manufacture mode)" << std::endl;
  950 + std::cout << " s -> save network flow profiles in result folder as cvs files" << std::endl;
  951 + std::cout << " f -> open/close vector field visualization" << std::endl;
  952 +
948 std::cout << args.str(); 953 std::cout << args.str();
949 } 954 }
950 955