Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Core Modules
dune-common
Commits
005780c9
There was a problem fetching the pipeline summary.
Commit
005780c9
authored
8 years ago
by
Ansgar Burchardt
Browse files
Options
Downloads
Patches
Plain Diff
Correct spelling errors [ci skip]
parent
b8d06d5c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!212
Fix link to build system doc
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cmake/modules/DuneCxaDemangle.cmake
+2
-2
2 additions, 2 deletions
cmake/modules/DuneCxaDemangle.cmake
dune/common/exceptions.hh
+1
-1
1 addition, 1 deletion
dune/common/exceptions.hh
dune/common/parallel/mpiguard.hh
+1
-1
1 addition, 1 deletion
dune/common/parallel/mpiguard.hh
with
4 additions
and
4 deletions
cmake/modules/DuneCxaDemangle.cmake
+
2
−
2
View file @
005780c9
# This
M
odule checks whether the compiler supports the
# This
m
odule checks whether the compiler supports the
# abi::__cxa_demangle function required to
# make the type names returned by typeid() human-readable
#
# It sets the
a
variable :code:`HAVE_CXA_DEMANGLE` with the result.
# It sets the variable :code:`HAVE_CXA_DEMANGLE` with the result.
#
include
(
CheckCXXSourceCompiles
)
...
...
This diff is collapsed.
Click to expand it.
dune/common/exceptions.hh
+
1
−
1
View file @
005780c9
...
...
@@ -279,7 +279,7 @@ namespace Dune {
class
InvalidStateException
:
public
Exception
{};
/*! \brief Default exception if an error in the parallel
communication of the program
m
occurred
communication of the program occurred
\ingroup ParallelCommunication
*/
class
ParallelError
:
public
Exception
{};
...
...
This diff is collapsed.
Click to expand it.
dune/common/parallel/mpiguard.hh
+
1
−
1
View file @
005780c9
...
...
@@ -107,7 +107,7 @@ namespace Dune
You create a MPIGuard object. If an exception is risen on a
process the MPIGuard detects the exception, because the finalize
method was not called.
w
hen reaching the finalize call all
method was not called.
W
hen reaching the finalize call all
other processes are informed that an error occurred and the
MPIGuard throws an exception of type MPIGuardError.
...
...
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