From 440c3a9912462cf467c9e5dfd5333d8244b7ce75 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 27 Feb 2018 14:11:29 +0100 Subject: Move pgraph.dat to pr-logs folder --- src/partialator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/partialator.c b/src/partialator.c index baab84c4..e9053841 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -668,7 +668,7 @@ static void write_pgraph(RefList *full, Crystal **crystals, int n_crystals, char tmp[256]; int i; - snprintf(tmp, 256, "pgraph%s.dat", suff); + snprintf(tmp, 256, "pr-logs/pgraph%s.dat", suff); if ( iter == 0 ) { fh = fopen(tmp, "w"); -- cgit v1.2.3