Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
minisolver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
Org mode and Guix tutorial - Guix HPC Workshop
Software
minisolver
Commits
aaeae18a
Commit
aaeae18a
authored
1 year ago
by
FELŠÖCI Marek
Browse files
Options
Downloads
Patches
Plain Diff
Remove leaf radius option (not implemented)
parent
6ccb3eb0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/main.h
+0
-3
0 additions, 3 deletions
include/main.h
src/main.c
+0
-1
0 additions, 1 deletion
src/main.c
with
0 additions
and
4 deletions
include/main.h
+
0
−
3
View file @
aaeae18a
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/main.c
+
0
−
1
View file @
aaeae18a
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment