-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thomas Vojta reference
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.) | ||
|
@@ -145,4 +150,4 @@ subroutine random_ini() | |
return | ||
end subroutine | ||
|
||
end module | ||
end module |