Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GmshDDM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gmsh
GmshDDM
Commits
fa1c885a
Commit
fa1c885a
authored
Oct 6, 2022
by
Boris Martin
Browse files
Options
Downloads
Patches
Plain Diff
tutorial update: made nDom unsigned to remove warnings
parent
a8b4863b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!15
Hotfix tutorial
Pipeline
#10067
passed
Oct 6, 2022
Stage: gmshfem
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tutorials/helmholtz/waveguide/main.cpp
+1
-1
1 addition, 1 deletion
tutorials/helmholtz/waveguide/main.cpp
with
1 addition
and
1 deletion
tutorials/helmholtz/waveguide/main.cpp
+
1
−
1
View file @
fa1c885a
...
@@ -89,7 +89,7 @@ int main(int argc, char **argv)
...
@@ -89,7 +89,7 @@ int main(int argc, char **argv)
double
pi
=
3.14159265359
;
double
pi
=
3.14159265359
;
int
nDom
=
3
;
unsigned
int
nDom
=
3
;
gmshDdm
.
userDefinedParameter
(
nDom
,
"nDom"
);
gmshDdm
.
userDefinedParameter
(
nDom
,
"nDom"
);
double
L
=
5
;
double
L
=
5
;
double
l
=
1
;
double
l
=
1
;
...
...
...
...
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