X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fif2.cpp;h=ce6d3da9505236577646a560e5fcdb8b7a97a46e;hb=b23f279cdf3c7b175d3683f059d5126deb465b0f;hp=8c6ad065ca3044e7703faa48649e1b4f062dbf62;hpb=66dd1260c5a0c675f60098e47ef7d30a44191c8c;p=ctsim.git diff --git a/tools/if2.cpp b/tools/if2.cpp index 8c6ad06..ce6d3da 100644 --- a/tools/if2.cpp +++ b/tools/if2.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: if2.cpp,v 1.1 2000/12/18 00:24:39 kevin Exp $ +** $Id: if2.cpp,v 1.2 2000/12/18 13:39:15 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -45,7 +45,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: if2.cpp,v 1.1 2000/12/18 00:24:39 kevin Exp $"; +static const char* g_szIdStr = "$Id: if2.cpp,v 1.2 2000/12/18 13:39:15 kevin Exp $"; void if2_usage (const char *program) @@ -290,8 +290,7 @@ if2_main (int argc, char *const argv[]) delete v2Row; } - - if (opt_outputFile) { + if (opt_outputFile) { pim_out->labelsCopy (im_in1, "if2 file 1: "); pim_out->labelsCopy (im_in2, "if2 file 2: "); pim_out->labelAdd (Array2dFileLabel::L_HISTORY, strOperation.c_str(), timerProgram.timerEnd());