Changeset: d7f485afa49b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d7f485afa49b Modified Files: clients/mapiclient/tomograph.c Branch: Jan2014 Log Message:
Layout. diffs (28 lines): diff --git a/clients/mapiclient/tomograph.c b/clients/mapiclient/tomograph.c --- a/clients/mapiclient/tomograph.c +++ b/clients/mapiclient/tomograph.c @@ -1615,16 +1615,15 @@ createTomogram(void) fprintf(stderr, "gnuplot %s_%02d.gpl\n",basefilename,i); fprintf(stderr, "gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=%s.pdf -dBATCH %s_??.pdf\n",basefilename,basefilename); exit(0); - } else - if (!atlas && figures++ == 0) { - fprintf(stderr, "Created tomogram '%s'\n", buf); - fprintf(stderr, "Run: 'gnuplot %s.gpl' to create the '%s.pdf' file\n", buf, filename); - if (tracefile == 0) { - fprintf(stderr, "The memory map is stored in '%s.dat'\n", filename); - fprintf(stderr, "The trace is saved in '%s.trace' for use with --trace option\n", filename); - } - exit(0); + } else if (!atlas && figures++ == 0) { + fprintf(stderr, "Created tomogram '%s'\n", buf); + fprintf(stderr, "Run: 'gnuplot %s.gpl' to create the '%s.pdf' file\n", buf, filename); + if (tracefile == 0) { + fprintf(stderr, "The memory map is stored in '%s.dat'\n", filename); + fprintf(stderr, "The trace is saved in '%s.trace' for use with --trace option\n", filename); } + exit(0); + } } /* the main issue to deal with in the analysis is _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list