From f22c4c91929108a571121a8c36b6d0a547bad1ab Mon Sep 17 00:00:00 2001 From: kalmarek Date: Tue, 4 Dec 2018 16:20:22 +0100 Subject: [PATCH] add "numerical" in invalid message --- paper_data/check_positivity.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper_data/check_positivity.jl b/paper_data/check_positivity.jl index b1bbc88..8c834a1 100644 --- a/paper_data/check_positivity.jl +++ b/paper_data/check_positivity.jl @@ -10,7 +10,7 @@ using JLD include("sqadjop.jl") invalid_use_message = """You need to call this script in the parent folder of oSAutF5_r2 folder. -Provide also the two parameters: `-k` and `-lambda`""" +Provide also the two (numerical) parameters: `-k` and `-lambda`""" if !(iseven(length(ARGS))) throw(invalid_use_message)