Noticed this warning:
LIB/EQUATION/ACMnew/module_ACM.f90(490): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [N_THRESHOLDING_COMPONENTS]
subroutine PREPARE_THRESHOLDFIELD_ACM( u, g, x0, dx, threshold_field, N_thresholding_components )
Is there anything wrong with N_thresholding_components ?
Noticed this warning: LIB/EQUATION/ACMnew/module_ACM.f90(490): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [N_THRESHOLDING_COMPONENTS] subroutine PREPARE_THRESHOLDFIELD_ACM( u, g, x0, dx, threshold_field, N_thresholding_components ) Is there anything wrong with N_thresholding_components ?