Mentions légales du service

Skip to content
Snippets Groups Projects
Commit aaeae18a authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

Remove leaf radius option (not implemented)

parent 6ccb3eb0
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,6 @@ extern ScalarType stype;
/*! \brief Wavelength (for oscillatory kernels). */
extern double lambda;
/*! \brief Radius of the leaves in the trees. */
extern double radiusLeaf;
/*! \brief Write a VTK file of the mesh. Enabled with option --write-mesh. */
extern int writeMesh;
......
......@@ -19,7 +19,6 @@ int simplePrec = 0;
int complexALGO = 1;
ScalarType stype = DOUBLE_COMPLEX;
double lambda;
double radiusLeaf = 0.;
int writeMesh = 0;
int writeMeshUNV = 0;
enum algo testedAlgo = _undefined;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment