giacrossi/WenOOF

Error handling for alpha_base initialize

Closed this issue · 1 comments

After https://github.com/giacombum/WenOOF/blob/develop/src/lib/wenoof.f90#L71 an error handling must be inserted to prevent runtime errors in case of wrong alpha_base inputs: the only permitted are 'JS' and 'Z'.
The procedure to call is init_error of JS interpolator and the case is https://github.com/giacombum/WenOOF/blob/develop/src/lib/type_weno_interpolator_js.f90#L229

Done in 54f5bf8