X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fphm2pj.cpp;h=507cecf5159281f7bdd0c6b2ff6a9eac05fed3f5;hp=687c2906ca1fc3b82355c16f84d1f0a99b0f19d6;hb=17f20398d8bb0e4b97b5884b999bbe8d58c5254f;hpb=4ab75eaf538f5b42cf86830e44eee70590cd8c9a diff --git a/tools/phm2pj.cpp b/tools/phm2pj.cpp index 687c290..507cecf 100644 --- a/tools/phm2pj.cpp +++ b/tools/phm2pj.cpp @@ -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;