Skip to content

Commit 0fd7b73

Browse files
committed
BREAKING: rm vector_test_description_{m,s}
This commit prepares for moving the test-filtering logic to one central location in test_description_s rather than having versions of the logic distributed across all tests. Because the deprecated vector_test_description_t is convoluted due to preprocessor directives, extracting the filter from that file would be challenging, which motivates the removal. This is a breaking change for any codes that use vector_test_description_t.
1 parent 3204809 commit 0fd7b73

3 files changed

Lines changed: 0 additions & 134 deletions

File tree

src/julienne/julienne_vector_test_description_m.F90

Lines changed: 0 additions & 75 deletions
This file was deleted.

src/julienne/julienne_vector_test_description_s.F90

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/julienne_m.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ module julienne_m
4040

4141
!! Deprecated features:
4242
use julienne_test_description_m, only : diagnosis_function_i
43-
use julienne_vector_test_description_m, only : vector_test_description_t, vector_diagnosis_function_i
4443
implicit none
4544
end module julienne_m

0 commit comments

Comments
 (0)