Skip to content

Commit

Permalink
Merge pull request #10 from joshia5/periodicGenConv
Browse files Browse the repository at this point in the history
Periodic mesh in omega_h
  • Loading branch information
cwsmith committed Jul 1, 2021
2 parents 7a1c8ab + c91b2f6 commit 466e470
Show file tree
Hide file tree
Showing 16 changed files with 2,073 additions and 73 deletions.
4 changes: 2 additions & 2 deletions cmake/FindSimModSuite.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ string(REGEX REPLACE
"\\1.\\2" SIM_DOT_VERSION
"${SIM_VERSION}")

set(MIN_VALID_SIM_VERSION 11.0.170826)
set(MAX_VALID_SIM_VERSION 15.0.200714)
set(MIN_VALID_SIM_VERSION 16.0.210606)
set(MAX_VALID_SIM_VERSION 16.0.210623)
if( (SIM_DOT_VERSION VERSION_LESS MIN_VALID_SIM_VERSION) OR
(SIM_DOT_VERSION VERSION_GREATER MAX_VALID_SIM_VERSION) )
MESSAGE(FATAL_ERROR
Expand Down
Loading

0 comments on commit 466e470

Please sign in to comment.