fmihpc / vlasiator

Vlasiator - ten letters you can count on
https://www.helsinki.fi/en/researchgroups/vlasiator
Other
47 stars 38 forks source link

Remove vec from fluxfunction and fix compilation #1029

Open ykempf opened 1 week ago

ykempf commented 1 week ago

This includes #1026 at the moment, apologies.

Should address #940.

Adds fluxfunction to the tools built in github CI even though we don't use it (yet). That binary is not uploaded, either.

Fixes compilation of fluxfunction and removes the vectorclass from there, and the couple files it uses from particles/. Otherwise in particles/ only converting Vec3d to Vec3Dd so it compiles.

Neither fluxfunction nor particle pusher are tested so far!