diff --git a/Cantera/clib/src/Cabinet.h b/Cantera/clib/src/Cabinet.h index 7131d97c9..d86813db3 100755 --- a/Cantera/clib/src/Cabinet.h +++ b/Cantera/clib/src/Cabinet.h @@ -1,11 +1,6 @@ /** * @file Cabinet.h */ -/* - * $Id$ - */ - - #ifndef CT_CABINET_H #define CT_CABINET_H diff --git a/Cantera/clib/src/Storage.cpp b/Cantera/clib/src/Storage.cpp index 4accef2cf..62a39def5 100755 --- a/Cantera/clib/src/Storage.cpp +++ b/Cantera/clib/src/Storage.cpp @@ -1,12 +1,6 @@ /** * @file Storage.cpp */ -/* - * $Id$ - */ - - - // Cantera includes #include "kernel/Kinetics.h" #include "kernel/TransportFactory.h" diff --git a/Cantera/clib/src/Storage.h b/Cantera/clib/src/Storage.h index e8c8a6272..16b625dde 100755 --- a/Cantera/clib/src/Storage.h +++ b/Cantera/clib/src/Storage.h @@ -1,10 +1,6 @@ /** * @file Storage.h */ -/* - * $Id$ - */ - #ifndef CTC_STORAGE_H #define CTC_STORAGE_H diff --git a/Cantera/clib/src/clib_defs.h b/Cantera/clib/src/clib_defs.h index 5131018ff..b8019a960 100755 --- a/Cantera/clib/src/clib_defs.h +++ b/Cantera/clib/src/clib_defs.h @@ -1,11 +1,6 @@ /** * @file clib_defs.h */ -/* - * $Id$ - */ - - #ifndef CTC_DEFS_H #define CTC_DEFS_H diff --git a/Cantera/clib/src/ct.cpp b/Cantera/clib/src/ct.cpp index 858daf8f9..b3b36d87a 100755 --- a/Cantera/clib/src/ct.cpp +++ b/Cantera/clib/src/ct.cpp @@ -7,9 +7,6 @@ * Cantera objects are stored and referenced by integers - no * pointers are passed to or from the calling application. */ - -/* $Id$ */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/clib/src/ct.h b/Cantera/clib/src/ct.h index 11ad52a22..fc113ed47 100755 --- a/Cantera/clib/src/ct.h +++ b/Cantera/clib/src/ct.h @@ -1,10 +1,6 @@ /** * @file ct.h */ -/* - * $Id$ - */ - #ifndef CTC_CT_H #define CTC_CT_H diff --git a/Cantera/clib/src/ctbdry.cpp b/Cantera/clib/src/ctbdry.cpp index a1b423be3..b895dab8e 100755 --- a/Cantera/clib/src/ctbdry.cpp +++ b/Cantera/clib/src/ctbdry.cpp @@ -1,11 +1,6 @@ /** * @file ctbdry.cpp */ -/* - * $Id$ - */ - - #define CANTERA_USE_INTERNAL #include "ctbdry.h" diff --git a/Cantera/clib/src/ctbdry.h b/Cantera/clib/src/ctbdry.h index 700901cf3..95dc7999a 100755 --- a/Cantera/clib/src/ctbdry.h +++ b/Cantera/clib/src/ctbdry.h @@ -1,10 +1,6 @@ /** * @file ctbdry.h */ -/* - * $Id$ - */ - #ifndef CTC_BDRY_H #define CTC_BDRY_H diff --git a/Cantera/clib/src/ctfunc.cpp b/Cantera/clib/src/ctfunc.cpp index 060adf783..8b1fd3f0b 100755 --- a/Cantera/clib/src/ctfunc.cpp +++ b/Cantera/clib/src/ctfunc.cpp @@ -1,10 +1,6 @@ /** * @file ctfunc.cpp */ -/* - * $Id$ - */ - #ifdef WIN32 #pragma warning(disable:4786) #pragma warning(disable:4503) diff --git a/Cantera/clib/src/ctfunc.h b/Cantera/clib/src/ctfunc.h index 8c60483ac..491d36515 100755 --- a/Cantera/clib/src/ctfunc.h +++ b/Cantera/clib/src/ctfunc.h @@ -1,10 +1,6 @@ /** * @file ctfunc.h */ -/* - * $Id$ - */ - #ifndef CTC_FUNC1_H #define CTC_FUNC1_H diff --git a/Cantera/clib/src/ctmultiphase.cpp b/Cantera/clib/src/ctmultiphase.cpp index d1484271b..f20a7fc8d 100644 --- a/Cantera/clib/src/ctmultiphase.cpp +++ b/Cantera/clib/src/ctmultiphase.cpp @@ -1,11 +1,6 @@ /** * @file ctmultiphase.cpp */ -/* - * $Id$ - */ - - #define CANTERA_USE_INTERNAL #include "ctmultiphase.h" diff --git a/Cantera/clib/src/ctmultiphase.h b/Cantera/clib/src/ctmultiphase.h index 81c99c623..392bfac17 100644 --- a/Cantera/clib/src/ctmultiphase.h +++ b/Cantera/clib/src/ctmultiphase.h @@ -1,10 +1,6 @@ /** * @file ctmultiphase.h */ -/* - * $Id$ - */ - #ifndef CTC_MULTIPHASE_H #define CTC_MULTIPHASE_H diff --git a/Cantera/clib/src/ctonedim.cpp b/Cantera/clib/src/ctonedim.cpp index bf096c159..379493d24 100644 --- a/Cantera/clib/src/ctonedim.cpp +++ b/Cantera/clib/src/ctonedim.cpp @@ -1,10 +1,6 @@ /** * @file ctonedim.cpp */ -/* - * $Id$ - */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/clib/src/ctonedim.h b/Cantera/clib/src/ctonedim.h index 331689c35..36b4a9425 100644 --- a/Cantera/clib/src/ctonedim.h +++ b/Cantera/clib/src/ctonedim.h @@ -1,10 +1,6 @@ /** * @file ctonedim.h */ -/* - * $Id$ - */ - #ifndef CTC_ONEDIM_H #define CTC_ONEDIM_H diff --git a/Cantera/clib/src/ctreactor.cpp b/Cantera/clib/src/ctreactor.cpp index 9149b9d43..9c3e94b33 100755 --- a/Cantera/clib/src/ctreactor.cpp +++ b/Cantera/clib/src/ctreactor.cpp @@ -1,11 +1,6 @@ /** * @file ctreactor.cpp */ -/* - * $Id$ - */ - - #ifdef WIN32 #pragma warning(disable:4786) #pragma warning(disable:4503) diff --git a/Cantera/clib/src/ctreactor.h b/Cantera/clib/src/ctreactor.h index 2ab223c07..a50761f28 100755 --- a/Cantera/clib/src/ctreactor.h +++ b/Cantera/clib/src/ctreactor.h @@ -1,10 +1,6 @@ /** * @file ctreactor.h */ -/* - * $Id$ - */ - #ifndef CTC_REACTOR_H #define CTC_REACTOR_H diff --git a/Cantera/clib/src/ctrpath.cpp b/Cantera/clib/src/ctrpath.cpp index e76ab7408..2fba56888 100755 --- a/Cantera/clib/src/ctrpath.cpp +++ b/Cantera/clib/src/ctrpath.cpp @@ -1,10 +1,6 @@ /** * @file ctrpath.cpp */ -/* - * $Id$ - */ - #define CANTERA_USE_INTERNAL #include "ctrpath.h" diff --git a/Cantera/clib/src/ctrpath.h b/Cantera/clib/src/ctrpath.h index c2af32904..4ae6e886e 100755 --- a/Cantera/clib/src/ctrpath.h +++ b/Cantera/clib/src/ctrpath.h @@ -1,10 +1,6 @@ /** * @file ctrpath.h */ -/* - * $Id$ - */ - #ifndef CTC_RXNPATH_H #define CTC_RXNPATH_H diff --git a/Cantera/clib/src/ctsurf.cpp b/Cantera/clib/src/ctsurf.cpp index af44aac11..f06575c1b 100755 --- a/Cantera/clib/src/ctsurf.cpp +++ b/Cantera/clib/src/ctsurf.cpp @@ -1,10 +1,6 @@ /** * @file ctsurf.cpp */ -/* - * $Id$ - */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/clib/src/ctsurf.h b/Cantera/clib/src/ctsurf.h index 475957446..d9af374b6 100755 --- a/Cantera/clib/src/ctsurf.h +++ b/Cantera/clib/src/ctsurf.h @@ -1,10 +1,6 @@ /** * @file ctsurf.h */ -/* - * $Id$ - */ - #ifndef CTC_SURF_H #define CTC_SURF_H diff --git a/Cantera/clib/src/ctxml.cpp b/Cantera/clib/src/ctxml.cpp index 6681659bd..0126b92c6 100644 --- a/Cantera/clib/src/ctxml.cpp +++ b/Cantera/clib/src/ctxml.cpp @@ -1,11 +1,6 @@ /** * @file ctxml.cpp */ -/* - * $Id$ - */ - - #ifdef WIN32 #pragma warning(disable:4786) #pragma warning(disable:4503) diff --git a/Cantera/clib/src/ctxml.h b/Cantera/clib/src/ctxml.h index 6b3915f42..d384853cb 100644 --- a/Cantera/clib/src/ctxml.h +++ b/Cantera/clib/src/ctxml.h @@ -1,10 +1,6 @@ /** * @file ctxml.h */ -/* - * $Id$ - */ - #ifndef CTC_XML_H #define CTC_XML_H diff --git a/Cantera/cxx/demos/kinetics1/kinetics1.cpp b/Cantera/cxx/demos/kinetics1/kinetics1.cpp index e78d95096..b754e394b 100644 --- a/Cantera/cxx/demos/kinetics1/kinetics1.cpp +++ b/Cantera/cxx/demos/kinetics1/kinetics1.cpp @@ -2,10 +2,6 @@ // // zero-dimensional kinetics example program // -// $Author: hkmoffa $ -// $Revision: 1.2 $ -// $Date: 2009/05/13 21:52:29 $ -// // copyright California Institute of Technology 2002 // ///////////////////////////////////////////////////////////// diff --git a/Cantera/cxx/include/Cantera.h b/Cantera/cxx/include/Cantera.h index 0093fe998..33249dd2e 100755 --- a/Cantera/cxx/include/Cantera.h +++ b/Cantera/cxx/include/Cantera.h @@ -3,12 +3,6 @@ * Basic include file to be used in all Cantera application * environments. */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology #ifndef CANTERA_H_INCL diff --git a/Cantera/cxx/include/GRI30.h b/Cantera/cxx/include/GRI30.h index 6bc28cb26..82babf559 100644 --- a/Cantera/cxx/include/GRI30.h +++ b/Cantera/cxx/include/GRI30.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef CXX_GRI30H #define CXX_GRI30H diff --git a/Cantera/cxx/include/Interface.h b/Cantera/cxx/include/Interface.h index 0734fd233..0c468a7b3 100644 --- a/Cantera/cxx/include/Interface.h +++ b/Cantera/cxx/include/Interface.h @@ -3,11 +3,6 @@ * Declaration and Definition for the class Interface, part of * Cantera's Cantera_CXX namespace. */ - -/* - * $Id$ - */ - #ifndef CXX_INTERFACE #define CXX_INTERFACE diff --git a/Cantera/cxx/include/PureFluid.h b/Cantera/cxx/include/PureFluid.h index ce7ec4c9e..db4ad5e09 100644 --- a/Cantera/cxx/include/PureFluid.h +++ b/Cantera/cxx/include/PureFluid.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef CXX_PUREFLUID #define CXX_PUREFLUID diff --git a/Cantera/cxx/include/equilibrium.h b/Cantera/cxx/include/equilibrium.h index 1de354127..0289d3af4 100755 --- a/Cantera/cxx/include/equilibrium.h +++ b/Cantera/cxx/include/equilibrium.h @@ -3,9 +3,6 @@ * cxx layer - Header file providing support for chemical equilibrium calculations * (see \ref equilfunctions) */ -/* - * $Id$ - */ #ifndef CT_EQUIL_INCL #define CT_EQUIL_INCL #include "kernel/equil.h" diff --git a/Cantera/cxx/include/kinetics.h b/Cantera/cxx/include/kinetics.h index f19fd9114..9b33c024a 100644 --- a/Cantera/cxx/include/kinetics.h +++ b/Cantera/cxx/include/kinetics.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef CXX_INCL_KINETICS #define CXX_INCL_KINETICS diff --git a/Cantera/cxx/include/zerodim.h b/Cantera/cxx/include/zerodim.h index 168039815..68c6e760b 100644 --- a/Cantera/cxx/include/zerodim.h +++ b/Cantera/cxx/include/zerodim.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef CT_INCL_ZERODIM_H #define CT_INCL_ZERODIM_H #include "kernel/Reactor.h" diff --git a/Cantera/fortran/src/fct.cpp b/Cantera/fortran/src/fct.cpp index 073a178a0..5898837e5 100644 --- a/Cantera/fortran/src/fct.cpp +++ b/Cantera/fortran/src/fct.cpp @@ -6,10 +6,6 @@ * Cantera objects are stored and referenced by integers - no * pointers are passed to or from the calling application. */ -/* - * $Id: fct.cpp,v 1.14 2009/07/23 16:56:48 hkmoffa Exp $ - */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/fortran/src/fctxml.cpp b/Cantera/fortran/src/fctxml.cpp index c583742aa..310d23be5 100644 --- a/Cantera/fortran/src/fctxml.cpp +++ b/Cantera/fortran/src/fctxml.cpp @@ -2,12 +2,6 @@ * @file fctxml.cpp * */ - -/* - * $Revision: 1.9 $ - * $Date: 2009/07/23 17:03:04 $ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/matlab/cantera/Contents.m b/Cantera/matlab/cantera/Contents.m index c5a94f3e5..65a2ae851 100755 --- a/Cantera/matlab/cantera/Contents.m +++ b/Cantera/matlab/cantera/Contents.m @@ -33,8 +33,3 @@ % ctclear - Clear all objects from memory. % % Copyright 2002 California Institute of Technology -% $Revision: 1.1.1.1 $ $Date: 2003/04/14 17:57:49 $ - - - - diff --git a/Cantera/matlab/src/ctfunctions.cpp b/Cantera/matlab/src/ctfunctions.cpp index d06fb6146..e2a783473 100644 --- a/Cantera/matlab/src/ctfunctions.cpp +++ b/Cantera/matlab/src/ctfunctions.cpp @@ -1,10 +1,6 @@ /** * @file ctfunctions.cpp */ -/* - * $Id: ctfunctions.cpp,v 1.10 2009/07/11 16:43:12 hkmoffa Exp $ - */ - #include "mex.h" #include #include diff --git a/Cantera/matlab/src/mixturemethods.cpp b/Cantera/matlab/src/mixturemethods.cpp index 9298bbbff..d82f57f78 100644 --- a/Cantera/matlab/src/mixturemethods.cpp +++ b/Cantera/matlab/src/mixturemethods.cpp @@ -1,9 +1,6 @@ /** * @file mixturemethods.cpp */ -/* - * $Id: mixturemethods.cpp,v 1.3 2009/07/11 16:43:12 hkmoffa Exp $ - */ #include "mex.h" #include #include diff --git a/Cantera/matlab/src/mllogger.h b/Cantera/matlab/src/mllogger.h index 2c4ac8d96..67470aeca 100644 --- a/Cantera/matlab/src/mllogger.h +++ b/Cantera/matlab/src/mllogger.h @@ -1,10 +1,6 @@ /** * @file mlloger.h */ -/* - * $Id: mllogger.h,v 1.5 2009/07/11 16:43:12 hkmoffa Exp $ - */ - #ifndef MLLOGGER_H #define MLLOGGER_H diff --git a/Cantera/matlab/src/phasemethods.cpp b/Cantera/matlab/src/phasemethods.cpp index f28779818..f17cd8225 100644 --- a/Cantera/matlab/src/phasemethods.cpp +++ b/Cantera/matlab/src/phasemethods.cpp @@ -1,10 +1,6 @@ /** * @file phasemethods.cpp */ -/* - * $Id: phasemethods.cpp,v 1.5 2009/07/11 16:43:12 hkmoffa Exp $ - */ - #include "mex.h" #include "ctmatutils.h" #include diff --git a/Cantera/matlab/src/reactormethods.cpp b/Cantera/matlab/src/reactormethods.cpp index c7dcbc197..73bf3cd9b 100644 --- a/Cantera/matlab/src/reactormethods.cpp +++ b/Cantera/matlab/src/reactormethods.cpp @@ -1,10 +1,6 @@ /** * @file reactormethods.cpp */ -/* - * $Id: reactormethods.cpp,v 1.5 2009/07/11 16:43:12 hkmoffa Exp $ - */ - #include "mex.h" #include #include diff --git a/Cantera/matlab/src/reactornetmethods.cpp b/Cantera/matlab/src/reactornetmethods.cpp index a39bd11ce..68887c4c3 100644 --- a/Cantera/matlab/src/reactornetmethods.cpp +++ b/Cantera/matlab/src/reactornetmethods.cpp @@ -1,10 +1,6 @@ /** * @file reactornetmethods.cpp */ -/* - * $Id: reactornetmethods.cpp,v 1.4 2009/07/11 16:43:13 hkmoffa Exp $ - */ - #include "mex.h" #include #include diff --git a/Cantera/matlab/src/thermomethods.cpp b/Cantera/matlab/src/thermomethods.cpp index f2f643e60..edd526768 100644 --- a/Cantera/matlab/src/thermomethods.cpp +++ b/Cantera/matlab/src/thermomethods.cpp @@ -1,9 +1,6 @@ /** * @file thermomethods.cpp */ -/* - * $Id: thermomethods.cpp,v 1.11 2009/07/11 16:43:13 hkmoffa Exp $ - */ #include "mex.h" #include #include "ctmatutils.h" diff --git a/Cantera/matlab/src/wallmethods.cpp b/Cantera/matlab/src/wallmethods.cpp index dd3a184e2..7c0a15037 100644 --- a/Cantera/matlab/src/wallmethods.cpp +++ b/Cantera/matlab/src/wallmethods.cpp @@ -1,9 +1,6 @@ /** * @file wallmethods.cpp */ -/* - * $Id: wallmethods.cpp,v 1.5 2009/07/11 16:43:13 hkmoffa Exp $ - */ #include "mex.h" #include #include diff --git a/Cantera/matlab/src/xmlmethods.cpp b/Cantera/matlab/src/xmlmethods.cpp index e20f746ba..32cf4d4c1 100644 --- a/Cantera/matlab/src/xmlmethods.cpp +++ b/Cantera/matlab/src/xmlmethods.cpp @@ -1,10 +1,6 @@ /** * @file xmlmethods.cpp */ -/* - * $Id: xmlmethods.cpp,v 1.5 2009/07/11 16:43:13 hkmoffa Exp $ - */ - #include "mex.h" #include #include diff --git a/Cantera/python/Cantera/Edge.py b/Cantera/python/Cantera/Edge.py index 32a8c512f..a61faa968 100644 --- a/Cantera/python/Cantera/Edge.py +++ b/Cantera/python/Cantera/Edge.py @@ -1,4 +1,3 @@ - import string import os @@ -7,8 +6,6 @@ from SurfacePhase import EdgePhase from Kinetics import Kinetics import XML -__revision__ = "$Id: Edge.py,v 1.1 2006/04/23 07:27:10 dggoodwin Exp $" - class Edge(EdgePhase, Kinetics): """ One-dimensional edge between two surfaces. @@ -77,4 +74,3 @@ class Edge(EdgePhase, Kinetics): """Delete the Edge instance.""" Kinetics.__del__(self) EdgePhase.__del__(self) - diff --git a/Cantera/python/Cantera/Interface.py b/Cantera/python/Cantera/Interface.py index 7a7307966..6f9fa1113 100644 --- a/Cantera/python/Cantera/Interface.py +++ b/Cantera/python/Cantera/Interface.py @@ -1,4 +1,3 @@ - import string import os @@ -7,8 +6,6 @@ from SurfacePhase import SurfacePhase, EdgePhase from Kinetics import Kinetics import XML -__revision__ = "$Id: Interface.py,v 1.8 2007/02/17 10:48:09 dggoodwin Exp $" - class Interface(SurfacePhase, Kinetics): """ Two-dimensional interfaces. diff --git a/Cantera/python/Cantera/Phase.py b/Cantera/python/Cantera/Phase.py index c5cc1fdba..34b9e6d16 100755 --- a/Cantera/python/Cantera/Phase.py +++ b/Cantera/python/Cantera/Phase.py @@ -10,8 +10,6 @@ import types from Cantera.num import asarray from exceptions import CanteraError -__revision__ = "$Id: Phase.py,v 1.9 2007/05/25 14:17:38 dggoodwin Exp $" - # return true is x is a sequence def _isseq(n, x): try: diff --git a/Cantera/python/Cantera/importFromFile.py b/Cantera/python/Cantera/importFromFile.py index 448d13074..25eb5fba7 100755 --- a/Cantera/python/Cantera/importFromFile.py +++ b/Cantera/python/Cantera/importFromFile.py @@ -8,8 +8,6 @@ import Interface import Edge import XML -__revision__ = "$Id: importFromFile.py,v 1.12 2007/02/17 10:48:09 dggoodwin Exp $" - def importPhase(file, name = '', loglevel = 0, debug = 0): """Import one phase from an input file. If 'name' is specified, the phase definition with this name will be imported, otherwise the first diff --git a/Cantera/python/ctml_writer.py b/Cantera/python/ctml_writer.py index 1d78f79cd..94fd7c448 100644 --- a/Cantera/python/ctml_writer.py +++ b/Cantera/python/ctml_writer.py @@ -13,10 +13,6 @@ # python ctml_writer.py infile.cti # # This will produce CTML file 'infile.xml' -# -# - -# $Id: ctml_writer.py,v 1.25 2007/12/30 04:19:38 dggoodwin Exp $ import string diff --git a/Cantera/python/src/ctkinetics_methods.cpp b/Cantera/python/src/ctkinetics_methods.cpp index 45cd77c19..f61d77d2e 100644 --- a/Cantera/python/src/ctkinetics_methods.cpp +++ b/Cantera/python/src/ctkinetics_methods.cpp @@ -2,12 +2,6 @@ * @file ctkinetics_methods.cpp * */ - -/* - * $Id: ctkinetics_methods.cpp,v 1.8 2009/04/19 21:03:10 hkmoffa Exp $ - */ - - static PyObject* kin_newFromXML(PyObject *self, PyObject *args) { int mxml, iphase, neighbor1, neighbor2, neighbor3, neighbor4; diff --git a/Cantera/python/src/ctonedim_methods.cpp b/Cantera/python/src/ctonedim_methods.cpp index 397419f1d..4f28ed86f 100644 --- a/Cantera/python/src/ctonedim_methods.cpp +++ b/Cantera/python/src/ctonedim_methods.cpp @@ -1,10 +1,4 @@ -/* - * $Id: ctonedim_methods.cpp,v 1.12 2009/03/24 19:13:02 hkmoffa Exp $ - */ - - - #include static PyObject * diff --git a/Cantera/src/base/Array.h b/Cantera/src/base/Array.h index bde5f28c6..1a37d2cb6 100644 --- a/Cantera/src/base/Array.h +++ b/Cantera/src/base/Array.h @@ -2,13 +2,6 @@ * @file Array.h * Header file for class Array2D */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/base/LogPrintCtrl.cpp b/Cantera/src/base/LogPrintCtrl.cpp index 34cef0ba6..cbbde9d32 100644 --- a/Cantera/src/base/LogPrintCtrl.cpp +++ b/Cantera/src/base/LogPrintCtrl.cpp @@ -3,11 +3,6 @@ * Declarations for a simple class that augments the logfile printing capabilities * (see \ref Cantera::LogPrintCtrl). */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/base/LogPrintCtrl.h b/Cantera/src/base/LogPrintCtrl.h index 889298e2b..e68b6f748 100644 --- a/Cantera/src/base/LogPrintCtrl.h +++ b/Cantera/src/base/LogPrintCtrl.h @@ -3,10 +3,6 @@ * Declarations for a simple class that augments the logfile printing capabilities * (see \ref Cantera::LogPrintCtrl). */ -/* - * $Revision$ - * $Date$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/base/PrintCtrl.cpp b/Cantera/src/base/PrintCtrl.cpp index 973b248b2..3883c7477 100644 --- a/Cantera/src/base/PrintCtrl.cpp +++ b/Cantera/src/base/PrintCtrl.cpp @@ -3,11 +3,6 @@ * Definitions for a simple class that augments the streams printing capabilities * (see \ref Cantera::PrintCtrl). */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/base/PrintCtrl.h b/Cantera/src/base/PrintCtrl.h index cce65457f..89245eb36 100644 --- a/Cantera/src/base/PrintCtrl.h +++ b/Cantera/src/base/PrintCtrl.h @@ -3,10 +3,6 @@ * Declarations for a simple class that augments the streams printing capabilities * (see \ref Cantera::PrintCtrl). */ -/* - * $Revision$ - * $Date$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/base/checkFinite.cpp b/Cantera/src/base/checkFinite.cpp index be4fa224d..3ea139ce4 100644 --- a/Cantera/src/base/checkFinite.cpp +++ b/Cantera/src/base/checkFinite.cpp @@ -3,10 +3,6 @@ * Declarations for Multi Dimensional Pointer (mdp) routines that * check for the presence of NaNs in the code. */ -/* - * $Revision$ - * $Date$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/base/clockWC.cpp b/Cantera/src/base/clockWC.cpp index 7b7bd7936..dc4c7397b 100644 --- a/Cantera/src/base/clockWC.cpp +++ b/Cantera/src/base/clockWC.cpp @@ -3,11 +3,6 @@ * Definitions for a simple class that implements an Ansi C wall clock timer * (see \ref Cantera::clockWC). */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/base/clockWC.h b/Cantera/src/base/clockWC.h index 8d3ad1654..bec0621b6 100644 --- a/Cantera/src/base/clockWC.h +++ b/Cantera/src/base/clockWC.h @@ -3,11 +3,6 @@ * Declarations for a simple class that implements an Ansi C wall clock timer * (see \ref Cantera::clockWC). */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/base/ct2ctml.cpp b/Cantera/src/base/ct2ctml.cpp index e3ac5eb37..62c291842 100644 --- a/Cantera/src/base/ct2ctml.cpp +++ b/Cantera/src/base/ct2ctml.cpp @@ -3,12 +3,6 @@ * Driver for the system call to the python executable that converts * cti files to ctml files (see \ref inputfiles). */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001-2005 California Institute of Technology // turn off warnings under Windows diff --git a/Cantera/src/base/ct_defs.h b/Cantera/src/base/ct_defs.h index 1930ba377..325747977 100644 --- a/Cantera/src/base/ct_defs.h +++ b/Cantera/src/base/ct_defs.h @@ -8,12 +8,6 @@ * All physical constants are stored here. * The module physConstants is defined here. */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/base/ctexceptions.h b/Cantera/src/base/ctexceptions.h index 1c29cbd36..1050da8bf 100644 --- a/Cantera/src/base/ctexceptions.h +++ b/Cantera/src/base/ctexceptions.h @@ -4,12 +4,6 @@ * thrown when %Cantera experiences an error condition * (also contains errorhandling module text - see \ref errorhandling). */ - -/* - * $Date$ - * $Revision$ - */ - // Copyright 2001 California Institute of Technology #ifndef CT_CTEXCEPTIONS_H diff --git a/Cantera/src/base/ctml.cpp b/Cantera/src/base/ctml.cpp index f287ed95f..ed38248cc 100644 --- a/Cantera/src/base/ctml.cpp +++ b/Cantera/src/base/ctml.cpp @@ -3,12 +3,6 @@ * Definitions for functions to read and write CTML. * */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2002 California Institute of Technology diff --git a/Cantera/src/base/ctml.h b/Cantera/src/base/ctml.h index 85d6f8a3b..8096a8f4c 100644 --- a/Cantera/src/base/ctml.h +++ b/Cantera/src/base/ctml.h @@ -4,12 +4,6 @@ * to store data. These functions read and write it. * (see \ref inputfiles and importCTML, ck2ctml) */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2002 California Institute of Technology #ifndef CT_CTML_H diff --git a/Cantera/src/base/global.h b/Cantera/src/base/global.h index c0386d8fc..416dc4b48 100644 --- a/Cantera/src/base/global.h +++ b/Cantera/src/base/global.h @@ -15,12 +15,6 @@ * - textlogs (see \ref textlogs) * - HTML_logs (see \ref HTML_logs) */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology #ifndef CT_GLOBAL_H diff --git a/Cantera/src/base/logger.h b/Cantera/src/base/logger.h index d4b508aa3..22e6821f0 100644 --- a/Cantera/src/base/logger.h +++ b/Cantera/src/base/logger.h @@ -3,10 +3,6 @@ * Header for Base class for 'loggers' that write text messages to log files * (see \ref textlogs and class \link Cantera::Logger Logger\endlink). */ -/* - * $Id$ - */ - #ifndef CT_LOGGER_H #define CT_LOGGER_H diff --git a/Cantera/src/base/mdp_allo.cpp b/Cantera/src/base/mdp_allo.cpp index d650ed919..a390e2978 100644 --- a/Cantera/src/base/mdp_allo.cpp +++ b/Cantera/src/base/mdp_allo.cpp @@ -2,10 +2,6 @@ * @file mdp_allo.cpp * Definitions for dynamic allocation of multidimensional pointer arrays */ -/* - * $Revision$ - * $Date$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/base/mdp_allo.h b/Cantera/src/base/mdp_allo.h index ef41f9b95..48bc3a547 100644 --- a/Cantera/src/base/mdp_allo.h +++ b/Cantera/src/base/mdp_allo.h @@ -4,10 +4,6 @@ * allow for dimensioning of arbitrarily dimensioned pointer arrays using * one call. */ -/* - * $Revision$ - * $Date$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/base/misc.cpp b/Cantera/src/base/misc.cpp index a498df529..a2066ed8d 100644 --- a/Cantera/src/base/misc.cpp +++ b/Cantera/src/base/misc.cpp @@ -9,10 +9,6 @@ * logs * HTML_logs */ -/* - * $Id$ - */ - #ifdef WIN32 #pragma warning(disable:4786) #pragma warning(disable:4503) diff --git a/Cantera/src/base/plots.cpp b/Cantera/src/base/plots.cpp index fe093e030..b61dcbfb8 100644 --- a/Cantera/src/base/plots.cpp +++ b/Cantera/src/base/plots.cpp @@ -1,12 +1,6 @@ /** * @file plots.cpp */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2002 California Institute of Technology diff --git a/Cantera/src/base/plots.h b/Cantera/src/base/plots.h index 5c2a0a186..a0069135e 100644 --- a/Cantera/src/base/plots.h +++ b/Cantera/src/base/plots.h @@ -3,12 +3,6 @@ * Contains declarations for utility functions for * outputing to plotting programs. */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology #ifndef CT_PLOTS_H diff --git a/Cantera/src/base/stringUtils.cpp b/Cantera/src/base/stringUtils.cpp index 3ab2a477a..1603b987f 100644 --- a/Cantera/src/base/stringUtils.cpp +++ b/Cantera/src/base/stringUtils.cpp @@ -3,11 +3,6 @@ * Contains definitions for string manipulation functions * within Cantera. */ - -/* - * $Id$ - */ - // Copyright 2001 California Institute of Technology //@{ diff --git a/Cantera/src/base/stringUtils.h b/Cantera/src/base/stringUtils.h index 4dc6c7dbf..41be1ce18 100644 --- a/Cantera/src/base/stringUtils.h +++ b/Cantera/src/base/stringUtils.h @@ -3,12 +3,6 @@ * Contains declarations for string manipulation functions * within Cantera. */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology #ifndef CT_STRINGUTILS_H diff --git a/Cantera/src/base/units.h b/Cantera/src/base/units.h index 2a6a68e33..37309c8a6 100644 --- a/Cantera/src/base/units.h +++ b/Cantera/src/base/units.h @@ -6,9 +6,6 @@ * * This header is included only by file misc.cpp. */ -/* - * $Id$ - */ // Copyright 2002 California Institute of Technology #ifndef CT_UNITS_H diff --git a/Cantera/src/base/utilities.h b/Cantera/src/base/utilities.h index 19aead0a4..be8e3be5c 100644 --- a/Cantera/src/base/utilities.h +++ b/Cantera/src/base/utilities.h @@ -5,10 +5,6 @@ */ // Copyright 2001 California Institute of Technology -/* - * $Id$ - - */ /** * @defgroup utils Templated Utility Functions * diff --git a/Cantera/src/base/vec_functions.h b/Cantera/src/base/vec_functions.h index c3b14fff1..d7c2e7a53 100644 --- a/Cantera/src/base/vec_functions.h +++ b/Cantera/src/base/vec_functions.h @@ -3,11 +3,7 @@ * Templates for operations on vector-like objects. */ /* - * $Date$ - * $Revision$ - * * Copyright 2001 California Institute of Technology - * */ #ifndef CT_VEC_FUNCTIONS_H diff --git a/Cantera/src/base/xml.cpp b/Cantera/src/base/xml.cpp index 927f36a04..662911a5a 100644 --- a/Cantera/src/base/xml.cpp +++ b/Cantera/src/base/xml.cpp @@ -4,12 +4,6 @@ * implement only those aspects of XML required to read, write, and * manipulate CTML data files. */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/base/xml.h b/Cantera/src/base/xml.h index f3063ba9f..5112927a2 100644 --- a/Cantera/src/base/xml.h +++ b/Cantera/src/base/xml.h @@ -4,12 +4,6 @@ * implement only those aspects of XML required to read, write, and * manipulate CTML data files. */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology #ifndef CT_XML_H diff --git a/Cantera/src/converters/CKParser.cpp b/Cantera/src/converters/CKParser.cpp index b51b408ea..b91385e7d 100755 --- a/Cantera/src/converters/CKParser.cpp +++ b/Cantera/src/converters/CKParser.cpp @@ -4,8 +4,6 @@ */ // Copyright 2001 California Institute of Technology -// -// $Id$ // turn off warnings about truncating long names under Windows #ifdef WIN32 diff --git a/Cantera/src/converters/NASA9Parser.cpp b/Cantera/src/converters/NASA9Parser.cpp index cb4f7069a..6b329d499 100644 --- a/Cantera/src/converters/NASA9Parser.cpp +++ b/Cantera/src/converters/NASA9Parser.cpp @@ -4,10 +4,6 @@ */ // Copyright 2001 California Institute of Technology -// -// $Id$ -// - #include #include diff --git a/Cantera/src/converters/Species.h b/Cantera/src/converters/Species.h index 9b82c7d3a..ca5d9b24e 100755 --- a/Cantera/src/converters/Species.h +++ b/Cantera/src/converters/Species.h @@ -2,9 +2,6 @@ * @file Species.h * */ -/* - * $Id$ - */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/converters/ck2ct.cpp b/Cantera/src/converters/ck2ct.cpp index ee108d53d..32172dc62 100644 --- a/Cantera/src/converters/ck2ct.cpp +++ b/Cantera/src/converters/ck2ct.cpp @@ -2,10 +2,6 @@ * @file ck2ct.cpp * Convert CK-format reaction mechanism files to Cantera input format. */ -/* - * $Id$ - * - */ #ifdef WIN32 #pragma warning(disable:4786) #pragma warning(disable:4503) diff --git a/Cantera/src/equil/BasisOptimize.cpp b/Cantera/src/equil/BasisOptimize.cpp index b98d36ff4..3a1da8df9 100644 --- a/Cantera/src/equil/BasisOptimize.cpp +++ b/Cantera/src/equil/BasisOptimize.cpp @@ -3,11 +3,6 @@ * Functions which calculation optimized basis of the * stoichiometric coefficient matrix (see /ref equil functions) */ - -/* - * $Id$ - */ - #include "ct_defs.h" #include "global.h" #include "ThermoPhase.h" diff --git a/Cantera/src/equil/ChemEquil.cpp b/Cantera/src/equil/ChemEquil.cpp index f1af6a8a5..c25a09275 100755 --- a/Cantera/src/equil/ChemEquil.cpp +++ b/Cantera/src/equil/ChemEquil.cpp @@ -1,18 +1,10 @@ /** - * * @file ChemEquil.cpp * Chemical equilibrium. Implementation file for class * ChemEquil. */ - /* - * - * - * $Id$ - * - * Copyright 2001 California Institute of Technology - * - */ +// Copyright 2001 California Institute of Technology #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/equil/ChemEquil.h b/Cantera/src/equil/ChemEquil.h index f39244292..430e04475 100755 --- a/Cantera/src/equil/ChemEquil.h +++ b/Cantera/src/equil/ChemEquil.h @@ -2,13 +2,9 @@ * @file ChemEquil.h * * Chemical equilibrium. - * - * $Author$ - * $Date$ - * $Revision$ - * + */ +/* * Copyright 2001 California Institute of Technology - * */ diff --git a/Cantera/src/equil/MultiPhase.cpp b/Cantera/src/equil/MultiPhase.cpp index 81dcb4865..f5edb7c1d 100644 --- a/Cantera/src/equil/MultiPhase.cpp +++ b/Cantera/src/equil/MultiPhase.cpp @@ -3,12 +3,6 @@ * Definitions for the \link Cantera::MultiPhase MultiPhase\endlink * object that is used to set up multiphase equilibrium problems (see \ref equilfunctions). */ -/* - * - * $Date$ - * $Revision$ - */ - #include "MultiPhase.h" #include "MultiPhaseEquil.h" diff --git a/Cantera/src/equil/MultiPhase.h b/Cantera/src/equil/MultiPhase.h index 516dfbc31..616becf90 100644 --- a/Cantera/src/equil/MultiPhase.h +++ b/Cantera/src/equil/MultiPhase.h @@ -3,12 +3,6 @@ * Headers for the \link Cantera::MultiPhase MultiPhase\endlink * object that is used to set up multiphase equilibrium problems (see \ref equilfunctions). */ - -/* - * $Date$ - * $Revision$ - */ - // Copyright 2004 California Institute of Technology diff --git a/Cantera/src/equil/MultiPhaseEquil.cpp b/Cantera/src/equil/MultiPhaseEquil.cpp index 0d70eaae5..5db25c3ba 100644 --- a/Cantera/src/equil/MultiPhaseEquil.cpp +++ b/Cantera/src/equil/MultiPhaseEquil.cpp @@ -1,10 +1,6 @@ /** * @file MultiPhaseEquil.cpp */ -/* - * $Id$ - */ - #include "MultiPhaseEquil.h" #include "MultiPhase.h" #ifdef WITH_ELECTROLYTES diff --git a/Cantera/src/equil/PropertyCalculator.h b/Cantera/src/equil/PropertyCalculator.h index cb37cbcbb..2153e2cc3 100755 --- a/Cantera/src/equil/PropertyCalculator.h +++ b/Cantera/src/equil/PropertyCalculator.h @@ -1,9 +1,5 @@ /** * @file PropertyCalculator.h - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/equil/equil.h b/Cantera/src/equil/equil.h index 937b70a4a..5c4748f23 100644 --- a/Cantera/src/equil/equil.h +++ b/Cantera/src/equil/equil.h @@ -1,9 +1,3 @@ -/*********************************************************************** - * $RCSfile: equil.h,v $ - * $Author$ - * $Date$ - * $Revision$ - ***********************************************************************/ // Copyright 2001 California Institute of Technology /** diff --git a/Cantera/src/equil/equilibrate.cpp b/Cantera/src/equil/equilibrate.cpp index 2efdb336f..1d7574f27 100644 --- a/Cantera/src/equil/equilibrate.cpp +++ b/Cantera/src/equil/equilibrate.cpp @@ -3,9 +3,6 @@ * Driver routines for the chemical equilibrium solvers. * */ -/* - * $Id$ - */ #include "equil.h" #include "ChemEquil.h" #include "MultiPhaseEquil.h" diff --git a/Cantera/src/equil/vcs_DoubleStarStar.cpp b/Cantera/src/equil/vcs_DoubleStarStar.cpp index 4a95e111b..d07c0d731 100644 --- a/Cantera/src/equil/vcs_DoubleStarStar.cpp +++ b/Cantera/src/equil/vcs_DoubleStarStar.cpp @@ -3,13 +3,6 @@ * * Header file for class DoubleStarStar */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - #include "vcs_DoubleStarStar.h" namespace VCSnonideal { diff --git a/Cantera/src/equil/vcs_DoubleStarStar.h b/Cantera/src/equil/vcs_DoubleStarStar.h index 79db395ea..172140f9a 100644 --- a/Cantera/src/equil/vcs_DoubleStarStar.h +++ b/Cantera/src/equil/vcs_DoubleStarStar.h @@ -3,13 +3,6 @@ * * Header file for class DoubleStarStar */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - #ifndef VCS_DOUBLESTARSTAR_H #define VCS_DOUBLESTARSTAR_H diff --git a/Cantera/src/equil/vcs_Exception.h b/Cantera/src/equil/vcs_Exception.h index c08216868..6350c83ce 100644 --- a/Cantera/src/equil/vcs_Exception.h +++ b/Cantera/src/equil/vcs_Exception.h @@ -1,9 +1,6 @@ /** * @file vcs_Exception.h */ -/* - * $Id$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_Gibbs.cpp b/Cantera/src/equil/vcs_Gibbs.cpp index f427da1a3..a88349c81 100644 --- a/Cantera/src/equil/vcs_Gibbs.cpp +++ b/Cantera/src/equil/vcs_Gibbs.cpp @@ -2,10 +2,6 @@ * @file vcs_Gibbs.cpp * Functions which calculate the extrinsic Gibbs Free energies */ -/* - * $Id$ - */ - /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_IntStarStar.cpp b/Cantera/src/equil/vcs_IntStarStar.cpp index 772ade325..ec9af13b0 100644 --- a/Cantera/src/equil/vcs_IntStarStar.cpp +++ b/Cantera/src/equil/vcs_IntStarStar.cpp @@ -3,13 +3,6 @@ * * Header file for class IntStarStar */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - #include "vcs_IntStarStar.h" namespace VCSnonideal { diff --git a/Cantera/src/equil/vcs_IntStarStar.h b/Cantera/src/equil/vcs_IntStarStar.h index 653f42bb7..0709d8f89 100644 --- a/Cantera/src/equil/vcs_IntStarStar.h +++ b/Cantera/src/equil/vcs_IntStarStar.h @@ -3,13 +3,6 @@ * * Header file for class IntStarStar */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - #ifndef VCS_INTSTARSTAR_H #define VCS_INTSTARSTAR_H diff --git a/Cantera/src/equil/vcs_MultiPhaseEquil.cpp b/Cantera/src/equil/vcs_MultiPhaseEquil.cpp index 9d8863917..c1769ed85 100644 --- a/Cantera/src/equil/vcs_MultiPhaseEquil.cpp +++ b/Cantera/src/equil/vcs_MultiPhaseEquil.cpp @@ -2,9 +2,6 @@ * @file vcs_MultiPhaseEquil.cpp * Driver routine for the VCSnonideal equilibrium solver package */ -/* - * $Id$ - */ /* * Copywrite (2006) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_MultiPhaseEquil.h b/Cantera/src/equil/vcs_MultiPhaseEquil.h index 3b35973a4..21e21a4db 100644 --- a/Cantera/src/equil/vcs_MultiPhaseEquil.h +++ b/Cantera/src/equil/vcs_MultiPhaseEquil.h @@ -2,14 +2,6 @@ * @file vcs_MultiPhaseEquil.h * Interface class for the vcsnonlinear solver */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - - #ifndef VCS_MULTIPHASEEQUIL_H #define VCS_MULTIPHASEEQUIL_H diff --git a/Cantera/src/equil/vcs_SpeciesProperties.cpp b/Cantera/src/equil/vcs_SpeciesProperties.cpp index c5985ea31..3a43c7549 100644 --- a/Cantera/src/equil/vcs_SpeciesProperties.cpp +++ b/Cantera/src/equil/vcs_SpeciesProperties.cpp @@ -1,10 +1,6 @@ /** * @file vcs_SpeciesProperties.cpp */ -/* - * $Id $ - */ - #include "vcs_defs.h" #include "vcs_SpeciesProperties.h" #include "vcs_VolPhase.h" diff --git a/Cantera/src/equil/vcs_SpeciesProperties.h b/Cantera/src/equil/vcs_SpeciesProperties.h index 7a3457a6d..793c1dffc 100644 --- a/Cantera/src/equil/vcs_SpeciesProperties.h +++ b/Cantera/src/equil/vcs_SpeciesProperties.h @@ -1,6 +1,4 @@ -/* $Id$ */ - #ifndef VCS_SPECIES_PROPERTIES_H #define VCS_SPECIES_PROPERTIES_H diff --git a/Cantera/src/equil/vcs_TP.cpp b/Cantera/src/equil/vcs_TP.cpp index 83f3e3248..d97b787cc 100644 --- a/Cantera/src/equil/vcs_TP.cpp +++ b/Cantera/src/equil/vcs_TP.cpp @@ -1,13 +1,3 @@ -/* ======================================================================= */ -/* -------------------------------------------------- */ -/* | RCS Head Information on zuzax.pchem.sandia.gov | */ -/* -------------------------------------------------- */ -/* $RCSfile: vcs_TP.cpp,v $ */ -/* $Author$ */ -/* $Date$ */ -/* $Revision$ */ -/* ======================================================================= */ - #include "vcs_solve.h" #include "vcs_internal.h" #include "vcs_species_thermo.h" diff --git a/Cantera/src/equil/vcs_VolPhase.cpp b/Cantera/src/equil/vcs_VolPhase.cpp index 760f919ff..15c4039db 100644 --- a/Cantera/src/equil/vcs_VolPhase.cpp +++ b/Cantera/src/equil/vcs_VolPhase.cpp @@ -1,9 +1,6 @@ /** * @file vcs_VolPhase.cpp */ - -/* $Id$ */ - /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_VolPhase.h b/Cantera/src/equil/vcs_VolPhase.h index 808558a16..bea697bcf 100644 --- a/Cantera/src/equil/vcs_VolPhase.h +++ b/Cantera/src/equil/vcs_VolPhase.h @@ -2,9 +2,6 @@ * @file vcs_VolPhase.h * Header for the object representing each phase within vcs */ -/* - * $Id$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_defs.h b/Cantera/src/equil/vcs_defs.h index 056859ff6..980c63bdc 100644 --- a/Cantera/src/equil/vcs_defs.h +++ b/Cantera/src/equil/vcs_defs.h @@ -2,10 +2,6 @@ * @file vcs_defs.h * Defines and definitions within the vcs package */ -/* - * $Id$ - */ - /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_elem.cpp b/Cantera/src/equil/vcs_elem.cpp index 0d6d37ef8..6e2f2a2f9 100644 --- a/Cantera/src/equil/vcs_elem.cpp +++ b/Cantera/src/equil/vcs_elem.cpp @@ -4,10 +4,6 @@ * element abundances constraints and the algorithm for fixing violations * of the element abundances constraints. */ -/* - * $Id$ - */ - #include "vcs_solve.h" #include "vcs_internal.h" #include "math.h" diff --git a/Cantera/src/equil/vcs_elem_rearrange.cpp b/Cantera/src/equil/vcs_elem_rearrange.cpp index 95e94feaa..69753cfd0 100644 --- a/Cantera/src/equil/vcs_elem_rearrange.cpp +++ b/Cantera/src/equil/vcs_elem_rearrange.cpp @@ -3,10 +3,6 @@ * Contains implementations for rearranging the element columns, and * it contains the algorithm for choosing the rearrangement. */ -/* $Author$ - * $Date$ - * $Revision$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_equilibrate.cpp b/Cantera/src/equil/vcs_equilibrate.cpp index ed46e6c14..c7574641c 100644 --- a/Cantera/src/equil/vcs_equilibrate.cpp +++ b/Cantera/src/equil/vcs_equilibrate.cpp @@ -2,10 +2,6 @@ * @file vcs_equilibrate.cpp * Driver routines for equilibrium solvers */ -/* - * - * $Id$ - */ /* * Copywrite (2006) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_inest.cpp b/Cantera/src/equil/vcs_inest.cpp index f071a044a..6f2d4dff7 100644 --- a/Cantera/src/equil/vcs_inest.cpp +++ b/Cantera/src/equil/vcs_inest.cpp @@ -2,11 +2,6 @@ * @file vcs_inest.cpp * Implementation methods for obtaining a good initial guess */ -/* $Author$ - * $Date$ - * $Revision$ - */ - /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_internal.h b/Cantera/src/equil/vcs_internal.h index b816240e2..269520c3f 100644 --- a/Cantera/src/equil/vcs_internal.h +++ b/Cantera/src/equil/vcs_internal.h @@ -2,10 +2,6 @@ * @file vcs_internal.h * Internal declarations for the VCSnonideal package */ -/* - * $Id$ - */ - /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_linmaxc.cpp b/Cantera/src/equil/vcs_linmaxc.cpp index 813324eb7..cfd65b2c7 100644 --- a/Cantera/src/equil/vcs_linmaxc.cpp +++ b/Cantera/src/equil/vcs_linmaxc.cpp @@ -1,7 +1,3 @@ -/* $Author$ - * $Date$ - * $Revision$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_nondim.cpp b/Cantera/src/equil/vcs_nondim.cpp index 16d44448d..bd01b84fc 100644 --- a/Cantera/src/equil/vcs_nondim.cpp +++ b/Cantera/src/equil/vcs_nondim.cpp @@ -2,9 +2,6 @@ * @file vcs_nondim.cpp * Nondimensionalization routines within VCSnonideal */ -/* - * $Id$ - */ /* * Copywrite (2007) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_phaseStability.cpp b/Cantera/src/equil/vcs_phaseStability.cpp index a0a560abf..57219a4b5 100644 --- a/Cantera/src/equil/vcs_phaseStability.cpp +++ b/Cantera/src/equil/vcs_phaseStability.cpp @@ -1,10 +1,3 @@ -/* ======================================================================= */ -/* $RCSfile: vcs_phaseStability.cpp,v $ */ -/* $Date$ */ -/* $Revision$ */ -/* ======================================================================= */ - - #include "vcs_solve.h" #include "vcs_internal.h" #include "vcs_species_thermo.h" diff --git a/Cantera/src/equil/vcs_prep.cpp b/Cantera/src/equil/vcs_prep.cpp index 5579f2211..b086e15cd 100644 --- a/Cantera/src/equil/vcs_prep.cpp +++ b/Cantera/src/equil/vcs_prep.cpp @@ -3,10 +3,6 @@ * This file contains some prepatory functions. */ -/* $RCSfile: vcs_prep.cpp,v $ */ -/* $Author$ */ -/* $Date$ */ -/* $Revision$ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_prob.cpp b/Cantera/src/equil/vcs_prob.cpp index 6d1891b4c..c4e0818de 100644 --- a/Cantera/src/equil/vcs_prob.cpp +++ b/Cantera/src/equil/vcs_prob.cpp @@ -3,11 +3,6 @@ * Implementation for the Interface class for the vcs thermo * equilibrium solver package, */ - -/* - * $Id$ - */ - /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_prob.h b/Cantera/src/equil/vcs_prob.h index 70905a50b..76f9e61f0 100644 --- a/Cantera/src/equil/vcs_prob.h +++ b/Cantera/src/equil/vcs_prob.h @@ -2,10 +2,6 @@ * @file vcs_prob.h * Header for the Interface class for the vcs thermo equilibrium solver package, */ - -/* - * $Id$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_rearrange.cpp b/Cantera/src/equil/vcs_rearrange.cpp index e12310c55..f9a560c83 100644 --- a/Cantera/src/equil/vcs_rearrange.cpp +++ b/Cantera/src/equil/vcs_rearrange.cpp @@ -2,9 +2,6 @@ * @file vcs_rearrange.c * implementation file for rearranging species. */ -/* - * $Id$ - */ /* * Copywrite (2007) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_report.cpp b/Cantera/src/equil/vcs_report.cpp index 94dde2c62..b53c31734 100644 --- a/Cantera/src/equil/vcs_report.cpp +++ b/Cantera/src/equil/vcs_report.cpp @@ -1,6 +1,3 @@ -/* - * $Id$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_root1d.cpp b/Cantera/src/equil/vcs_root1d.cpp index bb8116b96..e5707cfdc 100644 --- a/Cantera/src/equil/vcs_root1d.cpp +++ b/Cantera/src/equil/vcs_root1d.cpp @@ -2,9 +2,6 @@ * @file vcs_root1d.cpp * Code for a one dimensional root finder program. */ -/* - * $Id$ - */ /* * Copywrite (2006) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_rxnadj.cpp b/Cantera/src/equil/vcs_rxnadj.cpp index 0a4983045..e7a49045a 100644 --- a/Cantera/src/equil/vcs_rxnadj.cpp +++ b/Cantera/src/equil/vcs_rxnadj.cpp @@ -2,9 +2,6 @@ * @file vcs_rxnadj.cpp * Routines for carrying out various adjustments to the reaction steps */ -/* - * $Id$ - */ /* * Copywrite (2006) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_setMolesLinProg.cpp b/Cantera/src/equil/vcs_setMolesLinProg.cpp index 425600cae..7cc5c15c7 100644 --- a/Cantera/src/equil/vcs_setMolesLinProg.cpp +++ b/Cantera/src/equil/vcs_setMolesLinProg.cpp @@ -2,9 +2,6 @@ * @file vcs_setMolesLinProg.cpp * */ -/* - * $Id$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_solve.cpp b/Cantera/src/equil/vcs_solve.cpp index 108d1dcbc..da22ee190 100644 --- a/Cantera/src/equil/vcs_solve.cpp +++ b/Cantera/src/equil/vcs_solve.cpp @@ -2,9 +2,6 @@ * @file vcs_solve.h * Header file for the internal class that holds the problem. */ -/* - * $Id$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_solve.h b/Cantera/src/equil/vcs_solve.h index 64acf7ee0..fab5e8bf6 100644 --- a/Cantera/src/equil/vcs_solve.h +++ b/Cantera/src/equil/vcs_solve.h @@ -2,9 +2,6 @@ * @file vcs_solve.h * Header file for the internal object that holds the problem */ -/* - * $Id$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_solve_TP.cpp b/Cantera/src/equil/vcs_solve_TP.cpp index 5d8bae98b..010918483 100644 --- a/Cantera/src/equil/vcs_solve_TP.cpp +++ b/Cantera/src/equil/vcs_solve_TP.cpp @@ -2,9 +2,6 @@ * @file vcs_solve_TP.cpp Implementation file that contains the * main algorithm for finding an equilibrium */ -/* - * $Id$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_species_thermo.cpp b/Cantera/src/equil/vcs_species_thermo.cpp index 1a33fcf80..74ad9d4b0 100644 --- a/Cantera/src/equil/vcs_species_thermo.cpp +++ b/Cantera/src/equil/vcs_species_thermo.cpp @@ -2,9 +2,6 @@ * @file vcs_species_thermo.cpp * Implementation for the VCS_SPECIES_THERMO object. */ -/* - * $Id$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_species_thermo.h b/Cantera/src/equil/vcs_species_thermo.h index 268b9731f..cb98f2e45 100644 --- a/Cantera/src/equil/vcs_species_thermo.h +++ b/Cantera/src/equil/vcs_species_thermo.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_util.cpp b/Cantera/src/equil/vcs_util.cpp index ae34e3a12..07a5355ab 100644 --- a/Cantera/src/equil/vcs_util.cpp +++ b/Cantera/src/equil/vcs_util.cpp @@ -2,9 +2,6 @@ * @file vcs_util.cpp * Internal definitions for utility functions for the VCSnonideal package */ -/* - * $Id$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/equil/vcs_xerror.c b/Cantera/src/equil/vcs_xerror.c index 32b0dd269..fb2def5cf 100644 --- a/Cantera/src/equil/vcs_xerror.c +++ b/Cantera/src/equil/vcs_xerror.c @@ -17,15 +17,6 @@ static integer c__2 = 2; static integer c__1 = 1; -/* ======================================================================= */ -/* -------------------------------------------------- */ -/* | CVS Head Information | */ -/* -------------------------------------------------- */ -/* $Author: hkmoffa $ */ -/* $Date: 2008/01/03 21:38:25 $ */ -/* $Revision: 1.1 $ */ -/* ======================================================================= */ - /* Subroutine */ int s88fmt_(integer *n, integer *ivalue, integer *ifmt) { /* Initialized data */ diff --git a/Cantera/src/kinetics/AqueousKinetics.cpp b/Cantera/src/kinetics/AqueousKinetics.cpp index 0559dec2b..645c80e2a 100644 --- a/Cantera/src/kinetics/AqueousKinetics.cpp +++ b/Cantera/src/kinetics/AqueousKinetics.cpp @@ -10,13 +10,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Date$ - * $Revision$ - */ - - - #ifdef WIN32 #pragma warning(disable:4786) #pragma warning(disable:4503) diff --git a/Cantera/src/kinetics/AqueousKinetics.h b/Cantera/src/kinetics/AqueousKinetics.h index a23bc0626..8beeac869 100644 --- a/Cantera/src/kinetics/AqueousKinetics.h +++ b/Cantera/src/kinetics/AqueousKinetics.h @@ -2,15 +2,10 @@ * @file AqueousKinetics.h * * @ingroup chemkinetics - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology - #ifndef CT_AQUEOUSKINETICS_H #define CT_AQUEOUSKINETICS_H diff --git a/Cantera/src/kinetics/EdgeKinetics.h b/Cantera/src/kinetics/EdgeKinetics.h index b19e7b3e6..f57c4cc85 100644 --- a/Cantera/src/kinetics/EdgeKinetics.h +++ b/Cantera/src/kinetics/EdgeKinetics.h @@ -4,12 +4,6 @@ * @ingroup chemkinetics * @ingroup electrochem */ - -/* $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/Enhanced3BConc.h b/Cantera/src/kinetics/Enhanced3BConc.h index 0aa892a64..4530eb8ce 100644 --- a/Cantera/src/kinetics/Enhanced3BConc.h +++ b/Cantera/src/kinetics/Enhanced3BConc.h @@ -1,12 +1,6 @@ /** * @file Enhanced3BConc.h */ - -/* $Author$ - * $Date$ - * $Revision$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/FalloffFactory.cpp b/Cantera/src/kinetics/FalloffFactory.cpp index 23c9b8799..5c505b3db 100644 --- a/Cantera/src/kinetics/FalloffFactory.cpp +++ b/Cantera/src/kinetics/FalloffFactory.cpp @@ -1,12 +1,6 @@ /** * @file FalloffFactory.cpp */ - -/* $Author$ - * $Date$ - * $Revision$ - */ - // Copyright 2001 California Institute of Technology #ifdef WIN32 diff --git a/Cantera/src/kinetics/FalloffFactory.h b/Cantera/src/kinetics/FalloffFactory.h index cbf3a88af..ed0ff3644 100644 --- a/Cantera/src/kinetics/FalloffFactory.h +++ b/Cantera/src/kinetics/FalloffFactory.h @@ -4,12 +4,6 @@ * that implement gas-phase kinetics (GasKinetics, GRI_30_Kinetics) * (see \ref falloffGroup and class \link Cantera::Falloff Falloff\endlink). */ - -/* - * $Date$ - * $Revision$ - */ - // Copyright 2001 California Institute of Technology #ifndef CT_NEWFALLOFF_H diff --git a/Cantera/src/kinetics/FalloffMgr.h b/Cantera/src/kinetics/FalloffMgr.h index a36d7bcce..1fac91155 100644 --- a/Cantera/src/kinetics/FalloffMgr.h +++ b/Cantera/src/kinetics/FalloffMgr.h @@ -1,14 +1,9 @@ /** * @file FalloffMgr.h - * - * $Author$ - * $Date$ - * $Revision$ */ // Copyright 2001 California Institute of Technology - #ifndef CT_FALLOFFMGR_H #define CT_FALLOFFMGR_H diff --git a/Cantera/src/kinetics/GasKinetics.h b/Cantera/src/kinetics/GasKinetics.h index 7dee80dcd..627adbdea 100644 --- a/Cantera/src/kinetics/GasKinetics.h +++ b/Cantera/src/kinetics/GasKinetics.h @@ -2,10 +2,6 @@ * @file GasKinetics.h * * @ingroup chemkinetics - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/Group.cpp b/Cantera/src/kinetics/Group.cpp index 4c58727d0..0305b9503 100644 --- a/Cantera/src/kinetics/Group.cpp +++ b/Cantera/src/kinetics/Group.cpp @@ -2,15 +2,10 @@ * @file Group.cpp * * Implementation file for the Group class used in reaction path analysis. - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology - // reaction path analysis support #ifdef WIN32 diff --git a/Cantera/src/kinetics/Group.h b/Cantera/src/kinetics/Group.h index 82e13b74f..9e4797501 100644 --- a/Cantera/src/kinetics/Group.h +++ b/Cantera/src/kinetics/Group.h @@ -1,12 +1,7 @@ /** * @file Group.h - * - * $Author$ - * $Revision$ - * $Date$ */ - // Copyright 2001 California Institute of Technology #ifndef CT_RXNPATH_GROUP diff --git a/Cantera/src/kinetics/ImplicitSurfChem.cpp b/Cantera/src/kinetics/ImplicitSurfChem.cpp index 8334ae95f..77d7fc5e5 100644 --- a/Cantera/src/kinetics/ImplicitSurfChem.cpp +++ b/Cantera/src/kinetics/ImplicitSurfChem.cpp @@ -4,13 +4,6 @@ * (see \ref kineticsmgr and class * \link Cantera::ImplicitSurfChem ImplicitSurfChem\endlink). */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/ImplicitSurfChem.h b/Cantera/src/kinetics/ImplicitSurfChem.h index 4074f4de5..af44d5356 100644 --- a/Cantera/src/kinetics/ImplicitSurfChem.h +++ b/Cantera/src/kinetics/ImplicitSurfChem.h @@ -4,13 +4,6 @@ * (see \ref kineticsmgr and class * \link Cantera::ImplicitSurfChem ImplicitSurfChem\endlink). */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/InterfaceKinetics.h b/Cantera/src/kinetics/InterfaceKinetics.h index 50ca5dc59..976ca3a7c 100644 --- a/Cantera/src/kinetics/InterfaceKinetics.h +++ b/Cantera/src/kinetics/InterfaceKinetics.h @@ -3,12 +3,6 @@ * * @ingroup chemkinetics */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology #ifndef CT_IFACEKINETICS_H diff --git a/Cantera/src/kinetics/Kinetics.cpp b/Cantera/src/kinetics/Kinetics.cpp index c2338e1e1..abff79310 100644 --- a/Cantera/src/kinetics/Kinetics.cpp +++ b/Cantera/src/kinetics/Kinetics.cpp @@ -6,11 +6,6 @@ * * Kinetics managers calculate rates of progress of species due to homogeneous or heterogeneous kinetics. */ -/* - * $Date$ - * $Revision$ - */ - // Copyright 2001-2004 California Institute of Technology diff --git a/Cantera/src/kinetics/Kinetics.h b/Cantera/src/kinetics/Kinetics.h index 33b63263b..f172bf7e1 100644 --- a/Cantera/src/kinetics/Kinetics.h +++ b/Cantera/src/kinetics/Kinetics.h @@ -3,9 +3,6 @@ * Base class for kinetics managers and also contains the kineticsmgr * module documentation (see \ref kineticsmgr and class * \link Cantera::Kinetics Kinetics\endlink). - * - * $Date$ - * $Revision$ */ // Copyright 2001-2004 California Institute of Technology diff --git a/Cantera/src/kinetics/KineticsFactory.cpp b/Cantera/src/kinetics/KineticsFactory.cpp index 0d811f63e..5e2a90eed 100644 --- a/Cantera/src/kinetics/KineticsFactory.cpp +++ b/Cantera/src/kinetics/KineticsFactory.cpp @@ -1,13 +1,6 @@ /** * @file KineticsFactory.cpp */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/KineticsFactory.h b/Cantera/src/kinetics/KineticsFactory.h index f4336c96d..bc0d706a9 100644 --- a/Cantera/src/kinetics/KineticsFactory.h +++ b/Cantera/src/kinetics/KineticsFactory.h @@ -1,13 +1,6 @@ /** * @file KineticsFactory.h */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/RateCoeffMgr.h b/Cantera/src/kinetics/RateCoeffMgr.h index 792c14617..e22386b6a 100644 --- a/Cantera/src/kinetics/RateCoeffMgr.h +++ b/Cantera/src/kinetics/RateCoeffMgr.h @@ -1,13 +1,6 @@ /** * @file RateCoeffMgr.h */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/ReactionData.h b/Cantera/src/kinetics/ReactionData.h index 5c4f8c466..3004b9e6d 100644 --- a/Cantera/src/kinetics/ReactionData.h +++ b/Cantera/src/kinetics/ReactionData.h @@ -2,12 +2,6 @@ * @file ReactionData.h * */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/ReactionPath.cpp b/Cantera/src/kinetics/ReactionPath.cpp index fc92869da..c7cb13034 100644 --- a/Cantera/src/kinetics/ReactionPath.cpp +++ b/Cantera/src/kinetics/ReactionPath.cpp @@ -2,13 +2,6 @@ * @file ReactionPath.cpp * Implementation file for classes used in reaction path analysis. */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology #ifdef WIN32 diff --git a/Cantera/src/kinetics/ReactionPath.h b/Cantera/src/kinetics/ReactionPath.h index 7cff095e7..3431d8ca7 100644 --- a/Cantera/src/kinetics/ReactionPath.h +++ b/Cantera/src/kinetics/ReactionPath.h @@ -2,15 +2,10 @@ * @file ReactionPath.h * * Classes for reaction path analysis. - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology - #ifndef CT_RXNPATH_H #define CT_RXNPATH_H diff --git a/Cantera/src/kinetics/ReactionStoichMgr.cpp b/Cantera/src/kinetics/ReactionStoichMgr.cpp index 6009a1164..67b5ee1ef 100644 --- a/Cantera/src/kinetics/ReactionStoichMgr.cpp +++ b/Cantera/src/kinetics/ReactionStoichMgr.cpp @@ -5,10 +5,6 @@ /// //------------------------------------------------ -// $Author$ -// $Revision$ -// $Date$ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/kinetics/ReactionStoichMgr.h b/Cantera/src/kinetics/ReactionStoichMgr.h index eba12e5d5..624761c21 100644 --- a/Cantera/src/kinetics/ReactionStoichMgr.h +++ b/Cantera/src/kinetics/ReactionStoichMgr.h @@ -3,13 +3,6 @@ * * Header file declaring class ReactionStoichMgr. */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - #ifndef CT_RXN_STOICH #define CT_RXN_STOICH diff --git a/Cantera/src/kinetics/RxnRates.h b/Cantera/src/kinetics/RxnRates.h index e8b0b5284..8fd083287 100644 --- a/Cantera/src/kinetics/RxnRates.h +++ b/Cantera/src/kinetics/RxnRates.h @@ -2,12 +2,6 @@ * @file RxnRates.h * */ - -/* $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/StoichManager.h b/Cantera/src/kinetics/StoichManager.h index 56327d85a..bb68251c7 100644 --- a/Cantera/src/kinetics/StoichManager.h +++ b/Cantera/src/kinetics/StoichManager.h @@ -1,14 +1,9 @@ /** * @file StoichManager.h - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology - #ifndef CT_STOICH_MGR_H #define CT_STOICH_MGR_H diff --git a/Cantera/src/kinetics/ThirdBodyMgr.h b/Cantera/src/kinetics/ThirdBodyMgr.h index 33ab92c22..3215a0fd2 100644 --- a/Cantera/src/kinetics/ThirdBodyMgr.h +++ b/Cantera/src/kinetics/ThirdBodyMgr.h @@ -1,9 +1,5 @@ /** * @file ThirdBodyMgr.h - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/importKinetics.cpp b/Cantera/src/kinetics/importKinetics.cpp index 267c1b76c..968bd78ca 100644 --- a/Cantera/src/kinetics/importKinetics.cpp +++ b/Cantera/src/kinetics/importKinetics.cpp @@ -9,12 +9,6 @@ * of these routines is to intialize the %Cantera objects with data * from the ctml tree structures. */ - -/* $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2002 California Institute of Technology #ifdef WIN32 diff --git a/Cantera/src/kinetics/importKinetics.h b/Cantera/src/kinetics/importKinetics.h index 404937bc7..3e3ed5cdb 100644 --- a/Cantera/src/kinetics/importKinetics.h +++ b/Cantera/src/kinetics/importKinetics.h @@ -9,13 +9,6 @@ * of these routines is to intialize the %Cantera objects with data * from the ctml tree structures. */ -/* - * $Author$ - * $Revision$ - * $Date$ - * - */ - // Copyright 2002 California Institute of Technology diff --git a/Cantera/src/kinetics/reaction_defs.h b/Cantera/src/kinetics/reaction_defs.h index f709d36a7..c8ef1b588 100644 --- a/Cantera/src/kinetics/reaction_defs.h +++ b/Cantera/src/kinetics/reaction_defs.h @@ -3,13 +3,6 @@ * This file defines some constants used to specify reaction types. */ -/* - * $Author$ - * $Date$ - * $Revision$ - * - */ - // Copyright 2001 California Institute of Technology #ifndef CT_RXN_DEFS_H diff --git a/Cantera/src/kinetics/solveSP.cpp b/Cantera/src/kinetics/solveSP.cpp index 660e1dd05..121dd4494 100644 --- a/Cantera/src/kinetics/solveSP.cpp +++ b/Cantera/src/kinetics/solveSP.cpp @@ -1,9 +1,6 @@ /* * @file: solveSP.cpp Implicit surface site concentration solver */ -/* - * $Id$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/kinetics/solveSP.h b/Cantera/src/kinetics/solveSP.h index d47113175..b34110565 100644 --- a/Cantera/src/kinetics/solveSP.h +++ b/Cantera/src/kinetics/solveSP.h @@ -3,9 +3,6 @@ * Header file for implicit surface problem solver * (see \ref chemkinetics and class \link Cantera::solveSP solveSP\endlink). */ -/* - * $Id$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/numerics/ArrayViewer.h b/Cantera/src/numerics/ArrayViewer.h index 112648530..685f3736a 100755 --- a/Cantera/src/numerics/ArrayViewer.h +++ b/Cantera/src/numerics/ArrayViewer.h @@ -3,13 +3,6 @@ * * Header file for class ArrayViewer */ - -/* $Author$ - * $Revision$ - * $Date$ - * - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/numerics/BandMatrix.h b/Cantera/src/numerics/BandMatrix.h index d3f7fdd3e..ec27dcbb1 100755 --- a/Cantera/src/numerics/BandMatrix.h +++ b/Cantera/src/numerics/BandMatrix.h @@ -3,13 +3,6 @@ * * Banded matrices. */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/numerics/CVodeInt.cpp b/Cantera/src/numerics/CVodeInt.cpp index 658094a5e..020e32a53 100644 --- a/Cantera/src/numerics/CVodeInt.cpp +++ b/Cantera/src/numerics/CVodeInt.cpp @@ -1,7 +1,5 @@ /** * @file CVodeInt.cpp - * - * $Id$ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/numerics/CVodeInt.h b/Cantera/src/numerics/CVodeInt.h index ac1836b1a..19e2d9713 100644 --- a/Cantera/src/numerics/CVodeInt.h +++ b/Cantera/src/numerics/CVodeInt.h @@ -1,12 +1,6 @@ /** * @file CVodeInt.h */ - -/* $Author$ - * $Date$ - * $Revision$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/numerics/CVodesIntegrator.h b/Cantera/src/numerics/CVodesIntegrator.h index 99a0a9cbb..9cfcd1a07 100644 --- a/Cantera/src/numerics/CVodesIntegrator.h +++ b/Cantera/src/numerics/CVodesIntegrator.h @@ -1,12 +1,6 @@ /** * @file CVodesWrapper.h */ - -/* - * $Date$ - * $Revision$ - */ - // Copyright 2005 California Institute of Technology diff --git a/Cantera/src/numerics/DAE_Solver.h b/Cantera/src/numerics/DAE_Solver.h index 4d570cca7..25037090b 100644 --- a/Cantera/src/numerics/DAE_Solver.h +++ b/Cantera/src/numerics/DAE_Solver.h @@ -1,16 +1,11 @@ /** - * * @file DAE_Solver.h * * Header file for class DAE_Solver */ /* - * $Date$ - * $Revision$ - * * Copyright 2006 California Institute of Technology - * */ #undef DAE_DEVEL diff --git a/Cantera/src/numerics/DenseMatrix.h b/Cantera/src/numerics/DenseMatrix.h index 613bb948b..f4bf3a355 100755 --- a/Cantera/src/numerics/DenseMatrix.h +++ b/Cantera/src/numerics/DenseMatrix.h @@ -3,14 +3,6 @@ * * Dense (not sparse) matrices. */ - -/* - * $Author$ - * $Date$ - * $Revision$ - * - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/numerics/Func1.h b/Cantera/src/numerics/Func1.h index fa3e6b23f..f751f25b1 100644 --- a/Cantera/src/numerics/Func1.h +++ b/Cantera/src/numerics/Func1.h @@ -1,9 +1,5 @@ /** * @file Func1.h - * - * $Author$ - * $Date$ - * $Revision$ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/numerics/Integrator.h b/Cantera/src/numerics/Integrator.h index 6b498dc0a..2f3be92c0 100644 --- a/Cantera/src/numerics/Integrator.h +++ b/Cantera/src/numerics/Integrator.h @@ -1,10 +1,5 @@ /** * @file Integrator.h - * - * $Author$ - * $Date$ - * $Revision$ - * */ /** @@ -13,7 +8,6 @@ // Copyright 2001 California Institute of Technology - #ifndef CT_INTEGRATOR_H #define CT_INTEGRATOR_H diff --git a/Cantera/src/numerics/NonlinearSolver.cpp b/Cantera/src/numerics/NonlinearSolver.cpp index caae05959..54e699424 100644 --- a/Cantera/src/numerics/NonlinearSolver.cpp +++ b/Cantera/src/numerics/NonlinearSolver.cpp @@ -4,11 +4,6 @@ * * Damped Newton solver for 0D and 1D problems */ - -/* - * $Date$ - * $Revision$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/numerics/NonlinearSolver.h b/Cantera/src/numerics/NonlinearSolver.h index 420ce23e1..ef2d13c06 100644 --- a/Cantera/src/numerics/NonlinearSolver.h +++ b/Cantera/src/numerics/NonlinearSolver.h @@ -4,11 +4,6 @@ * of equations (see \ref numerics * and class \link Cantera::NonlinearSolver NonlinearSolver\endlink). */ - -/* - * $Date$ - * $Revision$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/numerics/ResidEval.h b/Cantera/src/numerics/ResidEval.h index ec61bd2d2..da4e4409f 100755 --- a/Cantera/src/numerics/ResidEval.h +++ b/Cantera/src/numerics/ResidEval.h @@ -2,10 +2,6 @@ * @file ResidEval.h * */ -/* - * $Date$ - * $Revision$ - */ // Copyright 2006 California Institute of Technology #ifndef CT_RESIDEVAL_H diff --git a/Cantera/src/numerics/ResidJacEval.cpp b/Cantera/src/numerics/ResidJacEval.cpp index 18168c055..97f8bb5ed 100644 --- a/Cantera/src/numerics/ResidJacEval.cpp +++ b/Cantera/src/numerics/ResidJacEval.cpp @@ -2,10 +2,6 @@ * @file ResidJacEval.cpp * */ -/* - * $Revision$ - * $Date$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/numerics/ResidJacEval.h b/Cantera/src/numerics/ResidJacEval.h index daa3bb6aa..fd9a89fc9 100644 --- a/Cantera/src/numerics/ResidJacEval.h +++ b/Cantera/src/numerics/ResidJacEval.h @@ -3,12 +3,6 @@ * * Dense, Square (not sparse) matrices. */ - -/* - * $Date$ - * $Revision$ - * - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/numerics/SquareMatrix.cpp b/Cantera/src/numerics/SquareMatrix.cpp index 8b34c083f..ccf7749ae 100644 --- a/Cantera/src/numerics/SquareMatrix.cpp +++ b/Cantera/src/numerics/SquareMatrix.cpp @@ -2,10 +2,6 @@ * @file DenseMatrix.cpp * */ -/* - * $Revision$ - * $Date$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/numerics/SquareMatrix.h b/Cantera/src/numerics/SquareMatrix.h index d6c767952..d549d8781 100644 --- a/Cantera/src/numerics/SquareMatrix.h +++ b/Cantera/src/numerics/SquareMatrix.h @@ -2,11 +2,6 @@ * @file SquareMatrix.h * Dense, Square (not sparse) matrices. */ - -/* - * $Date$ - * $Revision$ - */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/numerics/ctlapack.h b/Cantera/src/numerics/ctlapack.h index 0b5a6da3a..18d92493b 100755 --- a/Cantera/src/numerics/ctlapack.h +++ b/Cantera/src/numerics/ctlapack.h @@ -1,12 +1,6 @@ /** * @file ctlapack.h */ - -/* $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology. #ifndef CT_CTLAPACK_H diff --git a/Cantera/src/numerics/funcs.cpp b/Cantera/src/numerics/funcs.cpp index 81ce55810..957611dfb 100755 --- a/Cantera/src/numerics/funcs.cpp +++ b/Cantera/src/numerics/funcs.cpp @@ -3,13 +3,8 @@ * numerical functions. */ /* - * $Author$ - * $Date$ - * $Revision$ - * * Copyright 2001-2003 California Institute of Technology * See file License.txt for licensing information - * */ #ifdef WIN32 diff --git a/Cantera/src/numerics/funcs.h b/Cantera/src/numerics/funcs.h index 8774f195e..f514fe2c5 100644 --- a/Cantera/src/numerics/funcs.h +++ b/Cantera/src/numerics/funcs.h @@ -3,13 +3,8 @@ * numerical functions. */ /* - * $Author$ - * $Date$ - * $Revision$ - * * Copyright 2001-2003 California Institute of Technology * See file License.txt for licensing information - * */ #ifndef CT_FUNCS_H #define CT_FUNCS_H diff --git a/Cantera/src/numerics/polyfit.h b/Cantera/src/numerics/polyfit.h index b8436ae34..b6e56233e 100755 --- a/Cantera/src/numerics/polyfit.h +++ b/Cantera/src/numerics/polyfit.h @@ -2,13 +2,8 @@ * @file polyfit.h C interface for Fortran DPOLFT subroutine */ /* - * $Author$ - * $Date$ - * $Revision$ - * * Copyright 2001-2003 California Institute of Technology * See file License.txt for licensing information - * */ #ifndef CT_POLYFIT_H diff --git a/Cantera/src/numerics/sort.cpp b/Cantera/src/numerics/sort.cpp index ed6fc21c4..b7ed25ec9 100755 --- a/Cantera/src/numerics/sort.cpp +++ b/Cantera/src/numerics/sort.cpp @@ -1,7 +1,5 @@ /** * @file sort.cpp - * - * $Id$ */ #ifdef WIN32 diff --git a/Cantera/src/numerics/sort.h b/Cantera/src/numerics/sort.h index e83ab53b0..46db02601 100755 --- a/Cantera/src/numerics/sort.h +++ b/Cantera/src/numerics/sort.h @@ -1,7 +1,5 @@ /** * @file sort.h - * - * $Id$ */ #ifndef CT_SORT_H diff --git a/Cantera/src/oneD/Domain1D.h b/Cantera/src/oneD/Domain1D.h index 4e309aaa8..374129616 100644 --- a/Cantera/src/oneD/Domain1D.h +++ b/Cantera/src/oneD/Domain1D.h @@ -1,12 +1,8 @@ /** * @file Domain1D.h - * - * $Author$ - * $Date$ - * $Revision$ - * + */ +/* * Copyright 2002 California Institute of Technology - * */ #ifndef CT_DOMAIN1D_H diff --git a/Cantera/src/oneD/Inlet1D.h b/Cantera/src/oneD/Inlet1D.h index 309a462a0..4366ff409 100644 --- a/Cantera/src/oneD/Inlet1D.h +++ b/Cantera/src/oneD/Inlet1D.h @@ -2,18 +2,12 @@ * @file Inlet1D.h * * Boundary objects for one-dimensional simulations. - * */ /* - * $Author$ - * $Revision$ - * $Date$ - * * Copyright 2002-3 California Institute of Technology */ - #ifndef CT_BDRY1D_H #define CT_BDRY1D_H diff --git a/Cantera/src/oneD/MultiJac.cpp b/Cantera/src/oneD/MultiJac.cpp index 69003381c..0bbcb6f4b 100644 --- a/Cantera/src/oneD/MultiJac.cpp +++ b/Cantera/src/oneD/MultiJac.cpp @@ -1,17 +1,11 @@ /** - * * @file MultiJac.cpp * * Implementation file for class MultiJac */ /* - * $Author$ - * $Date$ - * $Revision$ - * * Copyright 2002 California Institute of Technology - * */ #ifdef WIN32 diff --git a/Cantera/src/oneD/MultiJac.h b/Cantera/src/oneD/MultiJac.h index a99a24a09..2041cc93d 100644 --- a/Cantera/src/oneD/MultiJac.h +++ b/Cantera/src/oneD/MultiJac.h @@ -1,15 +1,9 @@ /** - * * @file MultiJac.h */ /* - * $Author$ - * $Date$ - * $Revision$ - * * Copyright 2002 California Institute of Technology - * */ #ifndef CT_MULTIJAC_H diff --git a/Cantera/src/oneD/MultiNewton.cpp b/Cantera/src/oneD/MultiNewton.cpp index e85f4da54..a463a2aac 100644 --- a/Cantera/src/oneD/MultiNewton.cpp +++ b/Cantera/src/oneD/MultiNewton.cpp @@ -1,17 +1,11 @@ /** - * * @file MultiNewton.cpp * * Damped Newton solver for 1D multi-domain problems */ /* - * $Author$ - * $Date$ - * $Revision$ - * * Copyright 2001 California Institute of Technology - * */ #ifdef WIN32 diff --git a/Cantera/src/oneD/MultiNewton.h b/Cantera/src/oneD/MultiNewton.h index 8a4298981..afd339f50 100644 --- a/Cantera/src/oneD/MultiNewton.h +++ b/Cantera/src/oneD/MultiNewton.h @@ -1,15 +1,9 @@ /** - * * @file MultiNewton.h */ /* - * $Author$ - * $Date$ - * $Revision$ - * * Copyright 2002 California Institute of Technology - * */ #ifndef CT_MULTINEWTON_H diff --git a/Cantera/src/oneD/StFlow.cpp b/Cantera/src/oneD/StFlow.cpp index 5e12b9ef3..86cdc0e23 100644 --- a/Cantera/src/oneD/StFlow.cpp +++ b/Cantera/src/oneD/StFlow.cpp @@ -1,13 +1,6 @@ /** * @file StFlow.cpp */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2002 California Institute of Technology diff --git a/Cantera/src/oneD/StFlow.h b/Cantera/src/oneD/StFlow.h index c9cb3d482..582ba64db 100644 --- a/Cantera/src/oneD/StFlow.h +++ b/Cantera/src/oneD/StFlow.h @@ -2,13 +2,6 @@ * @file StFlow.h * */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology #ifndef CT_STFLOW_H diff --git a/Cantera/src/oneD/boundaries1D.cpp b/Cantera/src/oneD/boundaries1D.cpp index 67bc98e75..1d3ebc8b0 100644 --- a/Cantera/src/oneD/boundaries1D.cpp +++ b/Cantera/src/oneD/boundaries1D.cpp @@ -1,13 +1,6 @@ /** * @file boundaries1D.cpp */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2002-3 California Institute of Technology // turn off warnings under Windows diff --git a/Cantera/src/thermo/AdsorbateThermo.h b/Cantera/src/thermo/AdsorbateThermo.h index 1d8230ffd..eeeb1dce2 100644 --- a/Cantera/src/thermo/AdsorbateThermo.h +++ b/Cantera/src/thermo/AdsorbateThermo.h @@ -7,12 +7,6 @@ * thermo properties of a species with several vibrational models. * */ - -/* $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2007 California Institute of Technology diff --git a/Cantera/src/thermo/ConstCpPoly.cpp b/Cantera/src/thermo/ConstCpPoly.cpp index 2cfcd2a37..021ff2bf6 100644 --- a/Cantera/src/thermo/ConstCpPoly.cpp +++ b/Cantera/src/thermo/ConstCpPoly.cpp @@ -4,12 +4,6 @@ * employs a constant heat capacity assumption (see \ref spthermo and * \link Cantera::ConstCpPoly ConstCpPoly \endlink). */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/ConstCpPoly.h b/Cantera/src/thermo/ConstCpPoly.h index 7577769c5..0699904a9 100644 --- a/Cantera/src/thermo/ConstCpPoly.h +++ b/Cantera/src/thermo/ConstCpPoly.h @@ -4,11 +4,6 @@ * object that employs a constant heat capacity assumption (see \ref spthermo and * \link Cantera::ConstCpPoly ConstCpPoly\endlink). */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/ConstDensityThermo.cpp b/Cantera/src/thermo/ConstDensityThermo.cpp index b0adfaca1..bfc7fc617 100644 --- a/Cantera/src/thermo/ConstDensityThermo.cpp +++ b/Cantera/src/thermo/ConstDensityThermo.cpp @@ -4,11 +4,8 @@ * (see \ref thermoprops and \link Cantera::ConstDensityThermo ConstDensityThermo \endlink). */ -/* - * $Id$ - * - * Copyright 2002 California Institute of Technology - */ + +// Copyright 2002 California Institute of Technology #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/thermo/ConstDensityThermo.h b/Cantera/src/thermo/ConstDensityThermo.h index f462516c5..add5367c5 100644 --- a/Cantera/src/thermo/ConstDensityThermo.h +++ b/Cantera/src/thermo/ConstDensityThermo.h @@ -4,12 +4,7 @@ * (see \ref thermoprops and \link Cantera::ConstDensityThermo ConstDensityThermo\endlink). */ /* - * $Author$ - * $Date$ - * $Revision$ - * * Copyright 2002 California Institute of Technology - * */ #ifndef CT_CONSTRHOTHERMO_H diff --git a/Cantera/src/thermo/Constituents.cpp b/Cantera/src/thermo/Constituents.cpp index 2d42d9564..920d361d0 100644 --- a/Cantera/src/thermo/Constituents.cpp +++ b/Cantera/src/thermo/Constituents.cpp @@ -3,12 +3,6 @@ * Header file Class \link Cantera::Constituents Constitutents\endlink which * manages a set of elements and species (see \ref phases). */ - -/* - * $Date$ - * $Revision$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/Constituents.h b/Cantera/src/thermo/Constituents.h index 22028b964..7da306477 100644 --- a/Cantera/src/thermo/Constituents.h +++ b/Cantera/src/thermo/Constituents.h @@ -3,12 +3,6 @@ * Header file Class \link Cantera::Constituents Constitutents\endlink which * manages a set of elements and species (see \ref phases). */ - -/* - * $Date$ - * $Revision$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/Crystal.h b/Cantera/src/thermo/Crystal.h index 3e6652137..66a4b09a8 100644 --- a/Cantera/src/thermo/Crystal.h +++ b/Cantera/src/thermo/Crystal.h @@ -1,9 +1,5 @@ /** * @file Crystal.h - * - * $Author$ - * $Date$ - * $Revision$ */ #ifndef CT_CRYSTAL_H #define CT_CRYSTAL_H diff --git a/Cantera/src/thermo/DebyeHuckel.cpp b/Cantera/src/thermo/DebyeHuckel.cpp index 91546cf6d..f775da841 100644 --- a/Cantera/src/thermo/DebyeHuckel.cpp +++ b/Cantera/src/thermo/DebyeHuckel.cpp @@ -12,9 +12,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ //! Max function #ifndef MAX #define MAX(x,y) (( (x) > (y) ) ? (x) : (y)) diff --git a/Cantera/src/thermo/DebyeHuckel.h b/Cantera/src/thermo/DebyeHuckel.h index 16e3b5dc8..a7813ec50 100644 --- a/Cantera/src/thermo/DebyeHuckel.h +++ b/Cantera/src/thermo/DebyeHuckel.h @@ -13,11 +13,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ - -/* - * $Id$ - */ - #ifndef CT_DEBYEHUCKEL_H #define CT_DEBYEHUCKEL_H diff --git a/Cantera/src/thermo/EdgePhase.h b/Cantera/src/thermo/EdgePhase.h index 176e9afb8..37616e99c 100644 --- a/Cantera/src/thermo/EdgePhase.h +++ b/Cantera/src/thermo/EdgePhase.h @@ -4,13 +4,7 @@ * between two surfaces (see \ref thermoprops and \link Cantera::EdgePhase EdgePhase\endlink). */ -/* $Author$ - * $Date$ - * $Revision$ - * - * Copyright 2002 California Institute of Technology - * - */ +// Copyright 2002 California Institute of Technology #ifndef CT_EDGEPHASE_H #define CT_EDGEPHASE_H diff --git a/Cantera/src/thermo/Elements.cpp b/Cantera/src/thermo/Elements.cpp index 2c9e61bdc..4bb7e1d16 100644 --- a/Cantera/src/thermo/Elements.cpp +++ b/Cantera/src/thermo/Elements.cpp @@ -6,15 +6,6 @@ * This file contains the definitions for functions in the class Elements. * It also contains a database of atomic weights. */ - -/**************************************************************************** - * $RCSfile: Elements.cpp,v $ - * $Author$ - * $Date$ - * $Revision$ - * - * - ****************************************************************************/ // Copyright 2003 California Institute of Technology diff --git a/Cantera/src/thermo/Elements.h b/Cantera/src/thermo/Elements.h index fa0e5dc2b..77c57000e 100644 --- a/Cantera/src/thermo/Elements.h +++ b/Cantera/src/thermo/Elements.h @@ -5,12 +5,6 @@ * * This file contains the declarations for the elements class. */ -/*********************************************************************** - * $RCSfile: Elements.h,v $ - * $Author$ - * $Date$ - * $Revision$ - ***********************************************************************/ // Copyright 2001 California Institute of Technology #ifndef CT_ELEMENTS_H diff --git a/Cantera/src/thermo/GeneralSpeciesThermo.cpp b/Cantera/src/thermo/GeneralSpeciesThermo.cpp index b96fd7bbe..269209eb6 100644 --- a/Cantera/src/thermo/GeneralSpeciesThermo.cpp +++ b/Cantera/src/thermo/GeneralSpeciesThermo.cpp @@ -4,9 +4,6 @@ * manager for a phase (see \ref spthermo and * \link Cantera::GeneralSpeciesThermo GeneralSpeciesThermo\endlink). */ -/* - * $Id$ - */ // Copyright 2001-2004 California Institute of Technology #include "GeneralSpeciesThermo.h" diff --git a/Cantera/src/thermo/GeneralSpeciesThermo.h b/Cantera/src/thermo/GeneralSpeciesThermo.h index 0697d7e9d..c6d9687c7 100644 --- a/Cantera/src/thermo/GeneralSpeciesThermo.h +++ b/Cantera/src/thermo/GeneralSpeciesThermo.h @@ -6,13 +6,6 @@ * * Because it is general, it is slow. */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - #ifndef CT_GENERALSPECIESTHERMO_H #define CT_GENERALSPECIESTHERMO_H #include diff --git a/Cantera/src/thermo/GibbsExcessVPSSTP.cpp b/Cantera/src/thermo/GibbsExcessVPSSTP.cpp index d0b14221f..9c29153ca 100644 --- a/Cantera/src/thermo/GibbsExcessVPSSTP.cpp +++ b/Cantera/src/thermo/GibbsExcessVPSSTP.cpp @@ -16,12 +16,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Date$ - * $Revision$ - */ - - #include "GibbsExcessVPSSTP.h" #include using namespace std; diff --git a/Cantera/src/thermo/GibbsExcessVPSSTP.h b/Cantera/src/thermo/GibbsExcessVPSSTP.h index a100e5f45..56b444bd5 100644 --- a/Cantera/src/thermo/GibbsExcessVPSSTP.h +++ b/Cantera/src/thermo/GibbsExcessVPSSTP.h @@ -16,10 +16,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_GIBBSEXCESSVPSSTP_H #define CT_GIBBSEXCESSVPSSTP_H diff --git a/Cantera/src/thermo/HMWSoln.cpp b/Cantera/src/thermo/HMWSoln.cpp index 5147b705d..aa82f7d75 100644 --- a/Cantera/src/thermo/HMWSoln.cpp +++ b/Cantera/src/thermo/HMWSoln.cpp @@ -17,9 +17,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ //@{ #ifndef MAX #define MAX(x,y) (( (x) > (y) ) ? (x) : (y)) diff --git a/Cantera/src/thermo/HMWSoln.h b/Cantera/src/thermo/HMWSoln.h index 17339386b..0bfb8044c 100644 --- a/Cantera/src/thermo/HMWSoln.h +++ b/Cantera/src/thermo/HMWSoln.h @@ -13,10 +13,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_HMWSOLN_H #define CT_HMWSOLN_H diff --git a/Cantera/src/thermo/HMWSoln_input.cpp b/Cantera/src/thermo/HMWSoln_input.cpp index bca1ae93f..d5835a0d9 100644 --- a/Cantera/src/thermo/HMWSoln_input.cpp +++ b/Cantera/src/thermo/HMWSoln_input.cpp @@ -12,10 +12,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #include "HMWSoln.h" #include "ThermoFactory.h" #include "WaterProps.h" diff --git a/Cantera/src/thermo/IdealGasPhase.cpp b/Cantera/src/thermo/IdealGasPhase.cpp index b442f540b..6bb3a4bfc 100644 --- a/Cantera/src/thermo/IdealGasPhase.cpp +++ b/Cantera/src/thermo/IdealGasPhase.cpp @@ -6,10 +6,6 @@ * and class \link Cantera::IdealGasPhase IdealGasPhase\endlink). * */ -/* - * $Id$ - */ - #ifdef WIN32 #pragma warning(disable:4786) #pragma warning(disable:4503) diff --git a/Cantera/src/thermo/IdealGasPhase.h b/Cantera/src/thermo/IdealGasPhase.h index 915e7bfa0..11eb3f777 100644 --- a/Cantera/src/thermo/IdealGasPhase.h +++ b/Cantera/src/thermo/IdealGasPhase.h @@ -3,17 +3,9 @@ * ThermoPhase object for the ideal gas equation of * state - workhorse for %Cantera (see \ref thermoprops * and class \link Cantera::IdealGasPhase IdealGasPhase\endlink). - * - */ - -/* $Author$ - * $Date$ - * $Revision$ - * - * Copyright 2001 California Institute of Technology - * */ +// Copyright 2001 California Institute of Technology #ifndef CT_IDEALGASPHASE_H #define CT_IDEALGASPHASE_H diff --git a/Cantera/src/thermo/IdealMolalSoln.cpp b/Cantera/src/thermo/IdealMolalSoln.cpp index 0c560636a..2670d15c3 100644 --- a/Cantera/src/thermo/IdealMolalSoln.cpp +++ b/Cantera/src/thermo/IdealMolalSoln.cpp @@ -17,12 +17,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * - * $Date$ - * $Revision$ - */ - #include "IdealMolalSoln.h" #include "ThermoFactory.h" #include diff --git a/Cantera/src/thermo/IdealMolalSoln.h b/Cantera/src/thermo/IdealMolalSoln.h index 737fe349a..6c5064eaf 100644 --- a/Cantera/src/thermo/IdealMolalSoln.h +++ b/Cantera/src/thermo/IdealMolalSoln.h @@ -18,12 +18,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Author$ - * $Date$ - * $Revision$ - */ - #ifndef CT_IDEALMOLALSOLN_H #define CT_IDEALMOLALSOLN_H diff --git a/Cantera/src/thermo/IdealSolidSolnPhase.cpp b/Cantera/src/thermo/IdealSolidSolnPhase.cpp index 08fcbd784..85a7c2feb 100644 --- a/Cantera/src/thermo/IdealSolidSolnPhase.cpp +++ b/Cantera/src/thermo/IdealSolidSolnPhase.cpp @@ -4,9 +4,6 @@ * with incompressible thermodynamics (see \ref thermoprops and * \link Cantera::IdealSolidSolnPhase IdealSolidSolnPhase\endlink). */ -/* - * $Id$ - */ /* * Copywrite 2006 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000, with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/thermo/IdealSolidSolnPhase.h b/Cantera/src/thermo/IdealSolidSolnPhase.h index a9f87b29c..6ce2308f8 100644 --- a/Cantera/src/thermo/IdealSolidSolnPhase.h +++ b/Cantera/src/thermo/IdealSolidSolnPhase.h @@ -8,12 +8,6 @@ * and implements an ideal solid solution model with incompressible * thermodynamics. */ - -/* - * $Author$ - * $Date$ - * $Revision$ - */ /* * Copywrite 2006 Sandia Corporation. Under the terms of Contract * DE-AC04-94AL85000, with Sandia Corporation, the U.S. Government diff --git a/Cantera/src/thermo/IdealSolnGasVPSS.cpp b/Cantera/src/thermo/IdealSolnGasVPSS.cpp index a3943247b..2ab2bd90c 100644 --- a/Cantera/src/thermo/IdealSolnGasVPSS.cpp +++ b/Cantera/src/thermo/IdealSolnGasVPSS.cpp @@ -11,12 +11,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Author$ - * $Date$ - * $Revision$ - */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/thermo/IdealSolnGasVPSS.h b/Cantera/src/thermo/IdealSolnGasVPSS.h index 4be4e7a09..e499ed7b4 100644 --- a/Cantera/src/thermo/IdealSolnGasVPSS.h +++ b/Cantera/src/thermo/IdealSolnGasVPSS.h @@ -11,12 +11,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Author$ - * $Date$ - * $Revision$ - */ - #ifndef CT_IDEALSOLNGASVPSS_H #define CT_IDEALSOLNGASVPSS_H diff --git a/Cantera/src/thermo/IonsFromNeutralVPSSTP.cpp b/Cantera/src/thermo/IonsFromNeutralVPSSTP.cpp index 5beb7725f..a0c7a324b 100644 --- a/Cantera/src/thermo/IonsFromNeutralVPSSTP.cpp +++ b/Cantera/src/thermo/IonsFromNeutralVPSSTP.cpp @@ -16,11 +16,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Date$ - * $Revision$ - */ - #include "IonsFromNeutralVPSSTP.h" #include "ThermoFactory.h" diff --git a/Cantera/src/thermo/IonsFromNeutralVPSSTP.h b/Cantera/src/thermo/IonsFromNeutralVPSSTP.h index 2aa23319b..e9c09421e 100644 --- a/Cantera/src/thermo/IonsFromNeutralVPSSTP.h +++ b/Cantera/src/thermo/IonsFromNeutralVPSSTP.h @@ -16,10 +16,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_IONSFROMNEUTRALVPSSTP_H #define CT_IONSFROMNEUTRALVPSSTP_H diff --git a/Cantera/src/thermo/LatticePhase.cpp b/Cantera/src/thermo/LatticePhase.cpp index 00942edfb..b8df0ac0d 100644 --- a/Cantera/src/thermo/LatticePhase.cpp +++ b/Cantera/src/thermo/LatticePhase.cpp @@ -7,10 +7,6 @@ * (see \ref thermoprops and class \link Cantera::LatticePhase LatticePhase\endlink). * */ -/* - * $Id$ - */ - #include "config.h" #ifdef WITH_LATTICE_SOLID diff --git a/Cantera/src/thermo/LatticePhase.h b/Cantera/src/thermo/LatticePhase.h index 111848b09..efd6ef8fe 100644 --- a/Cantera/src/thermo/LatticePhase.h +++ b/Cantera/src/thermo/LatticePhase.h @@ -4,16 +4,10 @@ * derived from ThermoPhase, * assuming a lattice of solid atoms * (see \ref thermoprops and class \link Cantera::LatticePhase LatticePhase\endlink). - * - */ -/* $Author$ - * $Date$ - * $Revision$ - * - * Copyright 2005 California Institute of Technology - * */ +// Copyright 2005 California Institute of Technology + #ifndef CT_LATTICE_H #define CT_LATTICE_H diff --git a/Cantera/src/thermo/LatticeSolidPhase.cpp b/Cantera/src/thermo/LatticeSolidPhase.cpp index e9671db02..be356050d 100644 --- a/Cantera/src/thermo/LatticeSolidPhase.cpp +++ b/Cantera/src/thermo/LatticeSolidPhase.cpp @@ -1,8 +1,5 @@ /** - * * @file LatticeSolidPhase.cpp - * - * $Id$ */ #ifdef WIN32 diff --git a/Cantera/src/thermo/LatticeSolidPhase.h b/Cantera/src/thermo/LatticeSolidPhase.h index 16f1bc4a7..382b7e4a8 100644 --- a/Cantera/src/thermo/LatticeSolidPhase.h +++ b/Cantera/src/thermo/LatticeSolidPhase.h @@ -4,16 +4,9 @@ * derived from ThermoPhase, * assuming an ideal solution model based on a lattice of solid atoms * (see \ref thermoprops and class \link Cantera::LatticeSolidPhase LatticeSolidPhase\endlink). - */ -/* $Author$ - * $Date$ - * $Revision$ - * - * Copyright 2005 California Institute of Technology - * - */ +// Copyright 2005 California Institute of Technology #ifndef CT_LATTICESOLID_H #define CT_LATTICESOLID_H diff --git a/Cantera/src/thermo/MargulesVPSSTP.cpp b/Cantera/src/thermo/MargulesVPSSTP.cpp index 0d1ab06dc..246d0a4eb 100644 --- a/Cantera/src/thermo/MargulesVPSSTP.cpp +++ b/Cantera/src/thermo/MargulesVPSSTP.cpp @@ -11,12 +11,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Date$ - * $Revision$ - */ - - #include "MargulesVPSSTP.h" #include "ThermoFactory.h" #include diff --git a/Cantera/src/thermo/MargulesVPSSTP.h b/Cantera/src/thermo/MargulesVPSSTP.h index b75594c76..8d047b800 100644 --- a/Cantera/src/thermo/MargulesVPSSTP.h +++ b/Cantera/src/thermo/MargulesVPSSTP.h @@ -16,10 +16,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_MARGULESVPSSTP_H #define CT_MARGULESVPSSTP_H diff --git a/Cantera/src/thermo/MetalPhase.h b/Cantera/src/thermo/MetalPhase.h index 32ad3431d..d04e47ada 100644 --- a/Cantera/src/thermo/MetalPhase.h +++ b/Cantera/src/thermo/MetalPhase.h @@ -1,22 +1,12 @@ /** - * * @file MetalPhase.h - * - */ - -/* $Author$ - * $Date$ - * $Revision$ - * - * Copyright 2003 California Institute of Technology - * */ +// Copyright 2003 California Institute of Technology #ifndef CT_METALPHASE_H #define CT_METALPHASE_H - #include "mix_defs.h" #include "ThermoPhase.h" #include "SpeciesThermo.h" diff --git a/Cantera/src/thermo/MetalSHEelectrons.cpp b/Cantera/src/thermo/MetalSHEelectrons.cpp index 221fa5ae9..5b7a3de7e 100644 --- a/Cantera/src/thermo/MetalSHEelectrons.cpp +++ b/Cantera/src/thermo/MetalSHEelectrons.cpp @@ -12,11 +12,6 @@ * U.S. Government retains certain rights in this software. * */ - -/* - * $Id: MetalSHEelectrons.cpp 279 2009-12-05 19:08:43Z hkmoffa $ - */ - #include "ct_defs.h" #include "MetalSHEelectrons.h" diff --git a/Cantera/src/thermo/MetalSHEelectrons.h b/Cantera/src/thermo/MetalSHEelectrons.h index 424e91f2c..52da4e3f9 100644 --- a/Cantera/src/thermo/MetalSHEelectrons.h +++ b/Cantera/src/thermo/MetalSHEelectrons.h @@ -11,12 +11,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ - -/* - * $Date: 2009-12-05 12:08:43 -0700 (Sat, 05 Dec 2009) $ - * $Revision: 279 $ - */ - #ifndef CT_METALSHEELECTRONS_H #define CT_METALSHEELECTRONS_H diff --git a/Cantera/src/thermo/MineralEQ3.cpp b/Cantera/src/thermo/MineralEQ3.cpp index 1758f95de..3445dc606 100644 --- a/Cantera/src/thermo/MineralEQ3.cpp +++ b/Cantera/src/thermo/MineralEQ3.cpp @@ -12,11 +12,6 @@ * * Copyright 2001 California Institute of Technology */ - -/* - * $Id$ - */ - #include "ct_defs.h" #include "mix_defs.h" #include "MineralEQ3.h" diff --git a/Cantera/src/thermo/MineralEQ3.h b/Cantera/src/thermo/MineralEQ3.h index f75f28a9e..972b3a654 100644 --- a/Cantera/src/thermo/MineralEQ3.h +++ b/Cantera/src/thermo/MineralEQ3.h @@ -12,12 +12,6 @@ * * Copyright 2001 California Institute of Technology */ - -/* - * $Date$ - * $Revision$ - */ - #ifndef CT_MINERALEQ3_H #define CT_MINERALEQ3_H diff --git a/Cantera/src/thermo/MolalityVPSSTP.cpp b/Cantera/src/thermo/MolalityVPSSTP.cpp index 1c3b2bece..1bbad2209 100644 --- a/Cantera/src/thermo/MolalityVPSSTP.cpp +++ b/Cantera/src/thermo/MolalityVPSSTP.cpp @@ -16,13 +16,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Author$ - * $Date$ - * $Revision$ - */ - - #include "MolalityVPSSTP.h" #include using namespace std; diff --git a/Cantera/src/thermo/MolalityVPSSTP.h b/Cantera/src/thermo/MolalityVPSSTP.h index 60ea18feb..cfeb26bd4 100644 --- a/Cantera/src/thermo/MolalityVPSSTP.h +++ b/Cantera/src/thermo/MolalityVPSSTP.h @@ -16,10 +16,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_MOLALITYVPSSTP_H #define CT_MOLALITYVPSSTP_H diff --git a/Cantera/src/thermo/Mu0Poly.cpp b/Cantera/src/thermo/Mu0Poly.cpp index 4ba03aa36..8d605689a 100644 --- a/Cantera/src/thermo/Mu0Poly.cpp +++ b/Cantera/src/thermo/Mu0Poly.cpp @@ -5,13 +5,6 @@ * on a piecewise constant mu0 interpolation * (see \ref spthermo and class \link Cantera::Mu0Poly Mu0Poly\endlink). */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ - - #include "Mu0Poly.h" #include "ctexceptions.h" #include "speciesThermoTypes.h" diff --git a/Cantera/src/thermo/Mu0Poly.h b/Cantera/src/thermo/Mu0Poly.h index b3eee75ba..0322fb94e 100644 --- a/Cantera/src/thermo/Mu0Poly.h +++ b/Cantera/src/thermo/Mu0Poly.h @@ -5,14 +5,6 @@ * on a piecewise constant mu0 interpolation * (see \ref spthermo and class \link Cantera::Mu0Poly Mu0Poly\endlink). */ - -/* $Author$ - * $Revision$ - * $Date$ - */ - - - #ifndef CT_MU0POLY_H #define CT_MU0POLY_H diff --git a/Cantera/src/thermo/Nasa9Poly1.cpp b/Cantera/src/thermo/Nasa9Poly1.cpp index 61ecd735f..e32bfdecd 100644 --- a/Cantera/src/thermo/Nasa9Poly1.cpp +++ b/Cantera/src/thermo/Nasa9Poly1.cpp @@ -9,11 +9,6 @@ * * This parameterization has one NASA temperature region. */ - -/* $Author$ - * $Revision$ - * $Date$ - */ // Copyright 2007 Sandia National Laboratories #include "Nasa9Poly1.h" diff --git a/Cantera/src/thermo/Nasa9Poly1.h b/Cantera/src/thermo/Nasa9Poly1.h index 2b8bd5244..8aaf88aa7 100644 --- a/Cantera/src/thermo/Nasa9Poly1.h +++ b/Cantera/src/thermo/Nasa9Poly1.h @@ -17,14 +17,6 @@ #ifndef CT_NASA9POLY1_H #define CT_NASA9POLY1_H - -/* - * $Revision$ - * $Date$ - */ - - - #include "global.h" #include "SpeciesThermoInterpType.h" diff --git a/Cantera/src/thermo/Nasa9PolyMultiTempRegion.cpp b/Cantera/src/thermo/Nasa9PolyMultiTempRegion.cpp index 47c5788e0..e80cdb43f 100644 --- a/Cantera/src/thermo/Nasa9PolyMultiTempRegion.cpp +++ b/Cantera/src/thermo/Nasa9PolyMultiTempRegion.cpp @@ -10,11 +10,6 @@ * * This parameterization has one NASA temperature region. */ - -/* $Author$ - * $Revision$ - * $Date$ - */ // Copyright 2007 Sandia National Laboratories #include "global.h" diff --git a/Cantera/src/thermo/Nasa9PolyMultiTempRegion.h b/Cantera/src/thermo/Nasa9PolyMultiTempRegion.h index b29d138f5..f3ce8fa1b 100644 --- a/Cantera/src/thermo/Nasa9PolyMultiTempRegion.h +++ b/Cantera/src/thermo/Nasa9PolyMultiTempRegion.h @@ -13,12 +13,6 @@ #ifndef CT_NASA9POLYMULTITEMPREGION_H #define CT_NASA9POLYMULTITEMPREGION_H - -/* $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2007 Sandia National Laboratories diff --git a/Cantera/src/thermo/NasaPoly1.h b/Cantera/src/thermo/NasaPoly1.h index 60736ecca..a7ed16c95 100644 --- a/Cantera/src/thermo/NasaPoly1.h +++ b/Cantera/src/thermo/NasaPoly1.h @@ -12,13 +12,6 @@ #ifndef CT_NASAPOLY1_H #define CT_NASAPOLY1_H - - -/* $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/NasaPoly2.h b/Cantera/src/thermo/NasaPoly2.h index 3e885f561..659b98446 100644 --- a/Cantera/src/thermo/NasaPoly2.h +++ b/Cantera/src/thermo/NasaPoly2.h @@ -7,12 +7,6 @@ * * Two zoned Nasa polynomial parameterization */ - -/* $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/NasaThermo.h b/Cantera/src/thermo/NasaThermo.h index 46cf02a71..e9096f11e 100644 --- a/Cantera/src/thermo/NasaThermo.h +++ b/Cantera/src/thermo/NasaThermo.h @@ -5,12 +5,6 @@ * \link Cantera::SpeciesThermo SpeciesThermo\endlink base class (see \ref mgrsrefcalc and * \link Cantera::NasaThermo NasaThermo\endlink). */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2003 California Institute of Technology #ifndef CT_NASATHERMO_H diff --git a/Cantera/src/thermo/PDSS.cpp b/Cantera/src/thermo/PDSS.cpp index 9ca2e59a5..1bdc7f568 100644 --- a/Cantera/src/thermo/PDSS.cpp +++ b/Cantera/src/thermo/PDSS.cpp @@ -9,10 +9,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #include "ct_defs.h" #include "xml.h" #include "ctml.h" diff --git a/Cantera/src/thermo/PDSS.h b/Cantera/src/thermo/PDSS.h index fa0bd9008..6671593c6 100644 --- a/Cantera/src/thermo/PDSS.h +++ b/Cantera/src/thermo/PDSS.h @@ -9,10 +9,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_PDSS_H #define CT_PDSS_H #include "ct_defs.h" diff --git a/Cantera/src/thermo/PDSSFactory.cpp b/Cantera/src/thermo/PDSSFactory.cpp index b1c27f784..dbf88cf50 100644 --- a/Cantera/src/thermo/PDSSFactory.cpp +++ b/Cantera/src/thermo/PDSSFactory.cpp @@ -4,9 +4,6 @@ * standard-state thermodynamic properties of a set of species * (see \ref pdssthermo and class \link Cantera::SpeciesThermoFactory SpeciesThermoFactory\endlink); */ -/* - * $Id$ - */ // Copyright 2001 California Institute of Technology #ifdef WIN32 diff --git a/Cantera/src/thermo/PDSS_ConstVol.cpp b/Cantera/src/thermo/PDSS_ConstVol.cpp index 6bd07eac0..6e3b93457 100644 --- a/Cantera/src/thermo/PDSS_ConstVol.cpp +++ b/Cantera/src/thermo/PDSS_ConstVol.cpp @@ -8,10 +8,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #include "ct_defs.h" #include "xml.h" #include "ctml.h" diff --git a/Cantera/src/thermo/PDSS_ConstVol.h b/Cantera/src/thermo/PDSS_ConstVol.h index 87815b047..076101d5d 100644 --- a/Cantera/src/thermo/PDSS_ConstVol.h +++ b/Cantera/src/thermo/PDSS_ConstVol.h @@ -9,10 +9,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_PDSS_CONSTVOL_H #define CT_PDSS_CONSTVOL_H diff --git a/Cantera/src/thermo/PDSS_HKFT.cpp b/Cantera/src/thermo/PDSS_HKFT.cpp index 1ba20f27f..389454725 100644 --- a/Cantera/src/thermo/PDSS_HKFT.cpp +++ b/Cantera/src/thermo/PDSS_HKFT.cpp @@ -5,11 +5,6 @@ * HKFT standard state * (see \ref pdssthermo and class \link Cantera::PDSS_HKFT PDSS_HKFT\endlink). */ - -/* - * $Id$ - */ - /* * Copywrite (2006) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/thermo/PDSS_HKFT.h b/Cantera/src/thermo/PDSS_HKFT.h index 99202cf7b..3fc2c2d97 100644 --- a/Cantera/src/thermo/PDSS_HKFT.h +++ b/Cantera/src/thermo/PDSS_HKFT.h @@ -5,12 +5,6 @@ * HKFT standard state * (see \ref pdssthermo and class \link Cantera::PDSS_HKFT PDSS_HKFT\endlink). */ - -/* - * $Date$ - * $Revision$ - */ - /* * Copywrite (2006) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/thermo/PDSS_IdealGas.cpp b/Cantera/src/thermo/PDSS_IdealGas.cpp index be56ac4ff..3104e5dac 100644 --- a/Cantera/src/thermo/PDSS_IdealGas.cpp +++ b/Cantera/src/thermo/PDSS_IdealGas.cpp @@ -8,10 +8,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #include "ct_defs.h" #include "xml.h" #include "ctml.h" diff --git a/Cantera/src/thermo/PDSS_IdealGas.h b/Cantera/src/thermo/PDSS_IdealGas.h index 5c2ae566d..5d016a9e0 100644 --- a/Cantera/src/thermo/PDSS_IdealGas.h +++ b/Cantera/src/thermo/PDSS_IdealGas.h @@ -9,10 +9,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_PDSS_IDEALGAS_H #define CT_PDSS_IDEALGAS_H diff --git a/Cantera/src/thermo/PDSS_IonsFromNeutral.cpp b/Cantera/src/thermo/PDSS_IonsFromNeutral.cpp index 28fa361de..3084a0ff3 100644 --- a/Cantera/src/thermo/PDSS_IonsFromNeutral.cpp +++ b/Cantera/src/thermo/PDSS_IonsFromNeutral.cpp @@ -8,10 +8,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #include "ct_defs.h" #include "xml.h" #include "ctml.h" diff --git a/Cantera/src/thermo/PDSS_IonsFromNeutral.h b/Cantera/src/thermo/PDSS_IonsFromNeutral.h index 4b95fd6c2..0e269aff7 100644 --- a/Cantera/src/thermo/PDSS_IonsFromNeutral.h +++ b/Cantera/src/thermo/PDSS_IonsFromNeutral.h @@ -10,10 +10,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_PDSS_IONSFROMNEUTRAL_H #define CT_PDSS_IONSFROMNEUTRAL_H diff --git a/Cantera/src/thermo/PDSS_SSVol.cpp b/Cantera/src/thermo/PDSS_SSVol.cpp index 4ca9cd46f..6beef2a71 100644 --- a/Cantera/src/thermo/PDSS_SSVol.cpp +++ b/Cantera/src/thermo/PDSS_SSVol.cpp @@ -8,10 +8,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #include "ct_defs.h" #include "xml.h" #include "ctml.h" diff --git a/Cantera/src/thermo/PDSS_SSVol.h b/Cantera/src/thermo/PDSS_SSVol.h index d750d400c..4a9d193d5 100644 --- a/Cantera/src/thermo/PDSS_SSVol.h +++ b/Cantera/src/thermo/PDSS_SSVol.h @@ -10,10 +10,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_PDSS_SSVOL_H #define CT_PDSS_SSVOL_H diff --git a/Cantera/src/thermo/PDSS_Water.cpp b/Cantera/src/thermo/PDSS_Water.cpp index 76eedd142..fe6b8354f 100644 --- a/Cantera/src/thermo/PDSS_Water.cpp +++ b/Cantera/src/thermo/PDSS_Water.cpp @@ -7,9 +7,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ #include "ct_defs.h" #include "xml.h" diff --git a/Cantera/src/thermo/PDSS_Water.h b/Cantera/src/thermo/PDSS_Water.h index b23f8ad7c..52e6ef7bd 100644 --- a/Cantera/src/thermo/PDSS_Water.h +++ b/Cantera/src/thermo/PDSS_Water.h @@ -9,11 +9,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* $Author$ - * $Date$ - * $Revision$ - */ - #ifndef CT_PDSS_WATER_H #define CT_PDSS_WATER_H diff --git a/Cantera/src/thermo/Phase.h b/Cantera/src/thermo/Phase.h index 60c5ec06a..188d3d7ae 100644 --- a/Cantera/src/thermo/Phase.h +++ b/Cantera/src/thermo/Phase.h @@ -6,12 +6,6 @@ * name, and also contains text for the module phases (see \ref * phases and class \link Cantera::Phase Phase\endlink). */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ // Copyright 2001 California Institute of Technology #ifndef CT_PHASE_H diff --git a/Cantera/src/thermo/PseudoBinaryVPSSTP.cpp b/Cantera/src/thermo/PseudoBinaryVPSSTP.cpp index f909098a6..a10408b90 100644 --- a/Cantera/src/thermo/PseudoBinaryVPSSTP.cpp +++ b/Cantera/src/thermo/PseudoBinaryVPSSTP.cpp @@ -16,12 +16,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Date$ - * $Revision$ - */ - - #include "PseudoBinaryVPSSTP.h" #include diff --git a/Cantera/src/thermo/PseudoBinaryVPSSTP.h b/Cantera/src/thermo/PseudoBinaryVPSSTP.h index 3cc9a9d5b..5913e0b88 100644 --- a/Cantera/src/thermo/PseudoBinaryVPSSTP.h +++ b/Cantera/src/thermo/PseudoBinaryVPSSTP.h @@ -16,10 +16,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_PSEUDOBINARYVPSSTP_H #define CT_PSEUDOBINARYVPSSTP_H diff --git a/Cantera/src/thermo/PureFluidPhase.cpp b/Cantera/src/thermo/PureFluidPhase.cpp index b5e8b96ff..6a70477cb 100644 --- a/Cantera/src/thermo/PureFluidPhase.cpp +++ b/Cantera/src/thermo/PureFluidPhase.cpp @@ -5,9 +5,6 @@ * and supercritical fluid (see \ref thermoprops * and class \link Cantera::PureFluidPhase PureFluidPhase\endlink). */ -/* - * $Id$ - */ #include "xml.h" #include "PureFluidPhase.h" diff --git a/Cantera/src/thermo/PureFluidPhase.h b/Cantera/src/thermo/PureFluidPhase.h index 74626fe22..dd4e2d3ae 100644 --- a/Cantera/src/thermo/PureFluidPhase.h +++ b/Cantera/src/thermo/PureFluidPhase.h @@ -10,12 +10,7 @@ * It inherits from ThermoPhase, but is built on top of the tpx package. */ -/* $Author$ - * $Date$ - * $Revision$ - * - * Copyright 2003 California Institute of Technology - */ +// Copyright 2003 California Institute of Technology #ifndef CT_EOS_TPX_H #define CT_EOS_TPX_H diff --git a/Cantera/src/thermo/SemiconductorPhase.h b/Cantera/src/thermo/SemiconductorPhase.h index 561d7df0b..cb056c5aa 100644 --- a/Cantera/src/thermo/SemiconductorPhase.h +++ b/Cantera/src/thermo/SemiconductorPhase.h @@ -1,17 +1,8 @@ /** - * * @file SemiconductorPhase.h - * - */ - -/* $Author$ - * $Date$ - * $Revision$ - * - * Copyright 2003 California Institute of Technology - * */ +// Copyright 2003 California Institute of Technology #ifndef CT_SEMICONDPHASE_H #define CT_SEMICONDPHASE_H diff --git a/Cantera/src/thermo/ShomatePoly.h b/Cantera/src/thermo/ShomatePoly.h index f1a65db63..564df167d 100644 --- a/Cantera/src/thermo/ShomatePoly.h +++ b/Cantera/src/thermo/ShomatePoly.h @@ -7,12 +7,6 @@ * \link Cantera::ShomatePoly2 ShomatePoly2\endlink). * Shomate polynomial expressions. */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/ShomateThermo.h b/Cantera/src/thermo/ShomateThermo.h index c37822801..642515057 100644 --- a/Cantera/src/thermo/ShomateThermo.h +++ b/Cantera/src/thermo/ShomateThermo.h @@ -5,9 +5,6 @@ * \link Cantera::SpeciesThermo SpeciesThermo\endlink base class (see \ref mgrsrefcalc and * \link Cantera::ShomateThermo ShomateThermo\endlink). */ -/* - * $Id$ - */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/SimpleThermo.h b/Cantera/src/thermo/SimpleThermo.h index e0536259f..7b96372f5 100644 --- a/Cantera/src/thermo/SimpleThermo.h +++ b/Cantera/src/thermo/SimpleThermo.h @@ -5,10 +5,6 @@ * \link Cantera::SpeciesThermo SpeciesThermo\endlink base class (see \ref spthermo and * \link Cantera::SimpleThermo SimpleThermo\endlink). */ -/* - * $Id$ - */ - #ifndef CT_SIMPLETHERMO_H #define CT_SIMPLETHERMO_H diff --git a/Cantera/src/thermo/SingleSpeciesTP.cpp b/Cantera/src/thermo/SingleSpeciesTP.cpp index 8e8372c47..caff9a635 100644 --- a/Cantera/src/thermo/SingleSpeciesTP.cpp +++ b/Cantera/src/thermo/SingleSpeciesTP.cpp @@ -10,13 +10,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ - -/* - * $Author$ - * $Date$ - * $Revision$ - */ - #include "SingleSpeciesTP.h" using namespace std; diff --git a/Cantera/src/thermo/SingleSpeciesTP.h b/Cantera/src/thermo/SingleSpeciesTP.h index 8fae1c760..cb08d31ba 100644 --- a/Cantera/src/thermo/SingleSpeciesTP.h +++ b/Cantera/src/thermo/SingleSpeciesTP.h @@ -10,15 +10,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ - - -/* - * $Author$ - * $Date$ - * $Revision$ - * - */ - #ifndef CT_SINGLESPECIESTP_H #define CT_SINGLESPECIESTP_H diff --git a/Cantera/src/thermo/SpeciesThermo.h b/Cantera/src/thermo/SpeciesThermo.h index 4714a038a..23fe6a3da 100644 --- a/Cantera/src/thermo/SpeciesThermo.h +++ b/Cantera/src/thermo/SpeciesThermo.h @@ -4,13 +4,6 @@ * reference-state property managers and text for the mgrsrefcalc module (see \ref mgrsrefcalc * and class \link Cantera::SpeciesThermo SpeciesThermo\endlink). */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/SpeciesThermoFactory.cpp b/Cantera/src/thermo/SpeciesThermoFactory.cpp index 816e26f07..b71fbf9af 100644 --- a/Cantera/src/thermo/SpeciesThermoFactory.cpp +++ b/Cantera/src/thermo/SpeciesThermoFactory.cpp @@ -4,11 +4,6 @@ * standard-state thermodynamic properties of a set of species * (see \ref spthermo and class \link Cantera::SpeciesThermoFactory SpeciesThermoFactory\endlink); */ -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology #ifdef WIN32 diff --git a/Cantera/src/thermo/SpeciesThermoFactory.h b/Cantera/src/thermo/SpeciesThermoFactory.h index 172b0f939..10365941a 100644 --- a/Cantera/src/thermo/SpeciesThermoFactory.h +++ b/Cantera/src/thermo/SpeciesThermoFactory.h @@ -5,12 +5,6 @@ * (see \ref spthermo and class * \link Cantera::SpeciesThermoFactory SpeciesThermoFactory\endlink); */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology #ifndef SPECIESTHERMO_FACTORY_H diff --git a/Cantera/src/thermo/SpeciesThermoInterpType.cpp b/Cantera/src/thermo/SpeciesThermoInterpType.cpp index 7b7fa5365..4f429d930 100644 --- a/Cantera/src/thermo/SpeciesThermoInterpType.cpp +++ b/Cantera/src/thermo/SpeciesThermoInterpType.cpp @@ -2,11 +2,6 @@ * @file SpeciesThermoInterpType.cpp * Definitions for a */ - -/* $Author$ - * $Revision$ - * $Date$ - */ // Copyright 2007 Sandia National Laboratories #include "SpeciesThermoInterpType.h" diff --git a/Cantera/src/thermo/SpeciesThermoInterpType.h b/Cantera/src/thermo/SpeciesThermoInterpType.h index 74db43a3c..d0c39870f 100644 --- a/Cantera/src/thermo/SpeciesThermoInterpType.h +++ b/Cantera/src/thermo/SpeciesThermoInterpType.h @@ -4,12 +4,7 @@ * themodynamic managers and text for the spthermo module * (see \ref spthermo and class \link Cantera::SpeciesThermoInterpType SpeciesThermoInterpType \endlink). */ - /* - * $Author$ - * $Revision$ - * $Date$ - */ - + // Copyright 2001 California Institute of Technology #include "speciesThermoTypes.h" diff --git a/Cantera/src/thermo/SpeciesThermoMgr.h b/Cantera/src/thermo/SpeciesThermoMgr.h index 92ca147cd..d8d8be4a6 100644 --- a/Cantera/src/thermo/SpeciesThermoMgr.h +++ b/Cantera/src/thermo/SpeciesThermoMgr.h @@ -5,9 +5,6 @@ * (see \ref mgrsrefcalc and classes * \link Cantera::SpeciesThermoDuo SpeciesThermoDuo\endlink and * \link Cantera::SpeciesThermo1 SpeciesThermo1\endlink) - * - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/State.cpp b/Cantera/src/thermo/State.cpp index a25d53701..31a35c9c9 100644 --- a/Cantera/src/thermo/State.cpp +++ b/Cantera/src/thermo/State.cpp @@ -6,13 +6,8 @@ */ /* - * - * $Date$ - * $Revision$ - * * Copyright 2003-2004 California Institute of Technology * See file License.txt for licensing information - * */ #include "utilities.h" diff --git a/Cantera/src/thermo/State.h b/Cantera/src/thermo/State.h index ca2826df9..1e0b340c8 100644 --- a/Cantera/src/thermo/State.h +++ b/Cantera/src/thermo/State.h @@ -6,12 +6,8 @@ */ /* - * $Date$ - * $Revision$ - * * Copyright 2001-2003 California Institute of Technology * See file License.txt for licensing information - * */ #ifndef CT_STATE2_H diff --git a/Cantera/src/thermo/StoichSubstance.cpp b/Cantera/src/thermo/StoichSubstance.cpp index 7770c149a..70098164d 100644 --- a/Cantera/src/thermo/StoichSubstance.cpp +++ b/Cantera/src/thermo/StoichSubstance.cpp @@ -4,13 +4,8 @@ * This file contains the class definitions for the StoichSubstance * ThermoPhase class. */ -/* - * $Date$ - * $Revision$ - * - * Copyright 2001 California Institute of Technology - * - */ + +// Copyright 2001 California Institute of Technology #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/thermo/StoichSubstance.h b/Cantera/src/thermo/StoichSubstance.h index 991ef4962..e88eb2755 100644 --- a/Cantera/src/thermo/StoichSubstance.h +++ b/Cantera/src/thermo/StoichSubstance.h @@ -4,14 +4,7 @@ * ThermoPhase class. */ -/* - * $Date$ - * $Revision$ - * - * Copyright 2001 California Institute of Technology - * - */ - +// Copyright 2001 California Institute of Technology #ifndef CT_STOICHSUBSTANCE_H #define CT_STOICHSUBSTANCE_H diff --git a/Cantera/src/thermo/StoichSubstanceSSTP.cpp b/Cantera/src/thermo/StoichSubstanceSSTP.cpp index 565e7cfc5..bb9b3c5e2 100644 --- a/Cantera/src/thermo/StoichSubstanceSSTP.cpp +++ b/Cantera/src/thermo/StoichSubstanceSSTP.cpp @@ -12,11 +12,6 @@ * * Copyright 2001 California Institute of Technology */ - -/* - * $Id$ - */ - #include "ct_defs.h" #include "mix_defs.h" #include "StoichSubstanceSSTP.h" diff --git a/Cantera/src/thermo/StoichSubstanceSSTP.h b/Cantera/src/thermo/StoichSubstanceSSTP.h index 59b5598c4..a13817b35 100644 --- a/Cantera/src/thermo/StoichSubstanceSSTP.h +++ b/Cantera/src/thermo/StoichSubstanceSSTP.h @@ -10,12 +10,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ - -/* - * $Date$ - * $Revision$ - */ - #ifndef CT_STOICHSUBSTANCESSTP_H #define CT_STOICHSUBSTANCESSTP_H diff --git a/Cantera/src/thermo/SurfPhase.cpp b/Cantera/src/thermo/SurfPhase.cpp index 44fea43fd..3399a67ff 100644 --- a/Cantera/src/thermo/SurfPhase.cpp +++ b/Cantera/src/thermo/SurfPhase.cpp @@ -5,12 +5,6 @@ * (see \ref thermoprops and class * \link Cantera::SurfPhase SurfPhase\endlink). */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2002 California Institute of Technology // turn off warnings under Windows diff --git a/Cantera/src/thermo/SurfPhase.h b/Cantera/src/thermo/SurfPhase.h index b7a5a3c3e..3e2f7c45b 100644 --- a/Cantera/src/thermo/SurfPhase.h +++ b/Cantera/src/thermo/SurfPhase.h @@ -6,13 +6,7 @@ * (see \ref thermoprops and class \link Cantera::SurfPhase SurfPhase\endlink). */ -/* - * $Date$ - * $Revision$ - * - * Copyright 2002 California Institute of Technology - * - */ +// Copyright 2002 California Institute of Technology #ifndef CT_SURFPHASE_H #define CT_SURFPHASE_H diff --git a/Cantera/src/thermo/ThermoFactory.cpp b/Cantera/src/thermo/ThermoFactory.cpp index 7913d50d4..6b7a7fb38 100644 --- a/Cantera/src/thermo/ThermoFactory.cpp +++ b/Cantera/src/thermo/ThermoFactory.cpp @@ -4,12 +4,6 @@ * (see \ref thermoprops and class \link Cantera::ThermoFactory ThermoFactory\endlink). * */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/ThermoFactory.h b/Cantera/src/thermo/ThermoFactory.h index 01ec78d12..1a7d742e1 100644 --- a/Cantera/src/thermo/ThermoFactory.h +++ b/Cantera/src/thermo/ThermoFactory.h @@ -4,13 +4,6 @@ * (see \ref thermoprops and class \link Cantera::ThermoFactory ThermoFactory\endlink). * */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/ThermoPhase.cpp b/Cantera/src/thermo/ThermoPhase.cpp index afc819617..3614ee024 100644 --- a/Cantera/src/thermo/ThermoPhase.cpp +++ b/Cantera/src/thermo/ThermoPhase.cpp @@ -5,14 +5,7 @@ * (see class \link Cantera::ThermoPhase ThermoPhase\endlink). */ -/* - * $Author$ - * $Date$ - * $Revision$ - * - * Copyright 2002 California Institute of Technology - * - */ +// Copyright 2002 California Institute of Technology // turn off warnings under Windows #ifdef WIN32 diff --git a/Cantera/src/thermo/ThermoPhase.h b/Cantera/src/thermo/ThermoPhase.h index c52e74e75..da4483e34 100644 --- a/Cantera/src/thermo/ThermoPhase.h +++ b/Cantera/src/thermo/ThermoPhase.h @@ -6,13 +6,7 @@ * ThermoPhase\endlink). */ -/* - * $Date$ - * $Revision$ - * - * Copyright 2002 California Institute of Technology - * - */ +// Copyright 2002 California Institute of Technology #ifndef CT_THERMOPHASE_H #define CT_THERMOPHASE_H diff --git a/Cantera/src/thermo/VPSSMgr.cpp b/Cantera/src/thermo/VPSSMgr.cpp index 1204bce2c..621e48a81 100644 --- a/Cantera/src/thermo/VPSSMgr.cpp +++ b/Cantera/src/thermo/VPSSMgr.cpp @@ -11,12 +11,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Author$ - * $Date$ - * $Revision$ - */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/thermo/VPSSMgr.h b/Cantera/src/thermo/VPSSMgr.h index b57751883..402854dd7 100644 --- a/Cantera/src/thermo/VPSSMgr.h +++ b/Cantera/src/thermo/VPSSMgr.h @@ -6,12 +6,6 @@ * (see \ref mgrpdssthermocalc and * class \link Cantera::VPSSMgr VPSSMgr\endlink). */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/thermo/VPSSMgrFactory.cpp b/Cantera/src/thermo/VPSSMgrFactory.cpp index 5b78568a7..5f5913ff5 100644 --- a/Cantera/src/thermo/VPSSMgrFactory.cpp +++ b/Cantera/src/thermo/VPSSMgrFactory.cpp @@ -5,10 +5,6 @@ * (see \ref spthermo and class * \link Cantera::VPSSMgrFactory VPSSMgrFactory\endlink); */ -/* - * $Id$ - */ - /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/thermo/VPSSMgrFactory.h b/Cantera/src/thermo/VPSSMgrFactory.h index 5683608b3..4e10d7a91 100644 --- a/Cantera/src/thermo/VPSSMgrFactory.h +++ b/Cantera/src/thermo/VPSSMgrFactory.h @@ -4,12 +4,6 @@ * standard-state thermodynamic properties of a set of species * (see \ref mgrpdssthermocalc and class \link Cantera::VPSSMgrFactory VPSSMgrFactory\endlink); */ - -/* - * $Revision$ - * $Date$ - */ - /* * Copywrite (2006) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/thermo/VPSSMgr_ConstVol.cpp b/Cantera/src/thermo/VPSSMgr_ConstVol.cpp index 12bc083be..8c6a71f11 100644 --- a/Cantera/src/thermo/VPSSMgr_ConstVol.cpp +++ b/Cantera/src/thermo/VPSSMgr_ConstVol.cpp @@ -11,12 +11,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Author$ - * $Date$ - * $Revision$ - */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/thermo/VPSSMgr_ConstVol.h b/Cantera/src/thermo/VPSSMgr_ConstVol.h index 52ead4294..cbde8eb3a 100644 --- a/Cantera/src/thermo/VPSSMgr_ConstVol.h +++ b/Cantera/src/thermo/VPSSMgr_ConstVol.h @@ -5,11 +5,6 @@ * states assuming constant volume (see class * \link Cantera::VPSSMgr_ConstVol VPSSMgr_ConstVol \endlink). */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/thermo/VPSSMgr_General.cpp b/Cantera/src/thermo/VPSSMgr_General.cpp index 442eeda59..27c36e847 100644 --- a/Cantera/src/thermo/VPSSMgr_General.cpp +++ b/Cantera/src/thermo/VPSSMgr_General.cpp @@ -11,12 +11,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Author$ - * $Date$ - * $Revision$ - */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/thermo/VPSSMgr_General.h b/Cantera/src/thermo/VPSSMgr_General.h index fe43a307b..19e274d8f 100644 --- a/Cantera/src/thermo/VPSSMgr_General.h +++ b/Cantera/src/thermo/VPSSMgr_General.h @@ -6,10 +6,6 @@ * but slow way (see \ref mgrpdssthermocalc and * class \link Cantera::VPSSMgr_General VPSSMgr_General\endlink). */ -/* - * $Revision$ - * $Date$ - */ /* * Copywrite (2007) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/thermo/VPSSMgr_IdealGas.cpp b/Cantera/src/thermo/VPSSMgr_IdealGas.cpp index 34ef28457..1b5ccad5b 100644 --- a/Cantera/src/thermo/VPSSMgr_IdealGas.cpp +++ b/Cantera/src/thermo/VPSSMgr_IdealGas.cpp @@ -11,12 +11,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Author$ - * $Date$ - * $Revision$ - */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/thermo/VPSSMgr_IdealGas.h b/Cantera/src/thermo/VPSSMgr_IdealGas.h index 146fa3e0a..37cecc763 100644 --- a/Cantera/src/thermo/VPSSMgr_IdealGas.h +++ b/Cantera/src/thermo/VPSSMgr_IdealGas.h @@ -6,12 +6,6 @@ * (see \ref mgrpdssthermocalc and * class \link Cantera::VPSSMgr_IdealGas VPSSMgr_IdealGas\endlink). */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ - /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/thermo/VPSSMgr_Water_ConstVol.cpp b/Cantera/src/thermo/VPSSMgr_Water_ConstVol.cpp index 40a65a8eb..6e4931c3a 100644 --- a/Cantera/src/thermo/VPSSMgr_Water_ConstVol.cpp +++ b/Cantera/src/thermo/VPSSMgr_Water_ConstVol.cpp @@ -13,12 +13,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ - -/* - * $Date$ - * $Revision$ - */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/thermo/VPSSMgr_Water_ConstVol.h b/Cantera/src/thermo/VPSSMgr_Water_ConstVol.h index 057a1d6f9..95aed3bd9 100644 --- a/Cantera/src/thermo/VPSSMgr_Water_ConstVol.h +++ b/Cantera/src/thermo/VPSSMgr_Water_ConstVol.h @@ -7,12 +7,6 @@ * (see \ref mgrpdssthermocalc and * class \link Cantera::VPSSMgr_ConstVol VPSSMgr_ConstVol\endlink). */ - -/* - * $Revision$ - * $Date$ - */ - /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp b/Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp index 0b33cdd63..a8df8d802 100644 --- a/Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp +++ b/Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp @@ -13,12 +13,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ - -/* - * $Date$ - * $Revision$ - */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/thermo/VPSSMgr_Water_HKFT.h b/Cantera/src/thermo/VPSSMgr_Water_HKFT.h index 462eae89c..e270dba39 100644 --- a/Cantera/src/thermo/VPSSMgr_Water_HKFT.h +++ b/Cantera/src/thermo/VPSSMgr_Water_HKFT.h @@ -6,12 +6,6 @@ * (see \ref mgrpdssthermocalc and * class \link Cantera::VPSSMgr_Water_HKFT VPSSMgr_Water_HKFT\endlink). */ - -/* - * $Revision$ - * $Date$ - */ - /* * Copywrite (2006) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/thermo/VPSSMgr_types.h b/Cantera/src/thermo/VPSSMgr_types.h index 4d55e1eff..4b7fd229f 100644 --- a/Cantera/src/thermo/VPSSMgr_types.h +++ b/Cantera/src/thermo/VPSSMgr_types.h @@ -7,11 +7,6 @@ * (see * class \link Cantera::VPSSMgr VPSSMgr\endlink). */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ /* * Copywrite (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the diff --git a/Cantera/src/thermo/VPStandardStateTP.cpp b/Cantera/src/thermo/VPStandardStateTP.cpp index e1937b055..b09564983 100644 --- a/Cantera/src/thermo/VPStandardStateTP.cpp +++ b/Cantera/src/thermo/VPStandardStateTP.cpp @@ -10,12 +10,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Author$ - * $Date$ - * $Revision$ - */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/thermo/VPStandardStateTP.h b/Cantera/src/thermo/VPStandardStateTP.h index 7990b2cff..e8ae51414 100644 --- a/Cantera/src/thermo/VPStandardStateTP.h +++ b/Cantera/src/thermo/VPStandardStateTP.h @@ -13,11 +13,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Date$ - * $Revision$ - */ - #ifndef CT_VPSTANDARDSTATETP_H #define CT_VPSTANDARDSTATETP_H diff --git a/Cantera/src/thermo/WaterProps.cpp b/Cantera/src/thermo/WaterProps.cpp index f9a4421a0..b2acd99b7 100644 --- a/Cantera/src/thermo/WaterProps.cpp +++ b/Cantera/src/thermo/WaterProps.cpp @@ -6,10 +6,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - //@{ #ifndef MAX #define MAX(x,y) (( (x) > (y) ) ? (x) : (y)) diff --git a/Cantera/src/thermo/WaterProps.h b/Cantera/src/thermo/WaterProps.h index 1f88ef781..08a5afdb2 100644 --- a/Cantera/src/thermo/WaterProps.h +++ b/Cantera/src/thermo/WaterProps.h @@ -10,10 +10,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_WATERPROPS_H #define CT_WATERPROPS_H diff --git a/Cantera/src/thermo/WaterPropsIAPWS.cpp b/Cantera/src/thermo/WaterPropsIAPWS.cpp index 1fd721c83..ac7a22fd3 100644 --- a/Cantera/src/thermo/WaterPropsIAPWS.cpp +++ b/Cantera/src/thermo/WaterPropsIAPWS.cpp @@ -9,10 +9,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #include "WaterPropsIAPWS.h" #include "ctexceptions.h" #include "stringUtils.h" diff --git a/Cantera/src/thermo/WaterPropsIAPWS.h b/Cantera/src/thermo/WaterPropsIAPWS.h index b3c722b1d..6f231ce52 100644 --- a/Cantera/src/thermo/WaterPropsIAPWS.h +++ b/Cantera/src/thermo/WaterPropsIAPWS.h @@ -9,10 +9,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef WATERPROPSIAPWS_H #define WATERPROPSIAPWS_H diff --git a/Cantera/src/thermo/WaterPropsIAPWSphi.cpp b/Cantera/src/thermo/WaterPropsIAPWSphi.cpp index 5f8a382de..b90c28542 100644 --- a/Cantera/src/thermo/WaterPropsIAPWSphi.cpp +++ b/Cantera/src/thermo/WaterPropsIAPWSphi.cpp @@ -8,10 +8,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #include "WaterPropsIAPWSphi.h" #include diff --git a/Cantera/src/thermo/WaterPropsIAPWSphi.h b/Cantera/src/thermo/WaterPropsIAPWSphi.h index bb105dd81..4ce1aa5ed 100644 --- a/Cantera/src/thermo/WaterPropsIAPWSphi.h +++ b/Cantera/src/thermo/WaterPropsIAPWSphi.h @@ -10,10 +10,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef WATERPROPSIAPWSPHI_H #define WATERPROPSIAPWSPHI_H diff --git a/Cantera/src/thermo/WaterSSTP.cpp b/Cantera/src/thermo/WaterSSTP.cpp index 0d3f0ac93..8ac5b57bc 100644 --- a/Cantera/src/thermo/WaterSSTP.cpp +++ b/Cantera/src/thermo/WaterSSTP.cpp @@ -8,10 +8,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #include "xml.h" #include "WaterSSTP.h" #include "WaterPropsIAPWS.h" diff --git a/Cantera/src/thermo/WaterSSTP.h b/Cantera/src/thermo/WaterSSTP.h index 5231f8655..7bc1ef513 100644 --- a/Cantera/src/thermo/WaterSSTP.h +++ b/Cantera/src/thermo/WaterSSTP.h @@ -8,10 +8,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ - #ifndef CT_WATERSSTP_H #define CT_WATERSSTP_H diff --git a/Cantera/src/thermo/electrolytes.h b/Cantera/src/thermo/electrolytes.h index eecd6f878..e5f423b26 100644 --- a/Cantera/src/thermo/electrolytes.h +++ b/Cantera/src/thermo/electrolytes.h @@ -9,9 +9,6 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* - * $Id$ - */ #ifndef CT_ELECTROLYTES_H #define CT_ELECTROLYTES_H namespace Cantera { diff --git a/Cantera/src/thermo/phasereport.cpp b/Cantera/src/thermo/phasereport.cpp index af3dfdacc..ed8881b40 100644 --- a/Cantera/src/thermo/phasereport.cpp +++ b/Cantera/src/thermo/phasereport.cpp @@ -3,13 +3,7 @@ * Output routines for phases */ -/* - * $Date$ - * $Revision$ - * - * Copyright 2001 California Institute of Technology - * - */ +// Copyright 2001 California Institute of Technology // turn off warnings under Windows #ifdef WIN32 diff --git a/Cantera/src/thermo/speciesThermoTypes.h b/Cantera/src/thermo/speciesThermoTypes.h index f8e742821..110dfdcea 100644 --- a/Cantera/src/thermo/speciesThermoTypes.h +++ b/Cantera/src/thermo/speciesThermoTypes.h @@ -3,12 +3,6 @@ * Contains const definitions for types of species * reference-state thermodynamics managers (see \ref spthermo) */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/transport/AqueousTransport.cpp b/Cantera/src/transport/AqueousTransport.cpp index f46ff0dc1..56990f62e 100644 --- a/Cantera/src/transport/AqueousTransport.cpp +++ b/Cantera/src/transport/AqueousTransport.cpp @@ -2,12 +2,6 @@ * @file MixTransport.cpp * Mixture-averaged transport properties for ideal gas mixtures. */ -/* - * $Revision$ - * $Date$ - */ - - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/transport/AqueousTransport.h b/Cantera/src/transport/AqueousTransport.h index 96594606a..e75bc704e 100644 --- a/Cantera/src/transport/AqueousTransport.h +++ b/Cantera/src/transport/AqueousTransport.h @@ -2,11 +2,6 @@ * @file LiquidTransport.h * Header file defining class AqueousTransport */ -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/transport/DustyGasTransport.cpp b/Cantera/src/transport/DustyGasTransport.cpp index 677862726..076549f50 100644 --- a/Cantera/src/transport/DustyGasTransport.cpp +++ b/Cantera/src/transport/DustyGasTransport.cpp @@ -1,23 +1,15 @@ /** - * * @file DustyGasTransport.cpp * Implementation file for class DustyGasTransport * * @ingroup transportProps - * */ /* - * $Author$ - * $Date$ - * $Revision$ - * * Copyright 2003 California Institute of Technology * See file License.txt for licensing information - * */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/transport/LiquidTransport.cpp b/Cantera/src/transport/LiquidTransport.cpp index f31a1d5a4..d54724bd7 100644 --- a/Cantera/src/transport/LiquidTransport.cpp +++ b/Cantera/src/transport/LiquidTransport.cpp @@ -2,11 +2,6 @@ * @file LiquidTransport.cpp * Mixture-averaged transport properties for ideal gas mixtures. */ -/* - * $Revision$ - * $Date$ - */ - #include "ThermoPhase.h" #include "LiquidTransport.h" diff --git a/Cantera/src/transport/LiquidTransport.h b/Cantera/src/transport/LiquidTransport.h index 2733ed1af..b8cd8294d 100644 --- a/Cantera/src/transport/LiquidTransport.h +++ b/Cantera/src/transport/LiquidTransport.h @@ -3,11 +3,6 @@ * @file LiquidTransport.h * Header file defining class LiquidTransport */ -/* - * $Revision$ - * $Date$ - */ - #ifndef CT_LIQUIDTRAN_H #define CT_LIQUIDTRAN_H diff --git a/Cantera/src/transport/LiquidTransportData.h b/Cantera/src/transport/LiquidTransportData.h index a664bedc1..8cf5c8e78 100644 --- a/Cantera/src/transport/LiquidTransportData.h +++ b/Cantera/src/transport/LiquidTransportData.h @@ -3,15 +3,6 @@ * Header file defining class TransportFactory * (see \link Cantera::TransportFactory TransportFactory\endlink) */ -/* - * $Author: hkmoffa $ - * $Date: 2008/12/24 18:19:01 $ - * $Revision: 1.14 $ - * - * - * - */ - #ifndef CT_LIQUIDTRANSPORTDATA_H #define CT_LIQUIDTRANSPORTDATA_H diff --git a/Cantera/src/transport/MMCollisionInt.cpp b/Cantera/src/transport/MMCollisionInt.cpp index c50855c32..888b86a8f 100755 --- a/Cantera/src/transport/MMCollisionInt.cpp +++ b/Cantera/src/transport/MMCollisionInt.cpp @@ -1,13 +1,6 @@ /** * @file MMCollisionInt.cpp */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology */ #ifdef WIN32 diff --git a/Cantera/src/transport/MMCollisionInt.h b/Cantera/src/transport/MMCollisionInt.h index 797a30ea5..5b2d46a89 100755 --- a/Cantera/src/transport/MMCollisionInt.h +++ b/Cantera/src/transport/MMCollisionInt.h @@ -2,12 +2,6 @@ * @file MMCollisionInt.h * Monk and Monchick collision integrals */ -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/transport/MixTransport.cpp b/Cantera/src/transport/MixTransport.cpp index 4f70664af..2872d195a 100755 --- a/Cantera/src/transport/MixTransport.cpp +++ b/Cantera/src/transport/MixTransport.cpp @@ -2,12 +2,6 @@ * @file MixTransport.cpp * Mixture-averaged transport properties for ideal gas mixtures. */ - -/* $Author$ - * $Revision$ - * $Date$ - */ - // copyright 2001 California Institute of Technology diff --git a/Cantera/src/transport/MixTransport.h b/Cantera/src/transport/MixTransport.h index 999937969..229c94154 100644 --- a/Cantera/src/transport/MixTransport.h +++ b/Cantera/src/transport/MixTransport.h @@ -2,12 +2,6 @@ * @file MixTransport.h * Header file defining class MixTransport */ - -/* $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/transport/MultiTransport.cpp b/Cantera/src/transport/MultiTransport.cpp index d44e1b418..3f2c5953b 100755 --- a/Cantera/src/transport/MultiTransport.cpp +++ b/Cantera/src/transport/MultiTransport.cpp @@ -4,17 +4,12 @@ * Implementation file for class MultiTransport * * @ingroup transportProps - * - * $Author$ - * $Date$ - * $Revision$ - * + */ +/* * Copyright 2001 California Institute of Technology * See file License.txt for licensing information - * */ - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/Cantera/src/transport/SimpleTransport.cpp b/Cantera/src/transport/SimpleTransport.cpp index 569f6a2ab..1d998880c 100644 --- a/Cantera/src/transport/SimpleTransport.cpp +++ b/Cantera/src/transport/SimpleTransport.cpp @@ -2,11 +2,6 @@ * @file SimpleTransport.cpp * Simple mostly constant transport properties */ -/* - * $Revision: 1.10 $ - * $Date: 2009/03/24 20:44:30 $ - */ - #include "ThermoPhase.h" #include "SimpleTransport.h" diff --git a/Cantera/src/transport/SimpleTransport.h b/Cantera/src/transport/SimpleTransport.h index 35eb9560f..ddfb304e8 100644 --- a/Cantera/src/transport/SimpleTransport.h +++ b/Cantera/src/transport/SimpleTransport.h @@ -3,11 +3,6 @@ * @file SimpleTransport.h * Header file defining class SimpleTransport */ -/* - * $Revision: 1.9 $ - * $Date: 2009/03/27 18:24:39 $ - */ - #ifndef CT_SIMPLETRAN_H #define CT_SIMPLETRAN_H diff --git a/Cantera/src/transport/SolidTransport.cpp b/Cantera/src/transport/SolidTransport.cpp index 6401d7f45..a75839f08 100644 --- a/Cantera/src/transport/SolidTransport.cpp +++ b/Cantera/src/transport/SolidTransport.cpp @@ -2,12 +2,6 @@ * * @file SolidTransport.cpp */ - -/* $Author$ - * $Revision$ - * $Date$ - */ - // copyright 2008 California Institute of Technology diff --git a/Cantera/src/transport/SolidTransport.h b/Cantera/src/transport/SolidTransport.h index 31e5fe0a1..cc5ad4989 100644 --- a/Cantera/src/transport/SolidTransport.h +++ b/Cantera/src/transport/SolidTransport.h @@ -3,12 +3,6 @@ * @file SolidTransport.h * Header file defining class SolidTransport */ - -/* $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2003 California Institute of Technology diff --git a/Cantera/src/transport/TransportBase.cpp b/Cantera/src/transport/TransportBase.cpp index f0c881907..faee061a2 100644 --- a/Cantera/src/transport/TransportBase.cpp +++ b/Cantera/src/transport/TransportBase.cpp @@ -2,11 +2,6 @@ * @file TransportBase.cpp * Mixture-averaged transport properties for ideal gas mixtures. */ -/* - * $Revision$ - * $Date$ - */ - #include "ThermoPhase.h" #include "LiquidTransport.h" #include "ctexceptions.h" diff --git a/Cantera/src/transport/TransportBase.h b/Cantera/src/transport/TransportBase.h index 46328c4e0..ef3330c7f 100644 --- a/Cantera/src/transport/TransportBase.h +++ b/Cantera/src/transport/TransportBase.h @@ -2,12 +2,6 @@ * @file TransportBase.h * Provides class Transport. */ - -/* - * $Revision$ - * $Date$ - */ - // Copyright 2001-2003 California Institute of Technology diff --git a/Cantera/src/transport/TransportFactory.h b/Cantera/src/transport/TransportFactory.h index e3fe35dd2..82af912f3 100644 --- a/Cantera/src/transport/TransportFactory.h +++ b/Cantera/src/transport/TransportFactory.h @@ -3,19 +3,11 @@ * Header file defining class TransportFactory * (see \link Cantera::TransportFactory TransportFactory\endlink) */ -/* - * $Author$ - * $Date$ - * $Revision$ - * - * Copyright 2001 California Institute of Technology - * - */ +// Copyright 2001 California Institute of Technology #ifndef CT_TRANFACTORY_H #define CT_TRANFACTORY_H - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) @@ -28,8 +20,6 @@ #include #include - - // Cantera includes #include "ct_defs.h" #include "TransportBase.h" diff --git a/Cantera/src/transport/WaterTransport.h b/Cantera/src/transport/WaterTransport.h index 31d89966a..999cc41c1 100644 --- a/Cantera/src/transport/WaterTransport.h +++ b/Cantera/src/transport/WaterTransport.h @@ -3,11 +3,6 @@ * @file LiquidTransport.h * Header file defining class LiquidTransport */ -/* - * $Revision: 1.9 $ - * $Date: 2009/03/27 18:24:39 $ - */ - #ifndef CT_WATERTRAN_H #define CT_WATERTRAN_H diff --git a/Cantera/src/zeroD/ConstPressureReactor.h b/Cantera/src/zeroD/ConstPressureReactor.h index 0e82d1306..a0ee4030e 100644 --- a/Cantera/src/zeroD/ConstPressureReactor.h +++ b/Cantera/src/zeroD/ConstPressureReactor.h @@ -1,9 +1,5 @@ /** * @file Reactor.h - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/FlowDevice.h b/Cantera/src/zeroD/FlowDevice.h index 3273f5c5e..f74ee247d 100644 --- a/Cantera/src/zeroD/FlowDevice.h +++ b/Cantera/src/zeroD/FlowDevice.h @@ -1,9 +1,5 @@ /** * @file FlowDevice.h - * - * $Author$ - * $Date$ - * $Revision$ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/FlowReactor.h b/Cantera/src/zeroD/FlowReactor.h index e6b750d79..49be29905 100644 --- a/Cantera/src/zeroD/FlowReactor.h +++ b/Cantera/src/zeroD/FlowReactor.h @@ -1,9 +1,5 @@ /** * @file FlowReactor.h - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/PID_Controller.h b/Cantera/src/zeroD/PID_Controller.h index 77560dfd0..cd3ec7c13 100644 --- a/Cantera/src/zeroD/PID_Controller.h +++ b/Cantera/src/zeroD/PID_Controller.h @@ -1,9 +1,5 @@ /** * @file PID_Controller.h - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/Reactor.h b/Cantera/src/zeroD/Reactor.h index aca2506ce..8e044e1bf 100644 --- a/Cantera/src/zeroD/Reactor.h +++ b/Cantera/src/zeroD/Reactor.h @@ -1,9 +1,5 @@ /** * @file Reactor.h - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/ReactorBase.cpp b/Cantera/src/zeroD/ReactorBase.cpp index 9348e6d66..a0077488c 100644 --- a/Cantera/src/zeroD/ReactorBase.cpp +++ b/Cantera/src/zeroD/ReactorBase.cpp @@ -1,14 +1,9 @@ /** * @file ReactorBase.cpp - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology - #ifdef WIN32 #pragma warning(disable:4786) #pragma warning(disable:4503) diff --git a/Cantera/src/zeroD/ReactorBase.h b/Cantera/src/zeroD/ReactorBase.h index 047265478..2e39999ec 100644 --- a/Cantera/src/zeroD/ReactorBase.h +++ b/Cantera/src/zeroD/ReactorBase.h @@ -1,13 +1,6 @@ /** * @file ReactorBase.h */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology #ifndef CT_REACTORBASE_H diff --git a/Cantera/src/zeroD/ReactorFactory.cpp b/Cantera/src/zeroD/ReactorFactory.cpp index 3a07c12fa..ff8d0a2f9 100644 --- a/Cantera/src/zeroD/ReactorFactory.cpp +++ b/Cantera/src/zeroD/ReactorFactory.cpp @@ -1,13 +1,6 @@ /** * @file ReactorFactory.cpp */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2006 California Institute of Technology diff --git a/Cantera/src/zeroD/ReactorFactory.h b/Cantera/src/zeroD/ReactorFactory.h index d1da8024f..d05683184 100644 --- a/Cantera/src/zeroD/ReactorFactory.h +++ b/Cantera/src/zeroD/ReactorFactory.h @@ -1,13 +1,6 @@ /** * @file ReactorFactory.h */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/ReactorNet.h b/Cantera/src/zeroD/ReactorNet.h index 021610a23..bad52e761 100644 --- a/Cantera/src/zeroD/ReactorNet.h +++ b/Cantera/src/zeroD/ReactorNet.h @@ -1,13 +1,6 @@ /** * @file ReactorNet.h */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2004 California Institute of Technology #ifndef CT_REACTORNET_H diff --git a/Cantera/src/zeroD/Reservoir.h b/Cantera/src/zeroD/Reservoir.h index d60539df3..130f09509 100644 --- a/Cantera/src/zeroD/Reservoir.h +++ b/Cantera/src/zeroD/Reservoir.h @@ -1,13 +1,6 @@ /** * @file Reservoir.h */ - -/* - * $Author$ - * $Revision$ - * $Date$ - */ - // Copyright 2001 California Institute of Technology #ifndef CT_RESERVOIR_H diff --git a/Cantera/src/zeroD/Wall.h b/Cantera/src/zeroD/Wall.h index 4afeb4b3f..01247205a 100644 --- a/Cantera/src/zeroD/Wall.h +++ b/Cantera/src/zeroD/Wall.h @@ -2,12 +2,6 @@ * @file Wall.h * Header file for class Wall. */ - -/* $Author$ - * $Date$ - * $Revision$ - */ - // Copyright 2001-2004 California Institute of Technology diff --git a/Cantera/src/zeroD/flowControllers.h b/Cantera/src/zeroD/flowControllers.h index 07799d48e..5eead2ff2 100644 --- a/Cantera/src/zeroD/flowControllers.h +++ b/Cantera/src/zeroD/flowControllers.h @@ -2,15 +2,10 @@ * @file flowControllers.h * * Some flow devices derived from class FlowDevice. - * - * $Author$ - * $Revision$ - * $Date$ */ // Copyright 2001 California Institute of Technology - #ifndef CT_FLOWCONTR_H #define CT_FLOWCONTR_H diff --git a/apps/bvp/stagnation.cpp b/apps/bvp/stagnation.cpp index ac885ae38..1638fe2d0 100644 --- a/apps/bvp/stagnation.cpp +++ b/apps/bvp/stagnation.cpp @@ -2,15 +2,8 @@ * @file AxiStagnBVP.cpp */ -/* - * $Author: dggoodwin $ - * $Revision: 1.1 $ - * $Date: 2007/11/06 21:13:09 $ - */ - // Copyright 2002 California Institute of Technology - // turn off warnings under Windows #ifdef WIN32 #pragma warning(disable:4786) diff --git a/data/transport/misc_tran.dat b/data/transport/misc_tran.dat index 586df5bea..88e3267ad 100644 --- a/data/transport/misc_tran.dat +++ b/data/transport/misc_tran.dat @@ -3,10 +3,6 @@ ! ! Miscellaneous collection of transport parameters ! -! $Author: hkmoffa $ -! $Date: 2003/09/05 14:45:59 $ -! $Revision: 1.1 $ -! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! diff --git a/test_problems/ChemEquil_gri_matrix/gri_matrix.cpp b/test_problems/ChemEquil_gri_matrix/gri_matrix.cpp index 4a5176c6b..abc43a00d 100644 --- a/test_problems/ChemEquil_gri_matrix/gri_matrix.cpp +++ b/test_problems/ChemEquil_gri_matrix/gri_matrix.cpp @@ -1,10 +1,5 @@ /* - * $Author: hkmoffa $ - * $Date: 2008/02/16 21:41:06 $ - * $Revision: 1.5 $ - * * Copyright 2002 California Institute of Technology - * */ #include "Cantera.h" diff --git a/test_problems/ChemEquil_gri_pairs/gri_pairs.cpp b/test_problems/ChemEquil_gri_pairs/gri_pairs.cpp index 3e14cd6d2..5ea1b9952 100644 --- a/test_problems/ChemEquil_gri_pairs/gri_pairs.cpp +++ b/test_problems/ChemEquil_gri_pairs/gri_pairs.cpp @@ -1,10 +1,5 @@ /* - * $Author: hkmoffa $ - * $Date: 2008/02/16 21:40:10 $ - * $Revision: 1.3 $ - * * Copyright 2002 California Institute of Technology - * */ #ifdef SRCDIRTREE diff --git a/test_problems/ChemEquil_ionizedGas/ionizedGasEquil.cpp b/test_problems/ChemEquil_ionizedGas/ionizedGasEquil.cpp index b5e836263..f0d614a9b 100644 --- a/test_problems/ChemEquil_ionizedGas/ionizedGasEquil.cpp +++ b/test_problems/ChemEquil_ionizedGas/ionizedGasEquil.cpp @@ -1,11 +1,3 @@ -/* - * $Author: hkmoffa $ - * $Date: 2008/02/16 21:43:06 $ - * $Revision: 1.5 $ - * - * - */ - #ifdef SRCDIRTREE #include "ct_defs.h" #include "ThermoPhase.h" diff --git a/test_problems/ChemEquil_red1/basopt_red1.cpp b/test_problems/ChemEquil_red1/basopt_red1.cpp index 3630cbaca..d24d118d1 100644 --- a/test_problems/ChemEquil_red1/basopt_red1.cpp +++ b/test_problems/ChemEquil_red1/basopt_red1.cpp @@ -1,10 +1,3 @@ -/* - * $Author: hkmoffa $ - * $Date: 2008/02/16 21:44:47 $ - * $Revision: 1.5 $ - * - */ - #include "cantera/Cantera.h" #include "cantera/IdealGasMix.h" #include "cantera/equilibrium.h" diff --git a/test_problems/CpJump/CpJump.cpp b/test_problems/CpJump/CpJump.cpp index 0081d69f2..0a1f6b215 100644 --- a/test_problems/CpJump/CpJump.cpp +++ b/test_problems/CpJump/CpJump.cpp @@ -1,10 +1,5 @@ /* - * $Author: hkmoffa $ - * $Date: 2008/02/16 21:46:15 $ - * $Revision: 1.2 $ - * * Copyright 2002 California Institute of Technology - * */ #ifdef SRCDIRTREE diff --git a/test_problems/VCSnonideal/NaCl_equil/HMW_NaCl.xml b/test_problems/VCSnonideal/NaCl_equil/HMW_NaCl.xml index 59c471cf9..b8ab726fb 100644 --- a/test_problems/VCSnonideal/NaCl_equil/HMW_NaCl.xml +++ b/test_problems/VCSnonideal/NaCl_equil/HMW_NaCl.xml @@ -1,9 +1,5 @@