Skip to content
Snippets Groups Projects
Commit 78cbedbb authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

missing case
parent 9f3f445e
Branches
Tags
No related merge requests found
// $Id: Options.cpp,v 1.181 2004-09-03 19:00:51 geuzaine Exp $ // $Id: Options.cpp,v 1.182 2004-09-12 17:02:13 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -5013,6 +5013,9 @@ double opt_view_vector_type(OPT_ARGS_NUM) ...@@ -5013,6 +5013,9 @@ double opt_view_vector_type(OPT_ARGS_NUM)
case DRAW_POST_DISPLACEMENT: case DRAW_POST_DISPLACEMENT:
WID->view_choice[2]->value(4); WID->view_choice[2]->value(4);
break; break;
case DRAW_POST_DISPLACEMENT_EXTERNAL:
WID->view_choice[2]->value(5);
break;
case DRAW_POST_ARROW3D: case DRAW_POST_ARROW3D:
default: default:
WID->view_choice[2]->value(3); WID->view_choice[2]->value(3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment