diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index e66ffc55e122e067c4cc316ae163f261d1fe37b7..ad376e4afa9f22ca4bfa9e6738e0d6890ef25418 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,4 +1,4 @@ -// $Id: GUI.cpp,v 1.370 2004-10-26 01:04:52 geuzaine Exp $ +// $Id: GUI.cpp,v 1.371 2004-10-27 20:53:04 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -2652,7 +2652,7 @@ void GUI::create_option_window() view_value[63]->step(0.01); view_value[63]->align(FL_ALIGN_RIGHT); - view_choice[10] = new Fl_Choice(L + 2 * WB, 2 * WB + 9 * BH, IW, BH, "External data source"); + view_choice[10] = new Fl_Choice(L + 2 * WB, 2 * WB + 9 * BH, IW, BH, "Data source"); view_choice[10]->align(FL_ALIGN_RIGHT); static Fl_Menu_Item menu_vecloc[] = { diff --git a/doc/FAQ b/doc/FAQ index 07c7ef4917773011c4991cb6e3d3cdbedda5451e..5369b34200b8f0482af37bc561ebbc8e22a3db5c 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,4 +1,4 @@ -$Id: FAQ,v 1.44 2004-10-27 18:56:24 geuzaine Exp $ +$Id: FAQ,v 1.45 2004-10-27 20:53:04 geuzaine Exp $ This is the Gmsh FAQ @@ -272,10 +272,10 @@ displacement field (a vector view that will be used to deform the mesh), and the second one containing the field you want to display (this view has to contain the same number of elements as the displacement view). You should then set 'Vector type' to -'Displacement' in the first view, as well as set 'External data -source' to point to the second view. (You might want to make the -second view invisible, too. If you want to amplify or decrease the -amount of deformation, just modify the 'Displacement factor' option.) +'Displacement' in the first view, as well as set 'Data source' to +point to the second view. (You might want to make the second view +invisible, too. If you want to amplify or decrease the amount of +deformation, just modify the 'Displacement factor' option.) Another solution is to use the DiplacementRaise plugin. @@ -284,7 +284,7 @@ from a scalar field? Yes: load both the vector and the scalar fields (the two views must have the same number of elements) and, in the vector field options, -select the scalar view in 'External data source'. +select the scalar view in 'Data source'. * 7.6 Can I color iso-value surfaces with data from another scalar view?