diff options
author | Thomas White <taw@physics.org> | 2018-02-27 14:11:29 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:42 +0100 |
commit | 440c3a9912462cf467c9e5dfd5333d8244b7ce75 (patch) | |
tree | c758fc406978a45ad0d0f022fba5c34b85d9b32b /src | |
parent | 975dd2b29dc5e11ceb59d7a0e91ad88a8a70f9c9 (diff) |
Move pgraph.dat to pr-logs folder
Diffstat (limited to 'src')
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |