1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00

Make the SWIFT output plugin default to double precision

This commit is contained in:
Matthieu Schaller 2021-08-28 12:19:31 +02:00
parent 3af7b096af
commit 352c47765b

View file

@ -369,7 +369,7 @@ public:
namespace
{
output_plugin_creator_concrete<swift_output_plugin<float>> creator1("SWIFT");
output_plugin_creator_concrete<swift_output_plugin<double>> creator1("SWIFT");
} // namespace
#endif