Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
[cmake] correct input file for test: missing line
Browse files Browse the repository at this point in the history
Change-Id: I5bf44a27ee4c5a9964f3e9f7688f60803fa4ed99
Signed-off-by: Guillaume Ducrozet <guillaume.ducrozet@ec-nantes.fr>
  • Loading branch information
gducrozet committed May 9, 2017
1 parent 2456dab commit 184fb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Peak period in s :: Tp_real :: 10.0
Significant wave height in m :: Hs_real :: 4.5
JONSWAP Spectrum :: gamma :: 3.3
Directionality (Dysthe) :: beta :: 0.785398
Random phases generation :: random_phases :: 1
--- Output files
Tecplot version :: tecplot :: 11
Output: 1-dim. ; 0-nondim. :: i_out_dim :: 1
Expand All @@ -136,7 +137,6 @@ Output: 1-dim. ; 0-nondim. :: i_out_dim :: 1
2d free surface, center line :: i_2d :: 0
Wave probes in domain :: i_prob :: 0
Swense output 1='yes',0='no' :: i_sw :: 0
")

FILE(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/Results")
Expand Down

0 comments on commit 184fb14

Please sign in to comment.