From 5b70bd86ff5956bd959daf74723570f7c5ec33f9 Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Tue, 25 Aug 2020 16:08:34 +0200 Subject: [PATCH] added Swift output to example config file --- example.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example.conf b/example.conf index 74d8900..8658e1e 100644 --- a/example.conf +++ b/example.conf @@ -136,8 +136,11 @@ NumThreads = 8 # format = genericio # filename = ics_hacc +##> SWIFT compatible HDF5 format +# format = SWIFT +# filename = ics_swift.hdf5 + ##> Generic HDF5 output format for testing or PT-based calculations # format = generic # filename = debug.hdf5 # generic_out_eulerian = yes # if yes then uses PPT for output -