You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!,
I cloned Armvis and volpack at the same level.
I got the executable of DIM=1 and DIM=2. And I typed make in volpack without any problem.
But when I type make DIM=3 I get this error message
VolRender.cpp:193:61: error: no matching function for call to ‘ignore_unused(int&, int&, int&)’
193 | amrex::ignore_unused(iPaletteEnd, iBlackIndex, iWhiteIndex);
| ^
What can I do to fix it out?
The text was updated successfully, but these errors were encountered:
Hello!,
I cloned Armvis and volpack at the same level.
I got the executable of DIM=1 and DIM=2. And I typed make in volpack without any problem.
But when I type make DIM=3 I get this error message
VolRender.cpp:193:61: error: no matching function for call to ‘ignore_unused(int&, int&, int&)’
193 | amrex::ignore_unused(iPaletteEnd, iBlackIndex, iWhiteIndex);
| ^
What can I do to fix it out?
The text was updated successfully, but these errors were encountered: