r545: no message
[ctsim.git] / tools / phm2pj.cpp
index 687c2906ca1fc3b82355c16f84d1f0a99b0f19d6..507cecf5159281f7bdd0c6b2ff6a9eac05fed3f5 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phm2pj.cpp,v 1.25 2001/02/11 04:56:38 kevin Exp $
+**  $Id: phm2pj.cpp,v 1.26 2001/02/16 00:28:41 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
@@ -51,7 +51,7 @@ static struct option phm2pj_options[] =
   {0, 0, 0, 0}
 };
 
-static const char* g_szIdStr = "$Id: phm2pj.cpp,v 1.25 2001/02/11 04:56:38 kevin Exp $";
+static const char* g_szIdStr = "$Id: phm2pj.cpp,v 1.26 2001/02/16 00:28:41 kevin Exp $";
 
 
 void 
@@ -112,7 +112,7 @@ phm2pj_main (int argc, char* const argv[])
   int opt_ndet;
   int opt_nview;
   int opt_nray = 1;
-  double dOptFocalLength = 1.;
+  double dOptFocalLength = 2.;
   double dOptViewRatio = 1.;
   double dOptScanRatio = 1.;
   int opt_trace = Trace::TRACE_NONE;