Skip to content

cLoadedImage: fix InterpoleOfEtape call in cEtapeMecComp.cpp with gcc-10#174

Open
trabucayre wants to merge 1 commit intomicmacIGN:masterfrom
trabucayre:force_InterpoleOfEtape_float_double
Open

cLoadedImage: fix InterpoleOfEtape call in cEtapeMecComp.cpp with gcc-10#174
trabucayre wants to merge 1 commit intomicmacIGN:masterfrom
trabucayre:force_InterpoleOfEtape_float_double

Conversation

@trabucayre
Copy link

With gcc-10 build fails with

cEtapeMecComp.cpp:(.text+0xdcd): undefined reference to `cInterpolateurIm2D* InterpoleOfEtape<float, double>(cEtapeMEC const&, float*, double*)'

The version of InterpoleOfEtape with typeEL=float, and tBase = double is not available out of the cpp file.
Adding explicitly this signature force the compiler to generate required method.

Fix issue #166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant