Commit 1b9c5df6 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix reference to cluster data folder

parent 988f50cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ This section describes the use of the pre-existing programs, once the binaries h
2. run edfb (./edfb)
3. run clu (./clu)

NOTE: both edfb and sph expect an input which is assumed to be in a folder named "../../test_data/sphere/" (i.e. two levels above the current execution path)
NOTE: both edfb and sph expect an input which is assumed to be in a folder named "../../test_data/cluster/" (i.e. two levels above the current execution path)

TODO: set up a code variable to locate the input data (data file paths should not be hard-coded)