Skip to content

Commit

Permalink
Merge pull request #1 from GMACS-project/dev202402NewInputZCsFormat
Browse files Browse the repository at this point in the history
merging new alternative dat file formats from dev202402NewInputZCsFormats
  • Loading branch information
wStockhausen authored Feb 6, 2024
2 parents 9dd62ac + 2308e74 commit 36aafa1
Show file tree
Hide file tree
Showing 18 changed files with 7,518 additions and 5,378 deletions.
10 changes: 9 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ endif()

message(" --Concatenate command: '${CAT}'")

#--add directory-wide compile options (all compiler languages)
add_compile_options(
-Wall
-Wno-unused-variable
-Wno-unused-but-set-variable
)

#--add external executables; set associated locations
add_executable(tpl2cpp IMPORTED)
set_property(
Expand Down Expand Up @@ -93,8 +100,9 @@ target_compile_definitions(${TPL}
)
#--add compiler flags
target_compile_options(${TPL}
PUBLIC -Wall
PUBLIC -O3
PUBLIC -Wno-unused-variable
PUBLIC -Wno-unused-but-set-variable
)
#--add compiler features
target_compile_features(${TPL} PUBLIC cxx_std_17)
Expand Down
1,484 changes: 813 additions & 671 deletions gmacsbase.TPL

Large diffs are not rendered by default.

637 changes: 321 additions & 316 deletions testing/input_files/AIGKC_202401/EAG_23_1b.ctl

Large diffs are not rendered by default.

1,292 changes: 648 additions & 644 deletions testing/input_files/AIGKC_202401/EAG_23_1b.dat

Large diffs are not rendered by default.

1,918 changes: 961 additions & 957 deletions testing/input_files/BBRKC_202401/bbrkc211.dat

Large diffs are not rendered by default.

Loading

0 comments on commit 36aafa1

Please sign in to comment.