Skip to content

Commit 66175e7

Browse files
jalveszjvdp1
andauthored
Update src/stdlib_math.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent e993fae commit 66175e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_math.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ contains
557557
end subroutine
558558

559559
elemental subroutine swap_stt(lhs,rhs)
560-
use stdlib_string_type
560+
use stdlib_string_type, only: string_type
561561
type(string_type), intent(inout) :: lhs, rhs
562562
type(string_type) :: temp
563563
temp = lhs ; lhs = rhs ; rhs = temp

0 commit comments

Comments
 (0)