2,684
edits
No edit summary |
|||
Line 13: | Line 13: | ||
== Host code example == | == Host code example == | ||
<pre> | <pre> | ||
! | ! Example test program for existing external library | ||
! This should be saved in a file called test_generic_host.f90 | |||
! Kay Diederichs 4/2017 | ! Kay Diederichs 4/2017 | ||
! | ! | ||
Line 30: | Line 31: | ||
PROGRAM | PROGRAM test_generic_host | ||
USE generic_data_plugin, ONLY: library, firstqm, lastqm, nx, ny, is_open, & | USE generic_data_plugin, ONLY: library, firstqm, lastqm, nx, ny, is_open, & | ||
generic_open, generic_get_header, generic_get_data, generic_close | generic_open, generic_get_header, generic_get_data, generic_close |