Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arash Partow
waLBerla
Commits
d0e0e90c
Commit
d0e0e90c
authored
Sep 25, 2019
by
Michael Kuron
Browse files
Bumped version to 4.2
parent
7b36599f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
d0e0e90c
...
...
@@ -2,6 +2,11 @@
## [Unreleased]
## [4.2] - 2019-09-27
-
Fix compiling Walberla on certain compilers
-
Fix compilation failure in ParserUBB and ExtendedBoundaryHandlingFactory
-
add missing std::hash specializations for Cell, Vector2, Vector3
## [4.1] - 2019-04-19
### Added
-
Galerkin coarsening for Multigrid
...
...
CMakeLists.txt
View file @
d0e0e90c
...
...
@@ -34,7 +34,7 @@ set ( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${walberla_SOURCE_DIR}/cmake )
include
(
waLBerlaFunctions
)
set_version
(
4
1
)
set_version
(
4
2
)
include
(
CMakeParseArguments
)
...
...
Write
Preview
Markdown
is supported
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