Skip to content

Catalyst2:Fortran90FullExample: increase the allowed code line length

If the path to the ParaView implementation of Catalyst is too long, embedding it in the code may fail to compile.

Example error for gfortran:

Examples/Catalyst2/Fortran90FullExample/FEFortranAdaptor.F90: PARAVIEW_IMPL_DIR)
43: Error: Line truncated at (1) [-Werror=line-truncation]

Merge request reports