#include "oops/util/linkedList_i.f"
#include "oops/util/linkedList_c.f"
Go to the source code of this file.
|
module | ufo_example_mod_c |
| Fortran example module for functions on the interface between C++ and Fortran.
|
|
|
subroutine | ufo_example_mod_c::ufo_example_create_c (c_self, c_conf, c_varlist) |
| Linked list implementation. More...
|
|
subroutine | ufo_example_mod_c::ufo_example_delete_c (c_key_self) |
|
subroutine | ufo_example_mod_c::ufo_example_prior_c (c_self, c_obspace, c_geovals) |
|
subroutine | ufo_example_mod_c::ufo_example_post_c (c_self, c_obspace, c_nvars, c_nlocs, c_hofx, c_hofxbias, c_key_hofxdiags) |
|
◆ LISTED_TYPE
#define LISTED_TYPE ufo_example |