diff --git a/test/test_euler_source_terms.jl b/test/test_euler_source_terms.jl index d7795bc..dab849a 100644 --- a/test/test_euler_source_terms.jl +++ b/test/test_euler_source_terms.jl @@ -4,7 +4,7 @@ module TestCompressibleEulerSourceTerms # Kernels: # -`cuda_sources!` # Conditions: -# - `nonconservative_terms::False` +# - `nonconservative_terms::False` # - `source_terms` ####################################################################### diff --git a/test/test_shallowwater_source_terms.jl b/test/test_shallowwater_source_terms.jl index 7afa648..76cf02e 100644 --- a/test/test_shallowwater_source_terms.jl +++ b/test/test_shallowwater_source_terms.jl @@ -4,7 +4,8 @@ module TestShallowWaterSourceTerms # Kernels: # -`cuda_sources!` # Conditions: -# - `nonconservative_terms::True` +# - `nonconservative_terms::True` +# - `volume_integral::VolumeIntegralFluxDifferencing` # - `source_terms` #######################################################################