https://github.com/bast/fortran-callback
Fortran 90 callback example
https://github.com/bast/fortran-callback
Last synced: 3 months ago
JSON representation
Fortran 90 callback example
- Host: GitHub
- URL: https://github.com/bast/fortran-callback
- Owner: bast
- License: lgpl-3.0
- Created: 2014-01-26T18:05:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T18:09:59.000Z (over 12 years ago)
- Last Synced: 2025-09-17T10:00:06.683Z (8 months ago)
- Language: FORTRAN
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fortran 90 callback example
===========================
Build the code:
```
mkdir build
cd build
cmake ..
make
```