SENSEI-insitu / SENSEI

SENSEI ∙ Scalable in situ analysis and visualization

Home Page:https://sensei-insitu.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWIG directive "%ignore" misspelled as "%ingnore"

player1537 opened this issue · comments

I'm not sure how I haven't run into this before, but I just found a typo within the src/DataAdaptor.i file where %ingnore is written instead of %ignore. This caused a compilation error for me.

I'm not sure if it matters, but this occurred when compiling with -DPython3_EXECUTABLE=$(which python3.11). I didn't have any other CMake variables set.

Thank you for the report. This issue was fixed recently and is available on the develop branch.

resolved in #86