From c4a6841973143639677347480bf8eb9e49ede075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ne=C4=8Dada?= Date: Fri, 18 May 2018 01:59:13 +0300 Subject: [PATCH] Fix filename Former-commit-id: cbea92bd158077948efb2a8ec933e01fd4132822 --- qpms/apps/hexlattice_ewald_altin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qpms/apps/hexlattice_ewald_altin.c b/qpms/apps/hexlattice_ewald_altin.c index c8f3c9b..a9acd89 100644 --- a/qpms/apps/hexlattice_ewald_altin.c +++ b/qpms/apps/hexlattice_ewald_altin.c @@ -162,7 +162,7 @@ int main (int argc, char **argv) { char outlongfile[strlen(outprefix)+10]; char outshortfile[strlen(outprefix)+10]; sprintf(outlongfile, "%s.long", outprefix); - sprintf(outshortfile, "%s.long", outprefix); + sprintf(outshortfile, "%s.short", outprefix);