Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9e64094

Browse files
committed
fix example program names
1 parent 5147094 commit 9e64094

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎example/system/example_path_basename.f90‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
! Usage of splitpath, dirname, basename
2-
program example_path_splitpath
1+
! Usage of basename
2+
program example_path_basename
33
use stdlib_system, only: basename, ISWIN
44
character(len=:), allocatable :: p1
55

@@ -13,4 +13,4 @@ program example_path_splitpath
1313
! basename of C:\Users -> Users
1414
! OR
1515
! basename of /home -> home
16-
end program example_path_splitpath
16+
end program example_path_basename

‎example/system/example_path_dirname.f90‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
! Usage of splitpath, dirname, basename
2-
program example_path_splitpath
1+
! Usage of dirname
2+
program example_path_dirname
33
use stdlib_system, only: dirname, ISWIN
44
character(len=:), allocatable :: p1, head, tail
55

@@ -13,4 +13,4 @@ program example_path_splitpath
1313
! dirname of C:\Users -> C:\
1414
! OR
1515
! dirname of /home -> /
16-
end program example_path_splitpath
16+
end program example_path_dirname

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /