FluidityProject / fluidity

Fluidity
http://fluidity-project.org
Other
365 stars 115 forks source link

Fix compilation issues with PETSc 3.13+ #298

Closed gnikit closed 3 years ago

gnikit commented 3 years ago

This simply changes the output variables from NULLs to Fortran integers because gfortran was complaining about the types of the arguments passed to store the output, we don't actually use these output variables anywhere, so this should change absolutely nothing result or performance wise.

Fixes #292