diff --git a/src/fstats_experimental_design.f90 b/src/fstats_experimental_design.f90 index ad07d58..1f92aad 100644 --- a/src/fstats_experimental_design.f90 +++ b/src/fstats_experimental_design.f90 @@ -212,6 +212,8 @@ pure function doe_evaluate_model(nway, beta, x, map) result(rst) !! in the model (true). If not supplied, all parameters will be assumed !! to be part of the model as if the array were filled with all true !! values. + real(real64), allocatable, dimension(:) :: rst + !! The resulting M-element array. ! Local Variables