adaptive-cfd / WABBIT

Wavelet Adaptive Block-Based solver for Interactions with Turbulence
https://www.cfd.tu-berlin.de/
GNU General Public License v3.0
56 stars 27 forks source link

N_thresholding_components warning message #47

Closed dkolom closed 5 months ago

dkolom commented 3 years ago

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 ?