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

*** empty log message ***

parent 51619b74
No related branches found
No related tags found
No related merge requests found
// $Id: LevelsetPlugin.cpp,v 1.17 2001-08-12 10:21:19 geuzaine Exp $
// $Id: LevelsetPlugin.cpp,v 1.18 2001-08-12 11:02:05 geuzaine Exp $
#include "LevelsetPlugin.h"
#include "List.h"
......@@ -100,6 +100,7 @@ Post_View *GMSH_LevelsetPlugin::execute (Post_View *v)
gr[1] = _ref[1]-Yp[0];
gr[2] = _ref[2]-Zp[0];
prosca(gr,n,&test);
test = -test;
break;
default:
test = 0.;
......
......@@ -16,5 +16,6 @@ Extrude Surface {6, {0,0.0,1}}
//Recombine;
} ;
Physical Volume(99) = {100,200,300};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment