LIB: Difference between revisions

Jump to navigation Jump to search
67 bytes added ,  25 April 2017
No edit summary
Line 13: Line 13:
== Host code example ==
== Host code example ==
<pre>
<pre>
! example test program for existing external library
! 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 test_generic
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
2,652

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu