]> git.mxchange.org Git - simgear.git/commitdiff
Removed in-src cvs logs.
authorcurt <curt>
Tue, 6 Apr 1999 23:37:07 +0000 (23:37 +0000)
committercurt <curt>
Tue, 6 Apr 1999 23:37:07 +0000 (23:37 +0000)
28 files changed:
Lib/Bucket/newbucket.cxx
Lib/Bucket/newbucket.hxx
Lib/Debug/fg_debug.c
Lib/Debug/fg_debug.h
Lib/Debug/logstream.cxx
Lib/Debug/logstream.hxx
Lib/Math/fg_geodesy.cxx
Lib/Math/fg_geodesy.hxx
Lib/Math/fg_random.c
Lib/Math/fg_random.h
Lib/Math/interpolater.cxx
Lib/Math/interpolater.hxx
Lib/Math/leastsqs.cxx
Lib/Math/leastsqs.hxx
Lib/Math/point3d.hxx
Lib/Math/polar3d.cxx
Lib/Math/polar3d.hxx
Lib/Math/vector.cxx
Lib/Math/vector.hxx
Lib/Misc/fgstream.cxx
Lib/Misc/fgstream.hxx
Lib/Misc/stopwatch.hxx
Lib/Misc/strutils.cxx
Lib/Misc/strutils.hxx
Lib/Misc/zfstream.cxx
Lib/Misc/zfstream.hxx
Lib/Serial/serial.cxx
Lib/Serial/serial.hxx

index b17103fb06470ca6ffe248da5e8f4bed30c4d3e5..af95b4abc9a97023fca6483e39522c59c4c71a44 100644 (file)
@@ -20,7 +20,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
  * $Id$
- * (Log is kept at end of this file)
  **************************************************************************/
 
 
@@ -145,22 +144,3 @@ void fgBucketDiff( const FGBucket& b1, const FGBucket& b2, int *dx, int *dy ) {
 }
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:34  curt
-// Initial revision
-//
-// Revision 1.4  1999/03/27 05:34:05  curt
-// Elimitated some const warnings from the compiler.
-//
-// Revision 1.3  1999/02/26 22:07:54  curt
-// Added initial support for native SGI compilers.
-//
-// Revision 1.2  1999/02/11 01:09:33  curt
-// Added a routine to calculate the offset in bucket units between two buckets.
-//
-// Revision 1.1  1999/02/08 23:52:16  curt
-// Added a new "newbucket.[ch]xx" FGBucket class to replace the old
-// fgBUCKET struct and C routines.  This FGBucket class adjusts the tile
-// width towards the poles to ensure the tiles are at least 8 miles wide.
-//
-
index 91a19342ed88ee7bcc4db6c34192ebdb063e2e89..a616677e368c6b6719396b34d126c2a24f94f126 100644 (file)
@@ -20,7 +20,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
  * $Id$
- * (Log is kept at end of this file)
  **************************************************************************/
 
 
@@ -329,35 +328,3 @@ operator== ( const FGBucket& b1, const FGBucket& b2 )
 #endif // _NEWBUCKET_HXX
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:34  curt
-// Initial revision
-//
-// Revision 1.8  1999/03/27 05:34:06  curt
-// Elimitated some const warnings from the compiler.
-//
-// Revision 1.7  1999/03/25 19:01:51  curt
-// Jettisoned old bucketutils.[ch] for newbucket.[ch]xx
-//
-// Revision 1.6  1999/03/15 17:58:41  curt
-// MSVC++ portability tweaks contributed by Bernie Bright.
-//   Added using std::ostream declaration.
-//   Added forward declarations to work around a MSVC bug.
-//
-// Revision 1.5  1999/03/12 22:51:18  curt
-// Added some informational methods.
-//
-// Revision 1.4  1999/03/02 01:01:43  curt
-// Tweaks for compiling with native SGI compilers.
-//
-// Revision 1.3  1999/02/26 22:07:55  curt
-// Added initial support for native SGI compilers.
-//
-// Revision 1.2  1999/02/11 01:09:34  curt
-// Added a routine to calculate the offset in bucket units between two buckets.
-//
-// Revision 1.1  1999/02/08 23:52:16  curt
-// Added a new "newbucket.[ch]xx" FGBucket class to replace the old
-// fgBUCKET struct and C routines.  This FGBucket class adjusts the tile
-// width towards the poles to ensure the tiles are at least 8 miles wide.
-//
index 9224d9c252f493537d73b539da8625f11cbea76f..24d2552f366b1853939174f28eaffec4a0a96a38 100644 (file)
@@ -21,7 +21,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
  * $Id$
- * (Log is kept at end of this file)
  **************************************************************************/
 
 
@@ -281,33 +280,3 @@ int fgPrintf( fgDebugClass dbg_class, fgDebugPriority prio, char *fmt, ... ) {
 }
 
 
-/* $Log$
-/* Revision 1.1  1999/04/05 21:32:33  curt
-/* Initial revision
-/*
- * Revision 1.4  1998/06/01 17:49:44  curt
- * Rewrote a slightly ambiguous code fragment (contributed by Charlie Hotchkiss)
- *
- * Revision 1.3  1998/05/07 23:03:54  curt
- * Added an entry for AUTOPILOT.
- *
- * Revision 1.2  1998/04/21 17:03:45  curt
- * Prepairing for C++ integration.
- *
- * Revision 1.1  1998/04/18 03:52:04  curt
- * Moved to Lib directory and created a libDebug.
- *
- * Revision 1.10  1998/03/14 00:31:21  curt
- * Beginning initial terrain texturing experiments.
- *
- * Revision 1.9  1998/03/09 22:44:58  curt
- * Modified so that you can specify FG_DEBUGCLASS ***or*** FG_DEBUG_PRIORITY
- *
- * Revision 1.8  1998/03/09 22:11:00  curt
- * Processed through the format-o-matic.
- *
- * Revision 1.7  1998/02/16 13:39:43  curt
- * Miscellaneous weekend tweaks.  Fixed? a cache problem that caused whole
- * tiles to occasionally be missing.
- *
- */
index 22adb912ab4136d0ce493737986a223a96e2f7b9..2e6c490f9f95bc71df7be97bdabd4c9f2d909dcc 100644 (file)
@@ -20,7 +20,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * (Log is kept at end of this file)
  **************************************************************************/
 
 #error "use logstream"
index 6431f34615fbde8f97d7d3b3c52f839261f0cc25..66940629225a1ccefbf4bb51c347efa4db3f3a50 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 #include "logstream.hxx"
 
@@ -62,13 +61,3 @@ logstream::setLogLevels( fgDebugClass c, fgDebugPriority p )
     logbuf::set_log_level( c, p );
 }
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.2  1999/01/19 20:53:34  curt
-// Portability updates by Bernie Bright.
-//
-// Revision 1.1  1998/11/06 21:20:41  curt
-// Initial revision.
-//
index 63d7e2d1754e6e78e3375e2668a2bc25e07f299a..306193abb31566f33a5111b0f71eb442793de386 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 #ifndef _LOGSTREAM_H
 #define _LOGSTREAM_H
@@ -211,21 +210,3 @@ fglog()
 
 #endif // _LOGSTREAM_H
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.4  1999/03/02 01:01:47  curt
-// Tweaks for compiling with native SGI compilers.
-//
-// Revision 1.3  1999/01/19 20:53:35  curt
-// Portability updates by Bernie Bright.
-//
-// Revision 1.2  1998/11/07 19:07:02  curt
-// Enable release builds using the --without-logging option to the configure
-// script.  Also a couple log message cleanups, plus some C to C++ comment
-// conversion.
-//
-// Revision 1.1  1998/11/06 21:20:42  curt
-// Initial revision.
-//
index 4dd73be77ade55661c711007581c605b200238f3..53d94ebfc97a74b45ddf0325e3fd7ab096714e98 100644 (file)
@@ -6,7 +6,6 @@
 // See below for the complete original LaRCsim comments.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 #include "Include/compiler.h"
 #ifdef FG_HAVE_STD_INCLUDES
@@ -163,55 +162,6 @@ void fgGeodToGeoc( double lat_geod, double alt, double *sl_radius,
        CURRENT RCS HEADER:
 
 $Header$
-$Log$
-Revision 1.1  1999/04/05 21:32:33  curt
-Initial revision
-
-Revision 1.6  1999/03/02 01:01:49  curt
-Tweaks for compiling with native SGI compilers.
-
-Revision 1.5  1999/01/27 04:46:14  curt
-Portability tweaks by Bernie Bright.
-
-Revision 1.4  1998/11/20 01:00:36  curt
-Patch in fgGeoc2Geod() to avoid a floating explosion.
-point3d.hxx include math.h for FreeBSD
-
-Revision 1.3  1998/11/11 00:18:36  curt
-Check for domain error in fgGeoctoGeod()
-
-Revision 1.2  1998/10/16 23:36:36  curt
-c++-ifying.
-
-Revision 1.1  1998/10/16 19:30:40  curt
-Renamed .c -> .h so we can start adding c++ supporting routines.
-
-Revision 1.6  1998/07/08 14:40:07  curt
-polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx
-Updated fg_geodesy comments to reflect that routines expect and produce
-  meters.
-
-Revision 1.5  1998/04/25 22:06:23  curt
-Edited cvs log messages in source files ... bad bad bad!
-
-Revision 1.4  1998/01/27 00:47:59  curt
-Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
-system and commandline/config file processing code.
-
-Revision 1.3  1998/01/19 19:27:12  curt
-Merged in make system changes from Bob Kuehne <rpk@sgi.com>
-This should simplify things tremendously.
-
-Revision 1.2  1997/12/15 23:54:54  curt
-Add xgl wrappers for debugging.
-Generate terrain normals on the fly.
-
-Revision 1.1  1997/07/31 23:13:14  curt
-Initial revision.
-
-Revision 1.1  1997/05/29 00:09:56  curt
-Initial Flight Gear revision.
-
  * Revision 1.5  1994/01/11  18:47:05  bjax
  * Changed include files to use types and constants, not ls_eom.h
  * Also changed DATA type to SCALAR type.
@@ -258,50 +208,3 @@ Initial Flight Gear revision.
 --------------------------------------------------------------------------*/
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.6  1999/03/02 01:01:49  curt
-// Tweaks for compiling with native SGI compilers.
-//
-// Revision 1.5  1999/01/27 04:46:14  curt
-// Portability tweaks by Bernie Bright.
-//
-// Revision 1.4  1998/11/20 01:00:36  curt
-// Patch in fgGeoc2Geod() to avoid a floating explosion.
-// point3d.hxx include math.h for FreeBSD
-//
-// Revision 1.3  1998/11/11 00:18:36  curt
-// Check for domain error in fgGeoctoGeod()
-//
-// Revision 1.2  1998/10/16 23:36:36  curt
-// c++-ifying.
-//
-// Revision 1.1  1998/10/16 19:30:40  curt
-// Renamed .c -> .h so we can start adding c++ supporting routines.
-//
-// Revision 1.6  1998/07/08 14:40:07  curt
-// polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx
-// Updated fg_geodesy comments to reflect that routines expect and produce
-//   meters.
-//
-// Revision 1.5  1998/04/25 22:06:23  curt
-// Edited cvs log messages in source files ... bad bad bad!
-//
-// Revision 1.4  1998/01/27 00:47:59  curt
-// Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
-// system and commandline/config file processing code.
-//
-// Revision 1.3  1998/01/19 19:27:12  curt
-// Merged in make system changes from Bob Kuehne <rpk@sgi.com>
-// This should simplify things tremendously.
-//
-// Revision 1.2  1997/12/15 23:54:54  curt
-// Add xgl wrappers for debugging.
-// Generate terrain normals on the fly.
-//
-// Revision 1.1  1997/07/31 23:13:14  curt
-// Initial revision.
-//
-
index 8b20a22c1aabf54b3bb62e6719f6e4a00be4f991..c740cb5fd2b8d450e7560227fc5a3079a86ef01c 100644 (file)
@@ -6,7 +6,6 @@
 // See below for the complete original LaRCsim comments.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #ifndef _FG_GEODESY_HXX
@@ -113,38 +112,6 @@ inline Point3D fgGeodToCart(const Point3D& geod) {
        CURRENT RCS HEADER:
 
 $Header$
-$Log$
-Revision 1.1  1999/04/05 21:32:33  curt
-Initial revision
-
-Revision 1.4  1999/01/27 04:46:15  curt
-Portability tweaks by Bernie Bright.
-
-Revision 1.3  1998/10/18 01:17:11  curt
-Point3D tweaks.
-
-Revision 1.2  1998/10/16 23:36:37  curt
-c++-ifying.
-
-Revision 1.1  1998/10/16 19:30:42  curt
-Renamed .c -> .h so we can start adding c++ supporting routines.
-
-Revision 1.4  1998/07/08 14:40:08  curt
-polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx
-Updated fg_geodesy comments to reflect that routines expect and produce
-  meters.
-
-Revision 1.3  1998/04/21 17:03:48  curt
-Prepairing for C++ integration.
-
-Revision 1.2  1998/01/22 02:59:38  curt
-Changed #ifdef FILE_H to #ifdef _FILE_H
-
-Revision 1.1  1997/07/31 23:13:14  curt
-Initial revision.
-
-Revision 1.1  1997/05/29 00:09:56  curt
-Initial Flight Gear revision.
 
  * Revision 1.5  1994/01/11  18:47:05  bjax
  * Changed include files to use types and constants, not ls_eom.h
@@ -193,36 +160,3 @@ Initial Flight Gear revision.
 
 
 #endif // _FG_GEODESY_HXX
-
-
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.4  1999/01/27 04:46:15  curt
-// Portability tweaks by Bernie Bright.
-//
-// Revision 1.3  1998/10/18 01:17:11  curt
-// Point3D tweaks.
-//
-// Revision 1.2  1998/10/16 23:36:37  curt
-// c++-ifying.
-//
-// Revision 1.1  1998/10/16 19:30:42  curt
-// Renamed .c -> .h so we can start adding c++ supporting routines.
-//
-// Revision 1.4  1998/07/08 14:40:08  curt
-// polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx
-// Updated fg_geodesy comments to reflect that routines expect and produce
-//   meters.
-//
-// Revision 1.3  1998/04/21 17:03:48  curt
-// Prepairing for C++ integration.
-//
-// Revision 1.2  1998/01/22 02:59:38  curt
-// Changed #ifdef FILE_H to #ifdef _FILE_H
-//
-// Revision 1.1  1997/07/31 23:13:14  curt
-// Initial revision.
-//
-
index add3ac43763e50d8f7f2e9d4ec625c75b67d09ef..d6c13c303c05071dc6ef98209ca7ea6bfc748e4e 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #ifdef HAVE_CONFIG_H
@@ -70,48 +69,3 @@ double fg_random(void) {
 }
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.10  1998/11/07 19:07:03  curt
-// Enable release builds using the --without-logging option to the configure
-// script.  Also a couple log message cleanups, plus some C to C++ comment
-// conversion.
-//
-// Revision 1.9  1998/11/06 21:17:26  curt
-// Converted to new logstream debugging facility.  This allows release
-// builds with no messages at all (and no performance impact) by using
-// the -DFG_NDEBUG flag.
-//
-// Revision 1.8  1998/04/25 22:06:23  curt
-// Edited cvs log messages in source files ... bad bad bad!
-//
-// Revision 1.7  1998/04/24 00:43:13  curt
-// Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
-//
-// Revision 1.6  1998/04/18 03:53:42  curt
-// Miscellaneous Tweaks.
-//
-// Revision 1.5  1998/04/03 22:10:29  curt
-// Converting to Gnu autoconf system.
-//
-// Revision 1.4  1998/02/03 23:20:28  curt
-// Lots of little tweaks to fix various consistency problems discovered by
-// Solaris' CC.  Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
-// passed arguments along to the real printf().  Also incorporated HUD changes
-// by Michele America.
-//
-// Revision 1.3  1998/01/27 00:47:59  curt
-// Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
-// system and commandline/config file processing code.
-//
-// Revision 1.2  1997/12/30 20:47:48  curt
-// Integrated new event manager with subsystem initializations.
-//
-// Revision 1.1  1997/07/30 16:04:09  curt
-// Moved random routines from Utils/ to Math/
-//
-// Revision 1.1  1997/07/19 22:31:57  curt
-// Initial revision.
-//
index e633ce46d1f404f8a72cbbcd1369aae5de8a207c..25a2b46331b3acb4988e2a677e3491e234591cde 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #ifndef _FG_RANDOM_H
@@ -47,27 +46,3 @@ double fg_random(void);
 #endif // _FG_RANDOM_H
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.4  1998/11/07 19:07:04  curt
-// Enable release builds using the --without-logging option to the configure
-// script.  Also a couple log message cleanups, plus some C to C++ comment
-// conversion.
-//
-// Revision 1.3  1998/04/21 17:03:48  curt
-// Prepairing for C++ integration.
-//
-// Revision 1.2  1998/01/22 02:59:38  curt
-// Changed #ifdef FILE_H to #ifdef _FILE_H
-//
-// Revision 1.1  1997/07/30 16:04:09  curt
-// Moved random routines from Utils/ to Math/
-//
-// Revision 1.2  1997/07/23 21:52:28  curt
-// Put comments around the text after an #endif for increased portability.
-//
-// Revision 1.1  1997/07/19 22:31:57  curt
-// Initial revision.
-//
index c0ebc3f2795e97eccf9867efea76cf7af2dd1178..11b8d10f135f21d5bb59db6d8f490db6be05dcc6 100644 (file)
@@ -21,7 +21,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #include <Include/compiler.h>
@@ -102,33 +101,3 @@ fgINTERPTABLE::~fgINTERPTABLE( void ) {
 }
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.7  1999/02/26 22:08:03  curt
-// Added initial support for native SGI compilers.
-//
-// Revision 1.6  1999/01/27 04:46:16  curt
-// Portability tweaks by Bernie Bright.
-//
-// Revision 1.5  1998/11/06 21:17:27  curt
-// Converted to new logstream debugging facility.  This allows release
-// builds with no messages at all (and no performance impact) by using
-// the -DFG_NDEBUG flag.
-//
-// Revision 1.4  1998/05/13 18:24:25  curt
-// Wrapped zlib calls so zlib can be optionally disabled.
-//
-// Revision 1.3  1998/04/25 15:05:01  curt
-// Changed "r" to "rb" in gzopen() options.  This fixes bad behavior in win32.
-//
-// Revision 1.2  1998/04/22 13:18:10  curt
-// C++ - ified comments.  Make file open errors fatal.
-//
-// Revision 1.1  1998/04/21 19:14:23  curt
-// Modified Files:
-//     Makefile.am Makefile.in
-// Added Files:
-//     interpolater.cxx interpolater.hxx
-//
index dd0adac5ae4feccad9a80f544c5089ab3b7e8f86..7650946d0587721f1704e5b87f1ff02900fdc96b 100644 (file)
@@ -21,7 +21,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #ifndef _INTERPOLATER_H
@@ -61,30 +60,3 @@ public:
 #endif // _INTERPOLATER_H
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.6  1999/03/02 01:01:50  curt
-// Tweaks for compiling with native SGI compilers.
-//
-// Revision 1.5  1999/02/26 22:08:05  curt
-// Added initial support for native SGI compilers.
-//
-// Revision 1.4  1999/01/27 04:46:17  curt
-// Portability tweaks by Bernie Bright.
-//
-// Revision 1.3  1998/11/06 21:17:28  curt
-// Converted to new logstream debugging facility.  This allows release
-// builds with no messages at all (and no performance impact) by using
-// the -DFG_NDEBUG flag.
-//
-// Revision 1.2  1998/04/22 13:18:10  curt
-// C++ - ified comments.  Make file open errors fatal.
-//
-// Revision 1.1  1998/04/21 19:14:23  curt
-// Modified Files:
-//     Makefile.am Makefile.in
-// Added Files:
-//     interpolater.cxx interpolater.hxx
-//
index 20fc331bf7ff49f41a8e8bf004ad750096cca96d..dfa8bdf9664eb231165010e83db2b204cf8cd8ba 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 //
 
 
@@ -134,22 +133,3 @@ double least_squares_max_error(double *x, double *y, int n, double m, double b){
 }
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.1  1999/03/13 17:34:45  curt
-// Moved to math subdirectory.
-//
-// Revision 1.2  1998/04/21 17:03:41  curt
-// Prepairing for C++ integration.
-//
-// Revision 1.1  1998/04/08 22:57:24  curt
-// Adopted Gnu automake/autoconf system.
-//
-// Revision 1.1  1998/03/19 02:54:47  curt
-// Reorganized into a class lib called fgDEM.
-//
-// Revision 1.1  1997/10/13 17:02:35  curt
-// Initial revision.
-//
index 5e1ae461565c8a3eb410b55639e1f03236dc74f9..16d6ad09663b3a08ac24b3eed88ffc0f9b1bb37d 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 ///
 
 
@@ -72,22 +71,3 @@ double least_squares_max_error(double *x, double *y, int n, double m, double b);
 #endif // _LEASTSQS_H
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.1  1999/03/13 17:34:45  curt
-// Moved to math subdirectory.
-//
-// Revision 1.2  1998/04/21 17:03:42  curt
-// Prepairing for C++ integration.
-//
-// Revision 1.1  1998/04/08 22:57:25  curt
-// Adopted Gnu automake/autoconf system.
-//
-// Revision 1.1  1998/03/19 02:54:48  curt
-// Reorganized into a class lib called fgDEM.
-//
-// Revision 1.1  1997/10/13 17:02:35  curt
-// Initial revision.
-//
index d6fabc057593f39a3de92b8cdd446953538a4131..83f8de04e62d32f6949d8eb8c9d77995f7363c47 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #ifndef _POINT3D_HXX
@@ -336,39 +335,3 @@ Point3D::distance3Dsquared(const Point3D& a ) const
 #endif // _POINT3D_HXX
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.10  1999/03/02 01:01:52  curt
-// Tweaks for compiling with native SGI compilers.
-//
-// Revision 1.9  1999/02/01 21:08:28  curt
-// Optimizations from Norman Vine.
-//
-// Revision 1.8  1999/01/27 04:46:18  curt
-// Portability tweaks by Bernie Bright.
-//
-// Revision 1.7  1999/01/19 20:56:58  curt
-// MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
-//
-// Revision 1.6  1998/11/23 21:46:37  curt
-// Borland portability tweaks.
-//
-// Revision 1.5  1998/11/20 01:00:38  curt
-// Patch in fgGeoc2Geod() to avoid a floating explosion.
-// point3d.hxx include math.h for FreeBSD
-//
-// Revision 1.4  1998/11/11 00:18:38  curt
-// Check for domain error in fgGeoctoGeod()
-//
-// Revision 1.3  1998/10/20 18:21:49  curt
-// Tweaks from Bernie Bright.
-//
-// Revision 1.2  1998/10/18 01:17:12  curt
-// Point3D tweaks.
-//
-// Revision 1.1  1998/10/16 00:50:29  curt
-// Added point3d.hxx to replace cheezy fgPoint3d struct.
-//
-//
index 45b25e2151dff40e402820beef9460644bef7342..fc51b02d47974d7c63e4d531aa90fba9d15e489c 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #include <math.h>
@@ -60,54 +59,3 @@ double fgGeodAltFromCart(const Point3D& cp)
 }
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.6  1999/01/27 04:46:19  curt
-// Portability tweaks by Bernie Bright.
-//
-// Revision 1.5  1998/10/18 01:17:13  curt
-// Point3D tweaks.
-//
-// Revision 1.4  1998/10/16 19:30:09  curt
-// C++-ified the comments.
-//
-// Revision 1.3  1998/10/16 00:50:29  curt
-// Added point3d.hxx to replace cheezy fgPoint3d struct.
-//
-// Revision 1.2  1998/08/24 20:04:11  curt
-// Various "inline" code optimizations contributed by Norman Vine.
-//
-// Revision 1.1  1998/07/08 14:40:08  curt
-// polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx
-// Updated fg_geodesy comments to reflect that routines expect and produce
-//   meters.
-//
-// Revision 1.2  1998/05/03 00:45:49  curt
-// Commented out a debugging printf.
-//
-// Revision 1.1  1998/05/02 01:50:11  curt
-// polar.[ch] renamed to polar3d.[ch]
-//
-// Revision 1.6  1998/04/25 22:06:23  curt
-// Edited cvs log messages in source files ... bad bad bad!
-//
-// Revision 1.5  1998/01/27 00:48:00  curt
-// Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
-// system and commandline/config file processing code.
-//
-// Revision 1.4  1998/01/19 19:27:12  curt
-// Merged in make system changes from Bob Kuehne <rpk@sgi.com>
-// This should simplify things tremendously.
-//
-// Revision 1.3  1997/12/15 23:54:54  curt
-// Add xgl wrappers for debugging.
-// Generate terrain normals on the fly.
-//
-// Revision 1.2  1997/07/31 22:52:27  curt
-// Working on redoing internal coordinate systems & scenery transformations.
-//
-// Revision 1.1  1997/07/07 21:02:36  curt
-// Initial revision.
-
index 7839a32e5fc3ec60fc841cb5185b4edb4ff71c3d..303bb55bd15bb232370eca64f75dd6f3a5bdc253 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #ifndef _POLAR_HXX
@@ -66,58 +65,3 @@ inline Point3D fgCartToPolar3d(const Point3D& cp) {
 #endif // _POLAR_HXX
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.5  1999/01/27 04:46:20  curt
-// Portability tweaks by Bernie Bright.
-//
-// Revision 1.4  1998/10/16 19:30:07  curt
-// C++-ified the comments.
-//
-// Revision 1.3  1998/10/16 00:50:30  curt
-// Added point3d.hxx to replace cheezy fgPoint3d struct.
-//
-// Revision 1.2  1998/08/24 20:04:12  curt
-// Various "inline" code optimizations contributed by Norman Vine.
-//
-// Revision 1.1  1998/07/08 14:40:09  curt
-// polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx
-// Updated fg_geodesy comments to reflect that routines expect and produce
-//   meters.
-//
-// Revision 1.1  1998/05/02 01:50:11  curt
-// polar.[ch] renamed to polar3d.[ch]
-//
-// Revision 1.9  1998/04/25 22:06:23  curt
-// Edited cvs log messages in source files ... bad bad bad!
-//
-// Revision 1.8  1998/04/21 17:03:50  curt
-// Prepairing for C++ integration.
-//
-// Revision 1.7  1998/01/27 00:48:00  curt
-// Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
-// system and commandline/config file processing code.
-//
-// Revision 1.6  1998/01/22 02:59:39  curt
-// Changed #ifdef FILE_H to #ifdef _FILE_H
-//
-// Revision 1.5  1998/01/19 19:27:13  curt
-// Merged in make system changes from Bob Kuehne <rpk@sgi.com>
-// This should simplify things tremendously.
-//
-// Revision 1.4  1997/12/15 23:54:55  curt
-// Add xgl wrappers for debugging.
-// Generate terrain normals on the fly.
-//
-// Revision 1.3  1997/07/31 22:52:28  curt
-// Working on redoing internal coordinate systems & scenery transformations.
-//
-// Revision 1.2  1997/07/23 21:52:21  curt
-// Put comments around the text after an #endif for increased portability.
-//
-// Revision 1.1  1997/07/07 21:02:37  curt
-// Initial revision.
-//
-
index c27f8c0b1d9c9f7060a48444869c4ca12d9f1cf2..46ed967c2da44a34351153bfb7b5fdaef7a6b32e 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #include <math.h>
@@ -128,38 +127,3 @@ double fgPointLineSquared(MAT3vec p, MAT3vec p0, MAT3vec d) {
 }
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.6  1999/03/25 19:02:28  curt
-// Minor optimization tweaks.
-//
-// Revision 1.5  1998/10/16 23:36:38  curt
-// c++-ifying.
-//
-// Revision 1.4  1998/10/16 00:50:31  curt
-// Added point3d.hxx to replace cheezy fgPoint3d struct.
-//
-// Revision 1.3  1998/08/24 20:04:12  curt
-// Various "inline" code optimizations contributed by Norman Vine.
-//
-// Revision 1.2  1998/07/24 21:34:38  curt
-// fgPointLine() rewritten into fgPointLineSquared() ... this ultimately saves
-// us from doing a sqrt().
-//
-// Revision 1.1  1998/07/08 14:40:10  curt
-// polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx
-// Updated fg_geodesy comments to reflect that routines expect and produce
-//   meters.
-//
-// Revision 1.3  1998/05/07 23:04:28  curt
-// Added a blank formating line!
-//
-// Revision 1.2  1998/01/19 19:27:13  curt
-// Merged in make system changes from Bob Kuehne <rpk@sgi.com>
-// This should simplify things tremendously.
-//
-// Revision 1.1  1997/12/22 04:13:17  curt
-// Initial revision.
-//
index 61a2ca5a662c389b4d5af7caf5c6638ac2ffae26..a20dd2597743dcbfe9de10c6e5bebd0d6a07806f 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #ifndef _VECTOR_HXX
@@ -62,36 +61,3 @@ double fgPointLineSquared(MAT3vec p, MAT3vec p0, MAT3vec d);
 #endif // _VECTOR_HXX
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.4  1998/10/16 23:36:39  curt
-// c++-ifying.
-//
-// Revision 1.3  1998/08/24 20:04:13  curt
-// Various "inline" code optimizations contributed by Norman Vine.
-//
-// Revision 1.2  1998/07/24 21:34:38  curt
-// fgPointLine() rewritten into fgPointLineSquared() ... this ultimately saves
-// us from doing a sqrt().
-//
-// Revision 1.1  1998/07/08 14:40:10  curt
-// polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx
-// Updated fg_geodesy comments to reflect that routines expect and produce
-//   meters.
-//
-// Revision 1.4  1998/04/21 17:03:51  curt
-// Prepairing for C++ integration.
-//
-// Revision 1.3  1998/01/22 02:59:39  curt
-// Changed #ifdef FILE_H to #ifdef _FILE_H
-//
-// Revision 1.2  1998/01/19 19:27:14  curt
-// Merged in make system changes from Bob Kuehne <rpk@sgi.com>
-// This should simplify things tremendously.
-//
-// Revision 1.1  1997/12/22 04:13:18  curt
-// Initial revision.
-//
-
index e474937f203112ff7eed200ea0b51918407b2410..f45d45e3b4ede1fa1906809e23389a11a1ce3c4f 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 #include <ctype.h> // isspace()
 #include <Misc/fgstream.hxx>
@@ -139,16 +138,3 @@ skipcomment( istream& in )
     return in;
 }
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.3  1998/11/06 14:05:12  curt
-// More portability improvements by Bernie Bright.
-//
-// Revision 1.2  1998/09/24 15:22:17  curt
-// Additional enhancements.
-//
-// Revision 1.1  1998/09/01 19:06:29  curt
-// Initial revision.
-//
index 10007b2d0213212f00c3cba732f80fe6172c7275..fc9e18e27b365be581ddb58558e4547c44957825 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 #ifndef _FGSTREAM_HXX
 #define _FGSTREAM_HXX
@@ -99,34 +98,3 @@ istream& skipcomment( istream& in );
 
 #endif /* _FGSTREAM_HXX */
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.9  1999/03/27 14:04:25  curt
-// Added is_open() so we can check if the open() succeeded.
-//
-// Revision 1.8  1999/03/02 01:01:55  curt
-// Tweaks for compiling with native SGI compilers.
-//
-// Revision 1.7  1999/02/26 22:08:08  curt
-// Added initial support for native SGI compilers.
-//
-// Revision 1.6  1999/01/19 20:41:46  curt
-// Portability updates contributed by Bernie Bright.
-//
-// Revision 1.5  1998/11/06 14:05:13  curt
-// More portability improvements by Bernie Bright.
-//
-// Revision 1.4  1998/10/16 00:50:56  curt
-// Remove leading _ from a couple defines.
-//
-// Revision 1.3  1998/10/13 00:10:06  curt
-// More portability changes to help with windoze compilation problems.
-//
-// Revision 1.2  1998/09/24 15:22:18  curt
-// Additional enhancements.
-//
-// Revision 1.1  1998/09/01 19:06:29  curt
-// Initial revision.
-//
index 2b40bba155c6c8479a3a0404d1ad1922cfc18f94..2bdeb4b4d736b8db1364d851884415393b2ff608 100644 (file)
  * For more information, please see the Blitz++ Home Page:
  *    http://seurat.uwaterloo.ca/blitz/
  *
- ***************************************************************************
- * $Log$
- * Revision 1.1  1999/04/05 21:32:33  curt
- * Initial revision
- *
- * Revision 1.3  1998/11/20 01:01:03  curt
- * FreeBSD support.
- *
- * Revision 1.2  1998/11/02 18:28:31  curt
- * Additional win32 support.
- *
- * Revision 1.1  1998/09/01 19:06:30  curt
- * Initial revision.
- *
- * Revision 1.4  1998/03/14 00:04:47  tveldhui
- * 0.2-alpha-05
- *
- * Revision 1.3  1997/07/16 14:51:20  tveldhui
- * Update: Alpha release 0.2 (Arrays)
- *
- * Revision 1.2  1997/01/24 14:42:00  tveldhui
- * Periodic RCS update
- *
  */
 
 // This class is not portable to non System V platforms.
index c9a348259d84eafe731cba9200cbb76d001b47d7..4f6e9c1f49d4ba2942957d1dc143d51e607a1242 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
@@ -70,13 +69,3 @@ trim( const string& s, const string& trimmings )
     return trimright( trimleft( s, trimmings ), trimmings );
 }
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.2  1998/10/18 01:17:15  curt
-// Point3D tweaks.
-//
-// Revision 1.1  1998/09/01 19:06:30  curt
-// Initial revision.
-//
index 291df5d1544c37ce69a252784ca7abc145f992b5..08392f4553892e898b1aa9978a5c1f3649b30fc7 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 #ifndef STRUTILS_H
 #define STRUTILS_H
@@ -63,25 +62,3 @@ atoi( const string& str )
 
 #endif // STRUTILS_H
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.6  1999/03/02 01:01:56  curt
-// Tweaks for compiling with native SGI compilers.
-//
-// Revision 1.5  1999/02/26 22:08:09  curt
-// Added initial support for native SGI compilers.
-//
-// Revision 1.4  1999/01/19 20:41:47  curt
-// Portability updates contributed by Bernie Bright.
-//
-// Revision 1.3  1998/10/16 00:50:57  curt
-// Remove leading _ from a couple defines.
-//
-// Revision 1.2  1998/10/13 00:10:07  curt
-// More portability changes to help with windoze compilation problems.
-//
-// Revision 1.1  1998/09/01 19:06:31  curt
-// Initial revision.
-//
index 9c4d213ca13469fa24666cb602e94598dcf14bb3..28b6dadc3fe385343bd53c80c2c07612559cef40 100644 (file)
@@ -20,7 +20,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 #include <memory.h>
 #include "zfstream.hxx"
@@ -308,13 +307,3 @@ gzifstream::close()
 }
 #endif
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.3  1999/01/19 20:41:48  curt
-// Portability updates contributed by Bernie Bright.
-//
-// Revision 1.2  1998/11/06 14:05:14  curt
-// More portability improvements by Bernie Bright.
-//
index 1c081aab81f835eb01261554f454fa6b7c2682f3..d2341b6591d663aa3fcecd7990639323df285a5f 100644 (file)
@@ -20,7 +20,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 #ifndef _zfstream_hxx
 #define _zfstream_hxx
@@ -153,28 +152,3 @@ struct gzifstream_base
 
 #endif // _zfstream_hxx
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:33  curt
-// Initial revision
-//
-// Revision 1.9  1999/03/08 22:00:12  curt
-// Tweak for native SGI compilers.
-//
-// Revision 1.8  1999/02/26 22:08:10  curt
-// Added initial support for native SGI compilers.
-//
-// Revision 1.7  1999/01/19 20:41:49  curt
-// Portability updates contributed by Bernie Bright.
-//
-// Revision 1.6  1998/12/07 21:10:26  curt
-// Portability improvements.
-//
-// Revision 1.5  1998/11/06 21:17:29  curt
-// Converted to new logstream debugging facility.  This allows release
-// builds with no messages at all (and no performance impact) by using
-// the -DFG_NDEBUG flag.
-//
-// Revision 1.4  1998/11/06 14:05:16  curt
-// More portability improvements by Bernie Bright.
-//
-
index 15527b3ea9f12253a69e1b816fa3bfd1e0e72e83..d623b15e63b57b409501f9e119853d38c3312153 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #ifdef HAVE_CONFIG_H
@@ -335,50 +334,3 @@ int fgSERIAL::write_port(const string& value) {
 }
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:34  curt
-// Initial revision
-//
-// Revision 1.9  1999/02/02 20:13:23  curt
-// MSVC++ portability changes by Bernie Bright:
-//
-// Lib/Serial/serial.[ch]xx: Initial Windows support - incomplete.
-// Simulator/Astro/stars.cxx: typo? included <stdio> instead of <cstdio>
-// Simulator/Cockpit/hud.cxx: Added Standard headers
-// Simulator/Cockpit/panel.cxx: Redefinition of default parameter
-// Simulator/Flight/flight.cxx: Replaced cout with FG_LOG.  Deleted <stdio.h>
-// Simulator/Main/fg_init.cxx:
-// Simulator/Main/GLUTmain.cxx:
-// Simulator/Main/options.hxx: Shuffled <fg_serial.hxx> dependency
-// Simulator/Objects/material.hxx:
-// Simulator/Time/timestamp.hxx: VC++ friend kludge
-// Simulator/Scenery/tile.[ch]xx: Fixed using std::X declarations
-// Simulator/Main/views.hxx: Added a constant
-//
-// Revision 1.8  1999/01/20 13:42:21  curt
-// Tweaked FDM interface.
-// Testing check sum support for NMEA serial output.
-//
-// Revision 1.7  1998/12/04 01:24:35  curt
-// Tweak for SGI portability.
-//
-// Revision 1.6  1998/11/30 17:15:29  curt
-// Having the class destructor close the fd was a bad idea ... especially if you
-// ever make a copy of the instance and then subsequently destroy either.
-// close_port() is now a separate member function.
-//
-// Revision 1.5  1998/11/25 01:33:23  curt
-// Remove call to cfmakeraw()
-//
-// Revision 1.4  1998/11/23 21:47:00  curt
-// Cygnus tools compatibility tweaks.
-//
-// Revision 1.3  1998/11/19 13:52:54  curt
-// port configuration tweaks & experiments.
-//
-// Revision 1.2  1998/11/19 03:35:43  curt
-// Updates ...
-//
-// Revision 1.1  1998/11/16 13:53:02  curt
-// Initial revision.
-//
index 6f763bce84b9a9147aa9fefdd2277225a8f1143d..075f800369dc7adb5b13a70874aab735cbfcd313 100644 (file)
@@ -19,7 +19,6 @@
 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 //
 // $Id$
-// (Log is kept at end of this file)
 
 
 #ifndef _SERIAL_HXX
@@ -79,37 +78,3 @@ public:
 #endif // _SERIAL_HXX
 
 
-// $Log$
-// Revision 1.1  1999/04/05 21:32:34  curt
-// Initial revision
-//
-// Revision 1.5  1999/03/02 01:01:58  curt
-// Tweaks for compiling with native SGI compilers.
-//
-// Revision 1.4  1999/02/26 22:08:13  curt
-// Added initial support for native SGI compilers.
-//
-// Revision 1.3  1999/02/02 20:13:24  curt
-// MSVC++ portability changes by Bernie Bright:
-//
-// Lib/Serial/serial.[ch]xx: Initial Windows support - incomplete.
-// Simulator/Astro/stars.cxx: typo? included <stdio> instead of <cstdio>
-// Simulator/Cockpit/hud.cxx: Added Standard headers
-// Simulator/Cockpit/panel.cxx: Redefinition of default parameter
-// Simulator/Flight/flight.cxx: Replaced cout with FG_LOG.  Deleted <stdio.h>
-// Simulator/Main/fg_init.cxx:
-// Simulator/Main/GLUTmain.cxx:
-// Simulator/Main/options.hxx: Shuffled <fg_serial.hxx> dependency
-// Simulator/Objects/material.hxx:
-// Simulator/Time/timestamp.hxx: VC++ friend kludge
-// Simulator/Scenery/tile.[ch]xx: Fixed using std::X declarations
-// Simulator/Main/views.hxx: Added a constant
-//
-// Revision 1.2  1998/11/30 17:15:30  curt
-// Having the class destructor close the fd was a bad idea ... especially if you
-// ever make a copy of the instance and then subsequently destroy either.
-// close_port() is now a separate member function.
-//
-// Revision 1.1  1998/11/16 13:53:02  curt
-// Initial revision.
-//