r169: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 2 Aug 2000 18:09:11 +0000 (18:09 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 2 Aug 2000 18:09:11 +0000 (18:09 +0000)
tools/if-1.cpp
tools/if-2.cpp
tools/if2img.cpp
tools/ifinfo.cpp
tools/phm2if.cpp
tools/pj2if.cpp

index a069219b312faab46535104ce81e62c4715ef191..d23cf89c92bcaeefec883d7cd35b568e568bdfb7 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: if-1.cpp,v 1.1 2000/07/13 07:01:35 kevin Exp $
+**  $Id: if-1.cpp,v 1.2 2000/08/02 18:09:11 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
@@ -46,6 +46,8 @@ static struct option my_options[] =
   {0, 0, 0, 0}
 };
 
+static const char* g_szIdStr = "$id$";
+
 void 
 if1_usage (const char *program)
 {
index 9fee32a01286ede9aeb9783f203fa985003a1b89..9ab720bfebb908e9eeb20eaffcdea972400c16c9 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: if-2.cpp,v 1.3 2000/07/28 10:51:31 kevin Exp $
+**  $Id: if-2.cpp,v 1.4 2000/08/02 18:09:11 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,6 +45,8 @@ static struct option my_options[] =
   {0, 0, 0, 0}
 };
 
+static const char* g_szIdStr = "$id$";
+
 void 
 if2_usage (const char *program)
 {
index fcf214de49192d634a5ba78c3f21709e1c1e2e7a..0dbc0f4ca0fc5de8b2bff3838e7c7d774cd9762f 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: if2img.cpp,v 1.2 2000/07/28 08:28:08 kevin Exp $
+**  $Id: if2img.cpp,v 1.3 2000/08/02 18:09:11 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
@@ -48,6 +48,8 @@ static struct option my_options[] =
   {0, 0, 0, 0}
 };
 
+static const char* g_szIdStr = "$id$";
+
 enum { O_AUTO_FULL, O_AUTO_STD0_1, O_AUTO_STD0_5, O_AUTO_STD1, O_AUTO_STD2, O_AUTO_STD3 };
 static const char O_AUTO_FULL_STR[]="full";
 static const char O_AUTO_STD0_1_STR[]="std0.1";
index 09ddfd677d07471e123ac8f7a9a56848264b36e0..5ef4a7449ea8073d35d56cd4625fbffd4f7cad25 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ifinfo.cpp,v 1.1 2000/07/13 07:01:35 kevin Exp $
+**  $Id: ifinfo.cpp,v 1.2 2000/08/02 18:09:11 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
@@ -46,6 +46,9 @@ static struct option my_options[] =
   {0, 0, 0, 0}
 };
 
+static const char* g_szIdStr = "$id$";
+
+
 void 
 ifinfo_usage (const char *program)
 {
index d87afaffc65a69bbe3724ca77eafa89f8565b6c6..ad1503d64194bc2612f2c61722fc8ddff9afa2ff 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phm2if.cpp,v 1.5 2000/08/02 18:06:00 kevin Exp $
+**  $Id: phm2if.cpp,v 1.6 2000/08/02 18:06:46 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
@@ -50,7 +50,7 @@ static struct option my_options[] =
   {0, 0, 0, 0}
 };
 
-static const char* szIdStr = "$Id";
+static const char* szIdStr = "$Id: phm2if.cpp,v 1.6 2000/08/02 18:06:46 kevin Exp $";
 
 void 
 phm2if_usage (const char *program)
index 1e8ea40056346606730ab24bbf4606e29bb27645..daf4028645935582082f623c2e097a1b79ba9302 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: pj2if.cpp,v 1.1 2000/07/13 07:01:35 kevin Exp $
+**  $Id: pj2if.cpp,v 1.2 2000/08/02 18:09:11 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
@@ -46,6 +46,7 @@ static struct option my_options[] =
   {0, 0, 0, 0}
 };
 
+static const char* g_szIdStr = "$id$";
 
 void 
 pj2if_usage (const char *program)