support vectors of grid arrays in checked Fortran arguments

Issue #2366 resolved
Roland Haas created an issue

This ticket is a TODO to implement support for vectors of grid arrays which is currently not implemented yet and has only a stub that calls croak("Not supported yet.")

Comments (3)

  1. Roland Haas reporter

    A real world example of this is SphericalSurface which contains:

    CCTK_REAL sf_radius[nsurfaces] TYPE=array DIM=2 SIZE=maxntheta,maxnphi DISTRIB=constant
    

    which is an vector of grid arrays.

  2. Log in to comment