File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function results() result(test_results)
4141 ,test_description_t(" computing element-wise maxima for a 1D integer(c_int16_t) array" , usher(check_16_bit_integer)) &
4242 ,test_description_t(" computing element-wise maxima for a 1D integer(c_int64_t array" , usher(check_64_bit_integer)) &
4343 ,test_description_t(" computing element-wise maxima for a 2D real(c_float) array" , usher(check_32_bit_real)) &
44- ,test_description_t(" computing element-wise maxima for a 1D real(c_double array" , usher(check_64_bit_real)) &
44+ ,test_description_t(" computing element-wise maxima for a 1D real(c_double) array" , usher(check_64_bit_real)) &
4545 ,test_description_t(" computing element-wise maxima for character scalars" , usher(check_character)) &
4646 ])
4747 end function
You can’t perform that action at this time.
0 commit comments