ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
58 stars 21 forks source link

(clawpack/euler)declared variables out of the for loops #165

Closed KYANJO closed 2 years ago

donnaaboise commented 2 years ago

Changes to Clawpatch routines are part of a longer term effort to make sure all "input" variables in Fortran routines are declared as const in C.

donnaaboise commented 2 years ago

Changes to clawpatch files are part of a longer term effort to make sure that all input variables in Fortran files are declared using const in C.