add "numerical" in invalid message

This commit is contained in:
kalmarek 2018-12-04 16:20:22 +01:00
parent 6f82292b52
commit f22c4c9192
1 changed files with 1 additions and 1 deletions

View File

@ -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)