Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
623b4d42
Commit
623b4d42
authored
May 22, 2022
by
Praetorius, Simon
Browse files
Reformat warning message
parent
dd3a7919
Changes
1
Hide whitespace changes
Inline
Side-by-side
amdis/datatransfers/SimpleDataTransfer.hpp
View file @
623b4d42
...
...
@@ -44,7 +44,8 @@ public:
SimpleDataTransfer
()
{
test_warning
(
Dune
::
Capabilities
::
hasSingleGeometryType
<
typename
Basis
::
GridView
::
Grid
>::
v
,
"Your grid might have multiple geometry types. This will lead to problems in the SimpleDataTransfer. "
"Your grid might have multiple geometry types. "
"This will lead to problems in the SimpleDataTransfer. "
"If you are not sure, change to InterpolationDataTransfer."
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment