Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
323df2ce
Commit
323df2ce
authored
1 year ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[examples][pnm] Add missing initialize call
parent
8d1c4816
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3530
[example][pnm] Two fixes for the example
Checking pipeline status
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/porenetwork_upscaling/doc/main.md
+3
-0
3 additions, 0 deletions
examples/porenetwork_upscaling/doc/main.md
examples/porenetwork_upscaling/main.cc
+3
-0
3 additions, 0 deletions
examples/porenetwork_upscaling/main.cc
with
6 additions
and
0 deletions
examples/porenetwork_upscaling/doc/main.md
+
3
−
0
View file @
323df2ce
...
...
@@ -249,6 +249,9 @@ int main(int argc, char** argv)
{
using
namespace
Dumux
;
// Initialize MPI+X environment
Dumux
::
initialize
(
argc
,
argv
);
// We parse the command line arguments.
Parameters
::
init
(
argc
,
argv
);
...
...
This diff is collapsed.
Click to expand it.
examples/porenetwork_upscaling/main.cc
+
3
−
0
View file @
323df2ce
...
...
@@ -223,6 +223,9 @@ int main(int argc, char** argv)
{
using
namespace
Dumux
;
// Initialize MPI+X environment
Dumux
::
initialize
(
argc
,
argv
);
// We parse the command line arguments.
Parameters
::
init
(
argc
,
argv
);
...
...
This diff is collapsed.
Click to expand it.
Timo Koch
@timok
mentioned in commit
4c17500a
·
1 year ago
mentioned in commit
4c17500a
mentioned in commit 4c17500a12b705c7e552c4be20b2e8d8700b9c96
Toggle commit list
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