Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dominik Mehlich
waLBerla
Commits
61d88ece
Commit
61d88ece
authored
Sep 18, 2019
by
Sebastian Eibl
Browse files
[CLANG-TIDY] readability-redundant-preprocessor
parent
e79316d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
.clang-tidy
View file @
61d88ece
...
...
@@ -42,6 +42,7 @@ readability-misplaced-array-index,
readability-redundant-control-flow,
readability-redundant-declaration,
readability-redundant-function-ptr-dereference,
readability-redundant-preprocessor,
readability-redundant-smartptr-get,
readability-redundant-string-cstr,
readability-simplify-subscript-expr,
...
...
src/core/load_balancing/MetisWrapper.cpp
View file @
61d88ece
...
...
@@ -54,9 +54,7 @@
# endif
#endif
#ifdef WALBERLA_BUILD_WITH_METIS
# include "metis.h"
#endif
#include
"metis.h"
#ifdef _MSC_VER
# pragma pop_macro( "INT64_MAX" )
...
...
@@ -185,4 +183,4 @@ const int METIS_OPTION_UBVEC = 0;
}
// namespace core
}
// namespace walberla
\ No newline at end of file
}
// namespace walberla
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment