entry in tutorial file and image for tutorial 511_PolyVectorFieldGeneral

This commit is contained in:
Olga Diamanti
2016-09-02 15:37:09 -07:00
parent 46bc3b0969
commit d3b3d2cd49
3 changed files with 13 additions and 0 deletions
@@ -177,5 +177,7 @@ int main(int argc, char *argv[])
viewer.callback_key_down = &key_down;
viewer.core.show_lines = false;
key_down(viewer,'3',0);
std::cerr << " *** Press keys 1-9 to select number of vectors per point. ***" << std::endl;
viewer.launch();
}