r304: *** empty log message ***
[ctsim.git] / tools / if2.cpp
index 8c6ad065ca3044e7703faa48649e1b4f062dbf62..ce6d3da9505236577646a560e5fcdb8b7a97a46e 100644 (file)
@@ -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;\r
   }
 
-\r
-       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());