From 184fb148bd03af72e5f129371d17735541e20d7e Mon Sep 17 00:00:00 2001 From: Guillaume Ducrozet Date: Tue, 9 May 2017 19:45:21 +0200 Subject: [PATCH] [cmake] correct input file for test: missing line Change-Id: I5bf44a27ee4c5a9964f3e9f7688f60803fa4ed99 Signed-off-by: Guillaume Ducrozet --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 91c31ac..945ced9 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -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 @@ -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")