Skip to content

Commit 87a6fd9

Browse files
committed
concession to github's broken fortran syntax highlighter
1 parent 863127f commit 87a6fd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ program rklib_example
131131
contains
132132
133133
subroutine fvpol(me,x,y,f)
134-
!! Right-hand side of van der Pol's equation
134+
!! Right-hand side of van der Pol equation
135135
136136
class(rk_class),intent(inout) :: me
137137
real(wp),intent(in) :: x

test/rklib_example.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ program rklib_example
2727
contains
2828

2929
subroutine fvpol(me,x,y,f)
30-
!! Right-hand side of van der Pol's equation
30+
!! Right-hand side of van der Pol equation
3131

3232
class(rk_class),intent(inout) :: me
3333
real(wp),intent(in) :: x

0 commit comments

Comments
 (0)