Soil Water Balance (SWB2)
|
interface to C code that provides a simplified entry point to PROJ4 capabilities: it has been modified so that all C pointers are kept within the C code; no pointers are returned to fortran More...
Public Member Functions | |
integer(c_int) function | pj_init_and_transform (from_projection, to_projection, caller_name, caller_linenum, point_count, x, y) |
interface to C code that provides a simplified entry point to PROJ4 capabilities: it has been modified so that all C pointers are kept within the C code; no pointers are returned to fortran
integer(c_int) function grid::pj_init_and_transform::pj_init_and_transform | ( | character(c_char), dimension(*) | from_projection, |
character(c_char), dimension(*) | to_projection, | ||
character(c_char), dimension(*) | caller_name, | ||
integer(c_int), value | caller_linenum, | ||
integer(c_long), value | point_count, | ||
real(c_double), dimension(*) | x, | ||
real(c_double), dimension(*) | y ) |