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
There's a minor format string error in the sparse_advection example:
[146/154] Building CXX object example/sparse_advection/CMakeFiles/sparse_advection-example.dir/parthenon_app_inputs.cpp.o
/Users/benwibking/parthenon/example/sparse_advection/parthenon_app_inputs.cpp:180:17: warning: format specifies type 'long' but the argument has type 'std::uint64_t' (aka 'unsigned long long') [-Wformat]
mem_min, mem_max, mem_avg);
^~~~~~~
/Users/benwibking/parthenon/example/sparse_advection/parthenon_app_inputs.cpp:180:26: warning: format specifies type 'long' but the argument has type 'std::uint64_t' (aka 'unsigned long long') [-Wformat]
mem_min, mem_max, mem_avg);
^~~~~~~
2 warnings generated.
The text was updated successfully, but these errors were encountered:
There's a minor format string error in the
sparse_advection
example:The text was updated successfully, but these errors were encountered: