Skip to content

Commit

Permalink
Update mod_random.f90
Browse files Browse the repository at this point in the history
Thomas Vojta reference
  • Loading branch information
wcota authored Nov 29, 2017
1 parent 8ae420d commit 7e118c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mod_random.f90
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
! This code is available at <https://github.com/wcota/dynSIS>
! For pure Python, see <https://github.com/wcota/dynSIS-py>
! For NetworkX library, see <https://github.com/wcota/dynSIS-networkx> (NetworkX implementation)
!
! IMPORTANT:
! THIS CODE WAS MODIFIED FROM http://web.mst.edu/~vojtat/class_5403/kiss05/rkiss05.f90
! ! FORTRAN implementation by Thomas Vojta, [email protected]
! ! built on a module found at www.fortran.com

! Solution to ifort and gfortran
!DEC$ IF(.FALSE.)
Expand Down Expand Up @@ -145,4 +150,4 @@ subroutine random_ini()
return
end subroutine

end module
end module

0 comments on commit 7e118c4

Please sign in to comment.