From 70647c85edb0fae91a34b947ca4c10c154589094 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 27 Jul 2009 23:17:19 +0000 Subject: [PATCH] Initial Import --- Cantera/Makefile.in | 6 +- Cantera/clib/src/Cabinet.h | 2 +- Cantera/clib/src/Makefile.in | 6 +- Cantera/clib/src/Storage.cpp | 2 +- Cantera/clib/src/Storage.h | 2 +- Cantera/clib/src/clib_defs.h | 2 +- Cantera/clib/src/ct.cpp | 2 +- Cantera/clib/src/ct.h | 2 +- Cantera/clib/src/ctbdry.cpp | 2 +- Cantera/clib/src/ctbdry.h | 2 +- Cantera/clib/src/ctfunc.cpp | 2 +- Cantera/clib/src/ctfunc.h | 2 +- Cantera/clib/src/ctmultiphase.cpp | 2 +- Cantera/clib/src/ctmultiphase.h | 2 +- Cantera/clib/src/ctnum.h | 2 +- Cantera/clib/src/ctonedim.cpp | 2 +- Cantera/clib/src/ctonedim.h | 2 +- Cantera/clib/src/ctreactor.cpp | 2 +- Cantera/clib/src/ctreactor.h | 2 +- Cantera/clib/src/ctrpath.cpp | 2 +- Cantera/clib/src/ctrpath.h | 2 +- Cantera/clib/src/ctstagn.h | 2 +- Cantera/clib/src/ctsurf.cpp | 2 +- Cantera/clib/src/ctsurf.h | 2 +- Cantera/clib/src/ctxml.cpp | 2 +- Cantera/clib/src/ctxml.h | 2 +- Cantera/cxx/Makefile.in | 6 +- Cantera/cxx/demos/kinetics1/kinetics1.cpp | 6 +- Cantera/cxx/include/Cantera.h | 4 +- Cantera/cxx/include/Cantera.mak.in | 2 +- Cantera/cxx/include/Cantera_bt.mak.in | 2 +- Cantera/cxx/include/GRI30.h | 2 +- Cantera/cxx/include/Interface.h | 2 +- Cantera/cxx/include/PureFluid.h | 2 +- Cantera/cxx/include/equilibrium.h | 2 +- Cantera/cxx/include/kinetics.h | 2 +- Cantera/cxx/include/zerodim.h | 2 +- Cantera/cxx/src/Makefile.in | 6 +- Cantera/fortran/src/Makefile.in | 6 +- Cantera/fortran/src/fct.cpp | 2 +- Cantera/fortran/src/fctxml.cpp | 4 +- Cantera/matlab/Makefile.in | 6 +- Cantera/matlab/cantera/Contents.m | 2 +- .../matlab/cantera/private/ctfunctions.cpp | 2 +- .../matlab/cantera/private/mixturemethods.cpp | 2 +- Cantera/matlab/cantera/private/mllogger.h | 2 +- .../matlab/cantera/private/phasemethods.cpp | 2 +- .../matlab/cantera/private/reactormethods.cpp | 2 +- .../cantera/private/reactornetmethods.cpp | 2 +- .../matlab/cantera/private/thermomethods.cpp | 2 +- .../matlab/cantera/private/wallmethods.cpp | 2 +- Cantera/matlab/cantera/private/xmlmethods.cpp | 2 +- Cantera/matlab/setup_winmatlab.py | 2 +- Cantera/python/Cantera/Edge.py | 2 +- Cantera/python/Cantera/Interface.py | 2 +- Cantera/python/Cantera/Phase.py | 2 +- Cantera/python/Cantera/importFromFile.py | 2 +- Cantera/python/Makefile.in | 6 +- Cantera/python/ctml_writer.py | 2 +- Cantera/python/src/Makefile.in | 6 +- Cantera/python/src/ctkinetics_methods.cpp | 2 +- Cantera/python/src/ctonedim_methods.cpp | 2 +- Cantera/src/Makefile.in | 6 +- Cantera/src/base/Array.h | 6 +- Cantera/src/base/LogPrintCtrl.cpp | 6 +- Cantera/src/base/LogPrintCtrl.h | 4 +- Cantera/src/base/Makefile.in | 6 +- Cantera/src/base/PrintCtrl.cpp | 6 +- Cantera/src/base/PrintCtrl.h | 4 +- Cantera/src/base/checkFinite.cpp | 4 +- Cantera/src/base/clockWC.cpp | 6 +- Cantera/src/base/clockWC.h | 6 +- Cantera/src/base/ct2ctml.cpp | 4 +- Cantera/src/base/ct_defs.h | 4 +- Cantera/src/base/ctexceptions.h | 4 +- Cantera/src/base/ctml.cpp | 4 +- Cantera/src/base/ctml.h | 4 +- Cantera/src/base/global.h | 4 +- Cantera/src/base/logger.h | 2 +- Cantera/src/base/mdp_allo.cpp | 4 +- Cantera/src/base/mdp_allo.h | 4 +- Cantera/src/base/misc.cpp | 2 +- Cantera/src/base/plots.cpp | 4 +- Cantera/src/base/plots.h | 4 +- Cantera/src/base/stringUtils.cpp | 2 +- Cantera/src/base/stringUtils.h | 4 +- Cantera/src/base/units.h | 2 +- Cantera/src/base/utilities.h | 2 +- Cantera/src/base/vec_functions.h | 4 +- Cantera/src/base/xml.cpp | 4 +- Cantera/src/base/xml.h | 4 +- Cantera/src/converters/CKParser.cpp | 2 +- Cantera/src/converters/Makefile.in | 6 +- Cantera/src/converters/NASA9Parser.cpp | 2 +- Cantera/src/converters/Species.h | 2 +- Cantera/src/converters/ck2ct.cpp | 2 +- Cantera/src/equil/BasisOptimize.cpp | 2 +- Cantera/src/equil/ChemEquil.cpp | 2 +- Cantera/src/equil/ChemEquil.h | 6 +- Cantera/src/equil/Makefile.in | 6 +- Cantera/src/equil/MultiPhase.cpp | 4 +- Cantera/src/equil/MultiPhase.h | 4 +- Cantera/src/equil/MultiPhaseEquil.cpp | 2 +- Cantera/src/equil/PropertyCalculator.h | 6 +- Cantera/src/equil/equil.h | 8 +- Cantera/src/equil/equilibrate.cpp | 2 +- Cantera/src/equil/vcs_DoubleStarStar.cpp | 6 +- Cantera/src/equil/vcs_DoubleStarStar.h | 6 +- Cantera/src/equil/vcs_Exception.h | 2 +- Cantera/src/equil/vcs_Gibbs.cpp | 2 +- Cantera/src/equil/vcs_IntStarStar.cpp | 6 +- Cantera/src/equil/vcs_IntStarStar.h | 6 +- Cantera/src/equil/vcs_MultiPhaseEquil.cpp | 2 +- Cantera/src/equil/vcs_MultiPhaseEquil.h | 6 +- Cantera/src/equil/vcs_SpeciesProperties.h | 2 +- Cantera/src/equil/vcs_TP.cpp | 8 +- Cantera/src/equil/vcs_VolPhase.cpp | 2 +- Cantera/src/equil/vcs_VolPhase.h | 2 +- Cantera/src/equil/vcs_defs.h | 2 +- Cantera/src/equil/vcs_elem.cpp | 2 +- Cantera/src/equil/vcs_elem_rearrange.cpp | 6 +- Cantera/src/equil/vcs_equilibrate.cpp | 2 +- Cantera/src/equil/vcs_inest.cpp | 6 +- Cantera/src/equil/vcs_internal.h | 2 +- Cantera/src/equil/vcs_linmaxc.cpp | 6 +- Cantera/src/equil/vcs_nondim.cpp | 2 +- Cantera/src/equil/vcs_phaseStability.cpp | 6 +- Cantera/src/equil/vcs_prep.cpp | 8 +- Cantera/src/equil/vcs_prob.cpp | 2 +- Cantera/src/equil/vcs_prob.h | 2 +- Cantera/src/equil/vcs_rearrange.cpp | 2 +- Cantera/src/equil/vcs_report.cpp | 2 +- Cantera/src/equil/vcs_root1d.cpp | 2 +- Cantera/src/equil/vcs_rxnadj.cpp | 2 +- Cantera/src/equil/vcs_setMolesLinProg.cpp | 2 +- Cantera/src/equil/vcs_solve.cpp | 2 +- Cantera/src/equil/vcs_solve.h | 2 +- Cantera/src/equil/vcs_solve_TP.cpp | 2 +- Cantera/src/equil/vcs_species_thermo.cpp | 2 +- Cantera/src/equil/vcs_species_thermo.h | 2 +- Cantera/src/equil/vcs_util.cpp | 2 +- Cantera/src/equil/vcs_xerror.c | 6 +- Cantera/src/kinetics/AqueousKinetics.cpp | 4 +- Cantera/src/kinetics/AqueousKinetics.h | 6 +- Cantera/src/kinetics/EdgeKinetics.h | 6 +- Cantera/src/kinetics/Enhanced3BConc.h | 6 +- Cantera/src/kinetics/FalloffFactory.cpp | 6 +- Cantera/src/kinetics/FalloffFactory.h | 4 +- Cantera/src/kinetics/FalloffMgr.h | 6 +- Cantera/src/kinetics/GasKinetics.h | 6 +- Cantera/src/kinetics/GasKineticsWriter.h | 6 +- Cantera/src/kinetics/Group.cpp | 6 +- Cantera/src/kinetics/Group.h | 6 +- Cantera/src/kinetics/ImplicitChem.cpp | 6 +- Cantera/src/kinetics/ImplicitChem.h | 6 +- Cantera/src/kinetics/ImplicitSurfChem.cpp | 6 +- Cantera/src/kinetics/ImplicitSurfChem.h | 6 +- Cantera/src/kinetics/InterfaceKinetics.h | 6 +- Cantera/src/kinetics/Kinetics.cpp | 4 +- Cantera/src/kinetics/Kinetics.h | 4 +- Cantera/src/kinetics/KineticsFactory.cpp | 6 +- Cantera/src/kinetics/KineticsFactory.h | 6 +- Cantera/src/kinetics/Makefile.in | 6 +- Cantera/src/kinetics/RateCoeffMgr.h | 6 +- Cantera/src/kinetics/ReactionData.h | 6 +- Cantera/src/kinetics/ReactionPath.cpp | 6 +- Cantera/src/kinetics/ReactionPath.h | 6 +- Cantera/src/kinetics/ReactionStoichMgr.cpp | 6 +- Cantera/src/kinetics/ReactionStoichMgr.h | 6 +- Cantera/src/kinetics/RxnRates.h | 6 +- Cantera/src/kinetics/StoichManager.h | 6 +- Cantera/src/kinetics/ThirdBodyMgr.h | 6 +- Cantera/src/kinetics/importKinetics.cpp | 6 +- Cantera/src/kinetics/importKinetics.h | 6 +- Cantera/src/kinetics/reaction_defs.h | 6 +- Cantera/src/kinetics/solveSP.cpp | 2 +- Cantera/src/kinetics/solveSP.h | 2 +- Cantera/src/numerics/ArrayViewer.h | 6 +- Cantera/src/numerics/BandMatrix.h | 6 +- Cantera/src/numerics/CVodeInt.cpp | 2 +- Cantera/src/numerics/CVodeInt.h | 6 +- Cantera/src/numerics/CVodesIntegrator.h | 4 +- Cantera/src/numerics/DAE_Solver.h | 4 +- Cantera/src/numerics/DASPK.cpp | 4 +- Cantera/src/numerics/DASPK.h | 4 +- Cantera/src/numerics/DenseMatrix.h | 6 +- Cantera/src/numerics/Func1.h | 6 +- Cantera/src/numerics/IDA_Solver.h | 6 +- Cantera/src/numerics/Integrator.h | 6 +- Cantera/src/numerics/Makefile.in | 6 +- Cantera/src/numerics/NonlinearSolver.cpp | 4 +- Cantera/src/numerics/NonlinearSolver.h | 4 +- Cantera/src/numerics/ResidEval.h | 4 +- Cantera/src/numerics/ResidJacEval.cpp | 4 +- Cantera/src/numerics/ResidJacEval.h | 4 +- Cantera/src/numerics/SquareMatrix.cpp | 4 +- Cantera/src/numerics/SquareMatrix.h | 4 +- Cantera/src/numerics/ctlapack.h | 6 +- Cantera/src/numerics/funcs.cpp | 6 +- Cantera/src/numerics/funcs.h | 6 +- Cantera/src/numerics/polyfit.h | 6 +- Cantera/src/numerics/sort.cpp | 2 +- Cantera/src/numerics/sort.h | 2 +- Cantera/src/oneD/Domain1D.h | 6 +- Cantera/src/oneD/Inlet1D.h | 6 +- Cantera/src/oneD/Makefile.in | 6 +- Cantera/src/oneD/MultiJac.cpp | 6 +- Cantera/src/oneD/MultiJac.h | 6 +- Cantera/src/oneD/MultiNewton.cpp | 6 +- Cantera/src/oneD/MultiNewton.h | 6 +- Cantera/src/oneD/Resid1D.h | 6 +- Cantera/src/oneD/Solid1D.cpp | 6 +- Cantera/src/oneD/Solid1D.h | 6 +- Cantera/src/oneD/StFlow.cpp | 6 +- Cantera/src/oneD/StFlow.h | 6 +- Cantera/src/oneD/boundaries1D.cpp | 6 +- Cantera/src/spectra/Makefile.in | 6 +- Cantera/src/thermo/AdsorbateThermo.h | 6 +- Cantera/src/thermo/ConstCpPoly.cpp | 6 +- Cantera/src/thermo/ConstCpPoly.h | 6 +- Cantera/src/thermo/ConstDensityThermo.cpp | 2 +- Cantera/src/thermo/ConstDensityThermo.h | 6 +- Cantera/src/thermo/Constituents.cpp | 4 +- Cantera/src/thermo/Constituents.h | 4 +- Cantera/src/thermo/Crystal.h | 6 +- Cantera/src/thermo/DebyeHuckel.cpp | 2 +- Cantera/src/thermo/DebyeHuckel.h | 2 +- Cantera/src/thermo/EdgePhase.h | 6 +- Cantera/src/thermo/Elements.cpp | 8 +- Cantera/src/thermo/Elements.h | 8 +- Cantera/src/thermo/GeneralSpeciesThermo.cpp | 2 +- Cantera/src/thermo/GeneralSpeciesThermo.h | 6 +- Cantera/src/thermo/GibbsExcessVPSSTP.cpp | 4 +- Cantera/src/thermo/GibbsExcessVPSSTP.h | 2 +- Cantera/src/thermo/HMWSoln.cpp | 2 +- Cantera/src/thermo/HMWSoln.h | 2 +- Cantera/src/thermo/HMWSoln_input.cpp | 2 +- Cantera/src/thermo/IdealGasPhase.cpp | 2 +- Cantera/src/thermo/IdealGasPhase.h | 6 +- Cantera/src/thermo/IdealMolalSoln.cpp | 4 +- Cantera/src/thermo/IdealMolalSoln.h | 6 +- Cantera/src/thermo/IdealSolidSolnPhase.cpp | 2 +- Cantera/src/thermo/IdealSolidSolnPhase.h | 6 +- Cantera/src/thermo/IdealSolnGasVPSS.cpp | 6 +- Cantera/src/thermo/IdealSolnGasVPSS.h | 6 +- Cantera/src/thermo/LatticePhase.cpp | 2 +- Cantera/src/thermo/LatticePhase.h | 6 +- Cantera/src/thermo/LatticeSolidPhase.cpp | 2 +- Cantera/src/thermo/LatticeSolidPhase.h | 6 +- Cantera/src/thermo/Makefile.in | 6 +- Cantera/src/thermo/MargulesVPSSTP.cpp | 4 +- Cantera/src/thermo/MargulesVPSSTP.h | 2 +- Cantera/src/thermo/MetalPhase.h | 6 +- Cantera/src/thermo/MineralEQ3.cpp | 2 +- Cantera/src/thermo/MineralEQ3.h | 4 +- Cantera/src/thermo/MolalityVPSSTP.cpp | 6 +- Cantera/src/thermo/MolalityVPSSTP.h | 2 +- Cantera/src/thermo/Mu0Poly.cpp | 6 +- Cantera/src/thermo/Mu0Poly.h | 6 +- Cantera/src/thermo/Nasa9Poly1.cpp | 6 +- Cantera/src/thermo/Nasa9Poly1.h | 4 +- .../src/thermo/Nasa9PolyMultiTempRegion.cpp | 6 +- Cantera/src/thermo/Nasa9PolyMultiTempRegion.h | 6 +- Cantera/src/thermo/NasaPoly1.h | 6 +- Cantera/src/thermo/NasaPoly2.h | 6 +- Cantera/src/thermo/NasaThermo.h | 4 +- Cantera/src/thermo/PDSS.cpp | 2 +- Cantera/src/thermo/PDSS.h | 2 +- Cantera/src/thermo/PDSSFactory.cpp | 2 +- Cantera/src/thermo/PDSS_ConstVol.cpp | 2 +- Cantera/src/thermo/PDSS_ConstVol.h | 2 +- Cantera/src/thermo/PDSS_HKFT.cpp | 2 +- Cantera/src/thermo/PDSS_HKFT.h | 4 +- Cantera/src/thermo/PDSS_IdealGas.cpp | 2 +- Cantera/src/thermo/PDSS_IdealGas.h | 2 +- Cantera/src/thermo/PDSS_Water.cpp | 2 +- Cantera/src/thermo/PDSS_Water.h | 6 +- Cantera/src/thermo/Phase.h | 6 +- Cantera/src/thermo/PseudoBinaryVPSSTP.cpp | 4 +- Cantera/src/thermo/PseudoBinaryVPSSTP.h | 2 +- Cantera/src/thermo/PureFluidPhase.cpp | 2 +- Cantera/src/thermo/PureFluidPhase.h | 6 +- Cantera/src/thermo/SemiconductorPhase.h | 6 +- Cantera/src/thermo/ShomatePoly.h | 6 +- Cantera/src/thermo/ShomateThermo.h | 2 +- Cantera/src/thermo/SimpleThermo.h | 2 +- Cantera/src/thermo/SingleSpeciesTP.cpp | 6 +- Cantera/src/thermo/SingleSpeciesTP.h | 6 +- Cantera/src/thermo/SpeciesThermo.h | 6 +- Cantera/src/thermo/SpeciesThermoFactory.cpp | 4 +- Cantera/src/thermo/SpeciesThermoFactory.h | 4 +- .../src/thermo/SpeciesThermoInterpType.cpp | 6 +- Cantera/src/thermo/SpeciesThermoInterpType.h | 6 +- Cantera/src/thermo/SpeciesThermoMgr.h | 6 +- Cantera/src/thermo/State.cpp | 4 +- Cantera/src/thermo/State.h | 4 +- Cantera/src/thermo/StoichSubstance.cpp | 4 +- Cantera/src/thermo/StoichSubstance.h | 4 +- Cantera/src/thermo/StoichSubstanceSSTP.cpp | 2 +- Cantera/src/thermo/StoichSubstanceSSTP.h | 4 +- Cantera/src/thermo/SurfPhase.cpp | 4 +- Cantera/src/thermo/SurfPhase.h | 4 +- Cantera/src/thermo/ThermoFactory.cpp | 4 +- Cantera/src/thermo/ThermoFactory.h | 6 +- Cantera/src/thermo/ThermoPhase.cpp | 6 +- Cantera/src/thermo/ThermoPhase.h | 4 +- Cantera/src/thermo/VPSSMgr.cpp | 6 +- Cantera/src/thermo/VPSSMgr.h | 6 +- Cantera/src/thermo/VPSSMgrFactory.cpp | 2 +- Cantera/src/thermo/VPSSMgrFactory.h | 4 +- Cantera/src/thermo/VPSSMgr_ConstVol.cpp | 6 +- Cantera/src/thermo/VPSSMgr_ConstVol.h | 6 +- Cantera/src/thermo/VPSSMgr_General.cpp | 6 +- Cantera/src/thermo/VPSSMgr_General.h | 4 +- Cantera/src/thermo/VPSSMgr_IdealGas.cpp | 6 +- Cantera/src/thermo/VPSSMgr_IdealGas.h | 6 +- Cantera/src/thermo/VPSSMgr_Water_ConstVol.cpp | 4 +- Cantera/src/thermo/VPSSMgr_Water_ConstVol.h | 4 +- Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp | 4 +- Cantera/src/thermo/VPSSMgr_Water_HKFT.h | 4 +- Cantera/src/thermo/VPSSMgr_types.h | 6 +- Cantera/src/thermo/VPStandardStateTP.cpp | 6 +- Cantera/src/thermo/VPStandardStateTP.h | 4 +- Cantera/src/thermo/WaterProps.cpp | 2 +- Cantera/src/thermo/WaterProps.h | 2 +- Cantera/src/thermo/WaterPropsIAPWS.cpp | 2 +- Cantera/src/thermo/WaterPropsIAPWS.h | 2 +- Cantera/src/thermo/WaterPropsIAPWSphi.cpp | 2 +- Cantera/src/thermo/WaterPropsIAPWSphi.h | 2 +- Cantera/src/thermo/WaterSSTP.cpp | 2 +- Cantera/src/thermo/WaterSSTP.h | 2 +- Cantera/src/thermo/electrolytes.h | 2 +- Cantera/src/thermo/phasereport.cpp | 4 +- Cantera/src/thermo/speciesThermoTypes.h | 6 +- Cantera/src/transport/AqueousTransport.cpp | 4 +- Cantera/src/transport/AqueousTransport.h | 4 +- Cantera/src/transport/DustyGasTransport.cpp | 6 +- Cantera/src/transport/LiquidTransport.cpp | 4 +- Cantera/src/transport/LiquidTransport.h | 4 +- Cantera/src/transport/MMCollisionInt.cpp | 6 +- Cantera/src/transport/MMCollisionInt.h | 6 +- Cantera/src/transport/Makefile.in | 4 +- Cantera/src/transport/MixTransport.cpp | 6 +- Cantera/src/transport/MixTransport.h | 6 +- Cantera/src/transport/MultiTransport.cpp | 6 +- Cantera/src/transport/SolidTransport.cpp | 6 +- Cantera/src/transport/SolidTransport.h | 6 +- Cantera/src/transport/TransportBase.cpp | 4 +- Cantera/src/transport/TransportBase.h | 4 +- Cantera/src/transport/TransportFactory.h | 6 +- Cantera/src/zeroD/ConstPressureReactor.h | 6 +- Cantera/src/zeroD/FlowDevice.h | 6 +- Cantera/src/zeroD/FlowReactor.h | 6 +- Cantera/src/zeroD/Makefile.in | 6 +- Cantera/src/zeroD/PID_Controller.h | 6 +- Cantera/src/zeroD/Reactor.h | 6 +- Cantera/src/zeroD/ReactorBase.cpp | 6 +- Cantera/src/zeroD/ReactorBase.h | 6 +- Cantera/src/zeroD/ReactorFactory.cpp | 6 +- Cantera/src/zeroD/ReactorFactory.h | 6 +- Cantera/src/zeroD/ReactorNet.h | 6 +- Cantera/src/zeroD/Reservoir.h | 6 +- Cantera/src/zeroD/Wall.h | 6 +- Cantera/src/zeroD/flowControllers.h | 6 +- Cantera/user/Makefile.in | 6 +- Makefile.in | 2 +- apps/MixMaster/Units/SI.py | 6 +- apps/MixMaster/Units/__init__.py | 6 +- apps/MixMaster/Units/area.py | 6 +- apps/MixMaster/Units/density.py | 6 +- apps/MixMaster/Units/energy.py | 6 +- apps/MixMaster/Units/force.py | 6 +- apps/MixMaster/Units/length.py | 6 +- apps/MixMaster/Units/mass.py | 6 +- apps/MixMaster/Units/power.py | 6 +- apps/MixMaster/Units/pressure.py | 6 +- apps/MixMaster/Units/specificEnergy.py | 6 +- apps/MixMaster/Units/specificEntropy.py | 6 +- apps/MixMaster/Units/speed.py | 6 +- apps/MixMaster/Units/temperature.py | 6 +- apps/MixMaster/Units/time.py | 6 +- apps/MixMaster/Units/unit.py | 6 +- apps/MixMaster/Units/volume.py | 6 +- apps/bvp/stagnation.cpp | 6 +- configure | 2 - data/inputs/air.xml | 340 ---------- data/inputs/argon.xml | 43 -- data/inputs/h2o2.xml | 633 ------------------ data/inputs/silane.xml | 497 -------------- data/transport/misc_tran.dat | 6 +- examples/cxx/equil_example1.cpp | 6 +- examples/cxx/kinetics_example1.cpp | 6 +- examples/cxx/kinetics_example2.cpp | 6 +- examples/cxx/kinetics_example3.cpp | 6 +- examples/cxx/rxnpath_example1.cpp | 6 +- examples/cxx/transport_example1.cpp | 6 +- examples/cxx/transport_example2.cpp | 6 +- ext/Makefile.in | 8 +- ext/blas/Makefile.in | 2 +- ext/cvode/Makefile.in | 8 +- ext/f2c_blas/Makefile.in | 4 +- ext/f2c_lapack/Makefile.in | 8 +- ext/f2c_libs/Makefile.in | 8 +- ext/f2c_math/Makefile.in | 8 +- ext/f2c_recipes/Makefile.in | 8 +- ext/lapack/Makefile.in | 2 +- ext/math/Makefile.in | 8 +- ext/recipes/Makefile.in | 2 +- ext/tpx/Makefile.in | 2 +- .../ChemEquil_gri_matrix/gri_matrix.cpp | 6 +- .../ChemEquil_gri_pairs/gri_pairs.cpp | 6 +- .../ChemEquil_ionizedGas/ionizedGasEquil.cpp | 6 +- test_problems/ChemEquil_red1/basopt_red1.cpp | 6 +- test_problems/CpJump/CpJump.cpp | 6 +- test_problems/Makefile.in | 6 +- test_problems/VCSnonideal/Makefile.in | 6 +- .../VCSnonideal/NaCl_equil/HMW_NaCl.xml | 6 +- .../VCSnonideal/NaCl_equil/nacl_equil.cpp | 6 +- test_problems/VPsilane_test/silane_equil.cpp | 6 +- .../cathermo/DH_graph_1/DH_graph_1.cpp | 6 +- .../cathermo/DH_graph_NM/DH_graph_1.cpp | 6 +- .../cathermo/DH_graph_Pitzer/DH_graph_1.cpp | 6 +- .../cathermo/DH_graph_acommon/DH_graph_1.cpp | 6 +- .../cathermo/DH_graph_bdotak/DH_graph_1.cpp | 6 +- .../HMW_dupl_test/HMW_NaCl_sp1977_alt.xml | 6 +- .../cathermo/HMW_dupl_test/HMW_dupl_test.cpp | 6 +- .../cathermo/HMW_dupl_test/TemperatureTable.h | 2 +- .../cathermo/HMW_dupl_test/sortAlgorithms.cpp | 6 +- .../cathermo/HMW_dupl_test/sortAlgorithms.h | 6 +- .../HMW_graph_CpvT/HMW_NaCl_sp1977_alt.xml | 6 +- .../HMW_graph_CpvT/HMW_graph_CpvT.cpp | 6 +- .../HMW_graph_CpvT/TemperatureTable.h | 2 +- .../HMW_graph_CpvT/sortAlgorithms.cpp | 6 +- .../cathermo/HMW_graph_CpvT/sortAlgorithms.h | 6 +- .../cathermo/HMW_graph_GvI/HMW_NaCl.xml | 6 +- .../cathermo/HMW_graph_GvI/HMW_graph_GvI.cpp | 6 +- .../cathermo/HMW_graph_GvI/TemperatureTable.h | 2 +- .../cathermo/HMW_graph_GvI/sortAlgorithms.cpp | 6 +- .../cathermo/HMW_graph_GvI/sortAlgorithms.h | 6 +- .../HMW_graph_GvT/HMW_NaCl_sp1977_alt.xml | 6 +- .../cathermo/HMW_graph_GvT/HMW_graph_GvT.cpp | 6 +- .../cathermo/HMW_graph_GvT/TemperatureTable.h | 2 +- .../cathermo/HMW_graph_GvT/sortAlgorithms.cpp | 6 +- .../cathermo/HMW_graph_GvT/sortAlgorithms.h | 6 +- .../HMW_graph_HvT/HMW_NaCl_sp1977_alt.xml | 6 +- .../cathermo/HMW_graph_HvT/HMW_graph_HvT.cpp | 6 +- .../cathermo/HMW_graph_HvT/TemperatureTable.h | 2 +- .../cathermo/HMW_graph_HvT/sortAlgorithms.cpp | 6 +- .../cathermo/HMW_graph_HvT/sortAlgorithms.h | 6 +- .../HMW_graph_VvT/HMW_NaCl_sp1977_alt.xml | 6 +- .../cathermo/HMW_graph_VvT/HMW_graph_VvT.cpp | 6 +- .../cathermo/HMW_graph_VvT/TemperatureTable.h | 2 +- .../cathermo/HMW_graph_VvT/sortAlgorithms.cpp | 6 +- .../cathermo/HMW_graph_VvT/sortAlgorithms.h | 6 +- .../cathermo/HMW_test_1/HMW_test_1.cpp | 8 +- .../cathermo/HMW_test_3/HMW_test_3.cpp | 8 +- test_problems/cathermo/Makefile.in | 6 +- test_problems/cathermo/VPissp/ISSPTester.cpp | 2 +- test_problems/cathermo/ims/IMSTester.cpp | 2 +- test_problems/cathermo/issp/ISSPTester.cpp | 2 +- .../cathermo/stoichSubSSTP/TemperatureTable.h | 2 +- .../cathermo/stoichSubSSTP/sortAlgorithms.cpp | 6 +- .../cathermo/stoichSubSSTP/sortAlgorithms.h | 6 +- .../cathermo/stoichSubSSTP/stoichSubSSTP.cpp | 6 +- .../cathermo/testIAPWS/testIAPWSphi.cpp | 2 +- .../cathermo/testWaterPDSS/testWaterPDSS.cpp | 2 +- .../cathermo/testWaterTP/testWaterSSTP.cpp | 2 +- test_problems/ck2cti_test/Makefile.in | 6 +- test_problems/ck2cti_test/runtest.in | 2 +- test_problems/cxx_ex/Makefile.in | 6 +- test_problems/cxx_ex/runtest | 2 +- test_problems/min_python/Makefile.in | 6 +- .../min_python/negATest/negATest.cpp | 6 +- test_problems/nasa9_reader/Makefile.in | 6 +- test_problems/nasa9_reader/runtest.in | 2 +- test_problems/negATest/negATest.cpp | 6 +- test_problems/printUtilUnitTest/pUtest.cpp | 2 +- test_problems/pureFluidTest/testPureWater.cpp | 2 +- test_problems/silane_equil/silane_equil.cpp | 6 +- test_problems/surfkin/surfdemo.cpp | 2 +- tools/Makefile.in | 6 +- tools/bin/cvs2cl.pl | 8 +- tools/doc/Makefile.in | 6 +- tools/src/ck2cti.cpp | 2 +- tools/templates/f77/demo.mak | 99 --- tools/testtools/csvdiff.cpp | 12 +- tools/testtools/mdp_allo.cpp | 10 +- tools/testtools/mdp_allo.h | 12 +- tools/testtools/tok_input_util.cpp | 14 +- tools/testtools/tok_input_util.h | 14 +- 490 files changed, 1096 insertions(+), 2710 deletions(-) delete mode 100644 data/inputs/air.xml delete mode 100644 data/inputs/argon.xml delete mode 100644 data/inputs/h2o2.xml delete mode 100644 data/inputs/silane.xml delete mode 100644 tools/templates/f77/demo.mak diff --git a/Cantera/Makefile.in b/Cantera/Makefile.in index 8af85d494..1d0500e66 100755 --- a/Cantera/Makefile.in +++ b/Cantera/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2007/05/06 17:16:43 $ +# $Revision: 1.8 $ # # Copyright 2001 California Institute of Technology # See file License.txt for licensing information diff --git a/Cantera/clib/src/Cabinet.h b/Cantera/clib/src/Cabinet.h index 0369cbf72..02ef05032 100755 --- a/Cantera/clib/src/Cabinet.h +++ b/Cantera/clib/src/Cabinet.h @@ -2,7 +2,7 @@ * @file Cabinet.h */ /* - * $Id$ + * $Id: Cabinet.h,v 1.9 2009/07/11 17:16:09 hkmoffa Exp $ */ diff --git a/Cantera/clib/src/Makefile.in b/Cantera/clib/src/Makefile.in index d42de7845..af4229a15 100755 --- a/Cantera/clib/src/Makefile.in +++ b/Cantera/clib/src/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2008/12/30 21:49:41 $ +# $Revision: 1.19 $ # # Copyright 2001 California Institute of Technology # diff --git a/Cantera/clib/src/Storage.cpp b/Cantera/clib/src/Storage.cpp index fea7dc4ad..d5462bccb 100755 --- a/Cantera/clib/src/Storage.cpp +++ b/Cantera/clib/src/Storage.cpp @@ -2,7 +2,7 @@ * @file Storage.cpp */ /* - * $Id$ + * $Id: Storage.cpp,v 1.6 2009/07/11 17:16:09 hkmoffa Exp $ */ diff --git a/Cantera/clib/src/Storage.h b/Cantera/clib/src/Storage.h index 159570e84..62db86fd5 100755 --- a/Cantera/clib/src/Storage.h +++ b/Cantera/clib/src/Storage.h @@ -2,7 +2,7 @@ * @file Storage.h */ /* - * $Id$ + * $Id: Storage.h,v 1.4 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifndef CTC_STORAGE_H diff --git a/Cantera/clib/src/clib_defs.h b/Cantera/clib/src/clib_defs.h index f3fa601f7..ba18a4811 100755 --- a/Cantera/clib/src/clib_defs.h +++ b/Cantera/clib/src/clib_defs.h @@ -2,7 +2,7 @@ * @file clib_defs.h */ /* - * $Id$ + * $Id: clib_defs.h,v 1.5 2009/07/11 17:16:09 hkmoffa Exp $ */ diff --git a/Cantera/clib/src/ct.cpp b/Cantera/clib/src/ct.cpp index 487602c57..dd7e1e5cb 100755 --- a/Cantera/clib/src/ct.cpp +++ b/Cantera/clib/src/ct.cpp @@ -8,7 +8,7 @@ * pointers are passed to or from the calling application. */ -/* $Id$ */ +/* $Id: ct.cpp,v 1.45 2009/07/22 01:23:40 hkmoffa Exp $ */ // turn off warnings under Windows #ifdef WIN32 diff --git a/Cantera/clib/src/ct.h b/Cantera/clib/src/ct.h index 8aa59bec3..4d91d4b05 100755 --- a/Cantera/clib/src/ct.h +++ b/Cantera/clib/src/ct.h @@ -2,7 +2,7 @@ * @file ct.h */ /* - * $Id$ + * $Id: ct.h,v 1.24 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifndef CTC_CT_H diff --git a/Cantera/clib/src/ctbdry.cpp b/Cantera/clib/src/ctbdry.cpp index 76a4e188b..ca15f1c1b 100755 --- a/Cantera/clib/src/ctbdry.cpp +++ b/Cantera/clib/src/ctbdry.cpp @@ -2,7 +2,7 @@ * @file ctbdry.cpp */ /* - * $Id$ + * $Id: ctbdry.cpp,v 1.7 2009/07/11 17:16:09 hkmoffa Exp $ */ diff --git a/Cantera/clib/src/ctbdry.h b/Cantera/clib/src/ctbdry.h index 700901cf3..be287776a 100755 --- a/Cantera/clib/src/ctbdry.h +++ b/Cantera/clib/src/ctbdry.h @@ -2,7 +2,7 @@ * @file ctbdry.h */ /* - * $Id$ + * $Id: ctbdry.h,v 1.4 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifndef CTC_BDRY_H diff --git a/Cantera/clib/src/ctfunc.cpp b/Cantera/clib/src/ctfunc.cpp index 7e3498b34..5ca40261b 100755 --- a/Cantera/clib/src/ctfunc.cpp +++ b/Cantera/clib/src/ctfunc.cpp @@ -2,7 +2,7 @@ * @file ctfunc.cpp */ /* - * $Id$ + * $Id: ctfunc.cpp,v 1.10 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifdef WIN32 diff --git a/Cantera/clib/src/ctfunc.h b/Cantera/clib/src/ctfunc.h index 8c60483ac..0b451ac19 100755 --- a/Cantera/clib/src/ctfunc.h +++ b/Cantera/clib/src/ctfunc.h @@ -2,7 +2,7 @@ * @file ctfunc.h */ /* - * $Id$ + * $Id: ctfunc.h,v 1.4 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifndef CTC_FUNC1_H diff --git a/Cantera/clib/src/ctmultiphase.cpp b/Cantera/clib/src/ctmultiphase.cpp index e37c1dd5e..cf3692b62 100644 --- a/Cantera/clib/src/ctmultiphase.cpp +++ b/Cantera/clib/src/ctmultiphase.cpp @@ -2,7 +2,7 @@ * @file ctmultiphase.cpp */ /* - * $Id$ + * $Id: ctmultiphase.cpp,v 1.15 2009/07/11 17:16:09 hkmoffa Exp $ */ diff --git a/Cantera/clib/src/ctmultiphase.h b/Cantera/clib/src/ctmultiphase.h index 81c99c623..ec3364e46 100644 --- a/Cantera/clib/src/ctmultiphase.h +++ b/Cantera/clib/src/ctmultiphase.h @@ -2,7 +2,7 @@ * @file ctmultiphase.h */ /* - * $Id$ + * $Id: ctmultiphase.h,v 1.7 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifndef CTC_MULTIPHASE_H diff --git a/Cantera/clib/src/ctnum.h b/Cantera/clib/src/ctnum.h index 791a302bf..977c67a7b 100755 --- a/Cantera/clib/src/ctnum.h +++ b/Cantera/clib/src/ctnum.h @@ -2,7 +2,7 @@ * @file ctnum.h */ /* - * $Id$ + * $Id: ctnum.h,v 1.2 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifndef CTC_CTNUM_H diff --git a/Cantera/clib/src/ctonedim.cpp b/Cantera/clib/src/ctonedim.cpp index e1da6fa52..b411fb85f 100644 --- a/Cantera/clib/src/ctonedim.cpp +++ b/Cantera/clib/src/ctonedim.cpp @@ -2,7 +2,7 @@ * @file ctonedim.cpp */ /* - * $Id$ + * $Id: ctonedim.cpp,v 1.25 2009/07/11 17:16:09 hkmoffa Exp $ */ // turn off warnings under Windows diff --git a/Cantera/clib/src/ctonedim.h b/Cantera/clib/src/ctonedim.h index 8bf95e442..1fa45c80e 100644 --- a/Cantera/clib/src/ctonedim.h +++ b/Cantera/clib/src/ctonedim.h @@ -2,7 +2,7 @@ * @file ctonedim.h */ /* - * $Id$ + * $Id: ctonedim.h,v 1.16 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifndef CTC_ONEDIM_H diff --git a/Cantera/clib/src/ctreactor.cpp b/Cantera/clib/src/ctreactor.cpp index 0e8fff638..05d4976f7 100755 --- a/Cantera/clib/src/ctreactor.cpp +++ b/Cantera/clib/src/ctreactor.cpp @@ -2,7 +2,7 @@ * @file ctreactor.cpp */ /* - * $Id$ + * $Id: ctreactor.cpp,v 1.19 2009/07/11 17:16:09 hkmoffa Exp $ */ diff --git a/Cantera/clib/src/ctreactor.h b/Cantera/clib/src/ctreactor.h index 2ab223c07..a54ce3225 100755 --- a/Cantera/clib/src/ctreactor.h +++ b/Cantera/clib/src/ctreactor.h @@ -2,7 +2,7 @@ * @file ctreactor.h */ /* - * $Id$ + * $Id: ctreactor.h,v 1.7 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifndef CTC_REACTOR_H diff --git a/Cantera/clib/src/ctrpath.cpp b/Cantera/clib/src/ctrpath.cpp index 8de8aa1ef..21cd23559 100755 --- a/Cantera/clib/src/ctrpath.cpp +++ b/Cantera/clib/src/ctrpath.cpp @@ -2,7 +2,7 @@ * @file ctrpath.cpp */ /* - * $Id$ + * $Id: ctrpath.cpp,v 1.4 2009/07/11 17:16:09 hkmoffa Exp $ */ #define CANTERA_USE_INTERNAL diff --git a/Cantera/clib/src/ctrpath.h b/Cantera/clib/src/ctrpath.h index c2af32904..5c51ca1e6 100755 --- a/Cantera/clib/src/ctrpath.h +++ b/Cantera/clib/src/ctrpath.h @@ -2,7 +2,7 @@ * @file ctrpath.h */ /* - * $Id$ + * $Id: ctrpath.h,v 1.2 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifndef CTC_RXNPATH_H diff --git a/Cantera/clib/src/ctstagn.h b/Cantera/clib/src/ctstagn.h index 4b4b721bf..156f8732b 100755 --- a/Cantera/clib/src/ctstagn.h +++ b/Cantera/clib/src/ctstagn.h @@ -2,7 +2,7 @@ * @file ctstagn.h */ /* - * $Id$ + * $Id: ctstagn.h,v 1.2 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifndef CTC_STAGN_H diff --git a/Cantera/clib/src/ctsurf.cpp b/Cantera/clib/src/ctsurf.cpp index b7a5f9d93..984c700b0 100755 --- a/Cantera/clib/src/ctsurf.cpp +++ b/Cantera/clib/src/ctsurf.cpp @@ -2,7 +2,7 @@ * @file ctsurf.cpp */ /* - * $Id$ + * $Id: ctsurf.cpp,v 1.6 2009/07/11 17:16:09 hkmoffa Exp $ */ // turn off warnings under Windows diff --git a/Cantera/clib/src/ctsurf.h b/Cantera/clib/src/ctsurf.h index 610422696..19cb35d6f 100755 --- a/Cantera/clib/src/ctsurf.h +++ b/Cantera/clib/src/ctsurf.h @@ -2,7 +2,7 @@ * @file ctsurf.h */ /* - * $Id$ + * $Id: ctsurf.h,v 1.3 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifndef CTC_SURF_H diff --git a/Cantera/clib/src/ctxml.cpp b/Cantera/clib/src/ctxml.cpp index 57b237293..5d008c9b0 100644 --- a/Cantera/clib/src/ctxml.cpp +++ b/Cantera/clib/src/ctxml.cpp @@ -2,7 +2,7 @@ * @file ctxml.cpp */ /* - * $Id$ + * $Id: ctxml.cpp,v 1.13 2009/07/22 01:21:35 hkmoffa Exp $ */ diff --git a/Cantera/clib/src/ctxml.h b/Cantera/clib/src/ctxml.h index 7629c8465..e3b67313d 100644 --- a/Cantera/clib/src/ctxml.h +++ b/Cantera/clib/src/ctxml.h @@ -2,7 +2,7 @@ * @file ctxml.h */ /* - * $Id$ + * $Id: ctxml.h,v 1.6 2009/07/11 17:16:09 hkmoffa Exp $ */ #ifndef CTC_XML_H diff --git a/Cantera/cxx/Makefile.in b/Cantera/cxx/Makefile.in index 9bac968f9..b142632e9 100644 --- a/Cantera/cxx/Makefile.in +++ b/Cantera/cxx/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2009/04/04 03:27:43 $ +# $Revision: 1.14 $ # # Copyright 2001 California Institute of Technology # See file License.txt for licensing information diff --git a/Cantera/cxx/demos/kinetics1/kinetics1.cpp b/Cantera/cxx/demos/kinetics1/kinetics1.cpp index b8e440838..e78d95096 100644 --- a/Cantera/cxx/demos/kinetics1/kinetics1.cpp +++ b/Cantera/cxx/demos/kinetics1/kinetics1.cpp @@ -2,9 +2,9 @@ // // zero-dimensional kinetics example program // -// $Author$ -// $Revision$ -// $Date$ +// $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..15c32a444 100755 --- a/Cantera/cxx/include/Cantera.h +++ b/Cantera/cxx/include/Cantera.h @@ -5,8 +5,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.11 $ + * $Date: 2009/01/05 23:34:40 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/cxx/include/Cantera.mak.in b/Cantera/cxx/include/Cantera.mak.in index 3b53abd33..1be0fd653 100644 --- a/Cantera/cxx/include/Cantera.mak.in +++ b/Cantera/cxx/include/Cantera.mak.in @@ -15,7 +15,7 @@ # # ##################################################################### -# $Id$ +# $Id: Cantera.mak.in,v 1.5 2009/01/09 23:26:41 hkmoffa Exp $ # # # This variable determines whether we are making this example in the diff --git a/Cantera/cxx/include/Cantera_bt.mak.in b/Cantera/cxx/include/Cantera_bt.mak.in index 16935d65b..134dd8eb7 100644 --- a/Cantera/cxx/include/Cantera_bt.mak.in +++ b/Cantera/cxx/include/Cantera_bt.mak.in @@ -15,7 +15,7 @@ # # ##################################################################### -# $Id$ +# $Id: Cantera_bt.mak.in,v 1.2 2008/01/21 21:17:52 hkmoffa Exp $ # # # This variable determines whether we are making this example in the diff --git a/Cantera/cxx/include/GRI30.h b/Cantera/cxx/include/GRI30.h index 6bc28cb26..04de8f887 100644 --- a/Cantera/cxx/include/GRI30.h +++ b/Cantera/cxx/include/GRI30.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: GRI30.h,v 1.8 2008/02/16 21:35:30 hkmoffa Exp $ */ #ifndef CXX_GRI30H #define CXX_GRI30H diff --git a/Cantera/cxx/include/Interface.h b/Cantera/cxx/include/Interface.h index 0734fd233..3dff74dac 100644 --- a/Cantera/cxx/include/Interface.h +++ b/Cantera/cxx/include/Interface.h @@ -5,7 +5,7 @@ */ /* - * $Id$ + * $Id: Interface.h,v 1.10 2008/01/09 13:43:26 dggoodwin Exp $ */ #ifndef CXX_INTERFACE diff --git a/Cantera/cxx/include/PureFluid.h b/Cantera/cxx/include/PureFluid.h index ce7ec4c9e..7b16fb675 100644 --- a/Cantera/cxx/include/PureFluid.h +++ b/Cantera/cxx/include/PureFluid.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: PureFluid.h,v 1.7 2007/12/21 02:58:41 hkmoffa Exp $ */ #ifndef CXX_PUREFLUID #define CXX_PUREFLUID diff --git a/Cantera/cxx/include/equilibrium.h b/Cantera/cxx/include/equilibrium.h index 1de354127..618495d48 100755 --- a/Cantera/cxx/include/equilibrium.h +++ b/Cantera/cxx/include/equilibrium.h @@ -4,7 +4,7 @@ * (see \ref equilfunctions) */ /* - * $Id$ + * $Id: equilibrium.h,v 1.11 2009/04/04 03:27:43 hkmoffa Exp $ */ #ifndef CT_EQUIL_INCL #define CT_EQUIL_INCL diff --git a/Cantera/cxx/include/kinetics.h b/Cantera/cxx/include/kinetics.h index f19fd9114..137599144 100644 --- a/Cantera/cxx/include/kinetics.h +++ b/Cantera/cxx/include/kinetics.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: kinetics.h,v 1.4 2007/05/04 15:18:41 dggoodwin Exp $ */ #ifndef CXX_INCL_KINETICS #define CXX_INCL_KINETICS diff --git a/Cantera/cxx/include/zerodim.h b/Cantera/cxx/include/zerodim.h index 168039815..34d932c4d 100644 --- a/Cantera/cxx/include/zerodim.h +++ b/Cantera/cxx/include/zerodim.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: zerodim.h,v 1.8 2009/07/22 01:21:35 hkmoffa Exp $ */ #ifndef CT_INCL_ZERODIM_H #define CT_INCL_ZERODIM_H diff --git a/Cantera/cxx/src/Makefile.in b/Cantera/cxx/src/Makefile.in index 01e78a4ac..05eaa3c6e 100644 --- a/Cantera/cxx/src/Makefile.in +++ b/Cantera/cxx/src/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2008/12/30 21:49:41 $ +# $Revision: 1.17 $ # # Copyright 2001 California Institute of Technology # diff --git a/Cantera/fortran/src/Makefile.in b/Cantera/fortran/src/Makefile.in index 66f59382f..15f80f708 100644 --- a/Cantera/fortran/src/Makefile.in +++ b/Cantera/fortran/src/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2009/04/04 03:23:32 $ +# $Revision: 1.21 $ # # Copyright 2001 California Institute of Technology # diff --git a/Cantera/fortran/src/fct.cpp b/Cantera/fortran/src/fct.cpp index 7b746d9d6..e7dcf99fd 100644 --- a/Cantera/fortran/src/fct.cpp +++ b/Cantera/fortran/src/fct.cpp @@ -7,7 +7,7 @@ * pointers are passed to or from the calling application. */ /* - * $Id$ + * $Id: fct.cpp,v 1.14 2009/07/23 16:56:48 hkmoffa Exp $ */ // turn off warnings under Windows diff --git a/Cantera/fortran/src/fctxml.cpp b/Cantera/fortran/src/fctxml.cpp index 93efbc8a3..17c96f165 100644 --- a/Cantera/fortran/src/fctxml.cpp +++ b/Cantera/fortran/src/fctxml.cpp @@ -4,8 +4,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.9 $ + * $Date: 2009/07/23 17:03:04 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/matlab/Makefile.in b/Cantera/matlab/Makefile.in index 0bfbed956..fa4000812 100644 --- a/Cantera/matlab/Makefile.in +++ b/Cantera/matlab/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2009/07/06 23:52:40 $ +# $Revision: 1.33 $ # # Copyright 2001-2004 California Institute of Technology # See file License.txt for licensing information diff --git a/Cantera/matlab/cantera/Contents.m b/Cantera/matlab/cantera/Contents.m index 5a4f155ec..c5a94f3e5 100755 --- a/Cantera/matlab/cantera/Contents.m +++ b/Cantera/matlab/cantera/Contents.m @@ -33,7 +33,7 @@ % ctclear - Clear all objects from memory. % % Copyright 2002 California Institute of Technology -% $Revision$ $Date$ +% $Revision: 1.1.1.1 $ $Date: 2003/04/14 17:57:49 $ diff --git a/Cantera/matlab/cantera/private/ctfunctions.cpp b/Cantera/matlab/cantera/private/ctfunctions.cpp index f6b937e22..49c4edcad 100644 --- a/Cantera/matlab/cantera/private/ctfunctions.cpp +++ b/Cantera/matlab/cantera/private/ctfunctions.cpp @@ -2,7 +2,7 @@ * @file ctfunctions.cpp */ /* - * $Id$ + * $Id: ctfunctions.cpp,v 1.10 2009/07/11 16:43:12 hkmoffa Exp $ */ #include "mex.h" diff --git a/Cantera/matlab/cantera/private/mixturemethods.cpp b/Cantera/matlab/cantera/private/mixturemethods.cpp index fc0018012..671c8d901 100644 --- a/Cantera/matlab/cantera/private/mixturemethods.cpp +++ b/Cantera/matlab/cantera/private/mixturemethods.cpp @@ -2,7 +2,7 @@ * @file mixturemethods.cpp */ /* - * $Id$ + * $Id: mixturemethods.cpp,v 1.3 2009/07/11 16:43:12 hkmoffa Exp $ */ #include "mex.h" #include "../../../clib/src/ctmultiphase.h" diff --git a/Cantera/matlab/cantera/private/mllogger.h b/Cantera/matlab/cantera/private/mllogger.h index 30d0e2dd3..2c4ac8d96 100644 --- a/Cantera/matlab/cantera/private/mllogger.h +++ b/Cantera/matlab/cantera/private/mllogger.h @@ -2,7 +2,7 @@ * @file mlloger.h */ /* - * $Id$ + * $Id: mllogger.h,v 1.5 2009/07/11 16:43:12 hkmoffa Exp $ */ #ifndef MLLOGGER_H diff --git a/Cantera/matlab/cantera/private/phasemethods.cpp b/Cantera/matlab/cantera/private/phasemethods.cpp index 3a958f1df..df75fa57e 100644 --- a/Cantera/matlab/cantera/private/phasemethods.cpp +++ b/Cantera/matlab/cantera/private/phasemethods.cpp @@ -2,7 +2,7 @@ * @file phasemethods.cpp */ /* - * $Id$ + * $Id: phasemethods.cpp,v 1.5 2009/07/11 16:43:12 hkmoffa Exp $ */ #include "mex.h" diff --git a/Cantera/matlab/cantera/private/reactormethods.cpp b/Cantera/matlab/cantera/private/reactormethods.cpp index 49bad594c..b22cf37fb 100644 --- a/Cantera/matlab/cantera/private/reactormethods.cpp +++ b/Cantera/matlab/cantera/private/reactormethods.cpp @@ -2,7 +2,7 @@ * @file reactormethods.cpp */ /* - * $Id$ + * $Id: reactormethods.cpp,v 1.5 2009/07/11 16:43:12 hkmoffa Exp $ */ #include "mex.h" diff --git a/Cantera/matlab/cantera/private/reactornetmethods.cpp b/Cantera/matlab/cantera/private/reactornetmethods.cpp index 766ae885f..27b678809 100644 --- a/Cantera/matlab/cantera/private/reactornetmethods.cpp +++ b/Cantera/matlab/cantera/private/reactornetmethods.cpp @@ -2,7 +2,7 @@ * @file reactornetmethods.cpp */ /* - * $Id$ + * $Id: reactornetmethods.cpp,v 1.4 2009/07/11 16:43:13 hkmoffa Exp $ */ #include "mex.h" diff --git a/Cantera/matlab/cantera/private/thermomethods.cpp b/Cantera/matlab/cantera/private/thermomethods.cpp index 02286ed88..c2fb43512 100644 --- a/Cantera/matlab/cantera/private/thermomethods.cpp +++ b/Cantera/matlab/cantera/private/thermomethods.cpp @@ -2,7 +2,7 @@ * @file thermomethods.cpp */ /* - * $Id$ + * $Id: thermomethods.cpp,v 1.11 2009/07/11 16:43:13 hkmoffa Exp $ */ #include "mex.h" #include "../../../clib/src/ct.h" diff --git a/Cantera/matlab/cantera/private/wallmethods.cpp b/Cantera/matlab/cantera/private/wallmethods.cpp index 1b7cf7e20..004b4c652 100644 --- a/Cantera/matlab/cantera/private/wallmethods.cpp +++ b/Cantera/matlab/cantera/private/wallmethods.cpp @@ -2,7 +2,7 @@ * @file wallmethods.cpp */ /* - * $Id$ + * $Id: wallmethods.cpp,v 1.5 2009/07/11 16:43:13 hkmoffa Exp $ */ #include "mex.h" #include "../../../clib/src/ctreactor.h" diff --git a/Cantera/matlab/cantera/private/xmlmethods.cpp b/Cantera/matlab/cantera/private/xmlmethods.cpp index 00397e429..5cc4ed959 100644 --- a/Cantera/matlab/cantera/private/xmlmethods.cpp +++ b/Cantera/matlab/cantera/private/xmlmethods.cpp @@ -2,7 +2,7 @@ * @file xmlmethods.cpp */ /* - * $Id$ + * $Id: xmlmethods.cpp,v 1.5 2009/07/11 16:43:13 hkmoffa Exp $ */ #include "mex.h" diff --git a/Cantera/matlab/setup_winmatlab.py b/Cantera/matlab/setup_winmatlab.py index c41132377..6207f9815 100644 --- a/Cantera/matlab/setup_winmatlab.py +++ b/Cantera/matlab/setup_winmatlab.py @@ -1,7 +1,7 @@ # # python script to create a few key files for the windows build # -# $Id$ +# $Id: setup_winmatlab.py,v 1.29 2009/07/20 19:38:53 hkmoffa Exp $ # import sys import os diff --git a/Cantera/python/Cantera/Edge.py b/Cantera/python/Cantera/Edge.py index a6c661186..32a8c512f 100644 --- a/Cantera/python/Cantera/Edge.py +++ b/Cantera/python/Cantera/Edge.py @@ -7,7 +7,7 @@ from SurfacePhase import EdgePhase from Kinetics import Kinetics import XML -__revision__ = "$Id$" +__revision__ = "$Id: Edge.py,v 1.1 2006/04/23 07:27:10 dggoodwin Exp $" class Edge(EdgePhase, Kinetics): """ diff --git a/Cantera/python/Cantera/Interface.py b/Cantera/python/Cantera/Interface.py index 8a26d8f61..7a7307966 100644 --- a/Cantera/python/Cantera/Interface.py +++ b/Cantera/python/Cantera/Interface.py @@ -7,7 +7,7 @@ from SurfacePhase import SurfacePhase, EdgePhase from Kinetics import Kinetics import XML -__revision__ = "$Id$" +__revision__ = "$Id: Interface.py,v 1.8 2007/02/17 10:48:09 dggoodwin Exp $" class Interface(SurfacePhase, Kinetics): """ diff --git a/Cantera/python/Cantera/Phase.py b/Cantera/python/Cantera/Phase.py index ed65174e8..c5cc1fdba 100755 --- a/Cantera/python/Cantera/Phase.py +++ b/Cantera/python/Cantera/Phase.py @@ -10,7 +10,7 @@ import types from Cantera.num import asarray from exceptions import CanteraError -__revision__ = "$Id$" +__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): diff --git a/Cantera/python/Cantera/importFromFile.py b/Cantera/python/Cantera/importFromFile.py index 4d9f3ae5f..448d13074 100755 --- a/Cantera/python/Cantera/importFromFile.py +++ b/Cantera/python/Cantera/importFromFile.py @@ -8,7 +8,7 @@ import Interface import Edge import XML -__revision__ = "$Id$" +__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 diff --git a/Cantera/python/Makefile.in b/Cantera/python/Makefile.in index 613b8c71f..cad4377a5 100755 --- a/Cantera/python/Makefile.in +++ b/Cantera/python/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2009/04/19 21:11:51 $ +# $Revision: 1.31 $ # # Copyright 2001 California Institute of Technology # See file License.txt for licensing information diff --git a/Cantera/python/ctml_writer.py b/Cantera/python/ctml_writer.py index 9754a7d53..1d78f79cd 100644 --- a/Cantera/python/ctml_writer.py +++ b/Cantera/python/ctml_writer.py @@ -16,7 +16,7 @@ # # -# $Id$ +# $Id: ctml_writer.py,v 1.25 2007/12/30 04:19:38 dggoodwin Exp $ import string diff --git a/Cantera/python/src/Makefile.in b/Cantera/python/src/Makefile.in index 2a68ff12f..4791f646d 100755 --- a/Cantera/python/src/Makefile.in +++ b/Cantera/python/src/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: dggoodwin $ +# $Date: 2003/04/14 17:57:50 $ +# $Revision: 1.1.1.1 $ # # Copyright 2001 California Institute of Technology # diff --git a/Cantera/python/src/ctkinetics_methods.cpp b/Cantera/python/src/ctkinetics_methods.cpp index a9309a4b0..45cd77c19 100644 --- a/Cantera/python/src/ctkinetics_methods.cpp +++ b/Cantera/python/src/ctkinetics_methods.cpp @@ -4,7 +4,7 @@ */ /* - * $Id$ + * $Id: ctkinetics_methods.cpp,v 1.8 2009/04/19 21:03:10 hkmoffa Exp $ */ diff --git a/Cantera/python/src/ctonedim_methods.cpp b/Cantera/python/src/ctonedim_methods.cpp index d1ac71e89..397419f1d 100644 --- a/Cantera/python/src/ctonedim_methods.cpp +++ b/Cantera/python/src/ctonedim_methods.cpp @@ -1,6 +1,6 @@ /* - * $Id$ + * $Id: ctonedim_methods.cpp,v 1.12 2009/03/24 19:13:02 hkmoffa Exp $ */ diff --git a/Cantera/src/Makefile.in b/Cantera/src/Makefile.in index 01072f159..4408231f2 100755 --- a/Cantera/src/Makefile.in +++ b/Cantera/src/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: dggoodwin $ +# $Date: 2007/12/15 17:15:50 $ +# $Revision: 1.58 $ # # Copyright 2001 California Institute of Technology # diff --git a/Cantera/src/base/Array.h b/Cantera/src/base/Array.h index 1bcf45517..191c50ac3 100755 --- a/Cantera/src/base/Array.h +++ b/Cantera/src/base/Array.h @@ -4,9 +4,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.5 $ + * $Date: 2009/01/15 23:05:34 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/base/LogPrintCtrl.cpp b/Cantera/src/base/LogPrintCtrl.cpp index 34cef0ba6..fac746ece 100644 --- a/Cantera/src/base/LogPrintCtrl.cpp +++ b/Cantera/src/base/LogPrintCtrl.cpp @@ -4,9 +4,9 @@ * (see \ref Cantera::LogPrintCtrl). */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.1 $ + * $Date: 2008/04/08 20:19:26 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/base/LogPrintCtrl.h b/Cantera/src/base/LogPrintCtrl.h index 889298e2b..80aa5a8bf 100644 --- a/Cantera/src/base/LogPrintCtrl.h +++ b/Cantera/src/base/LogPrintCtrl.h @@ -4,8 +4,8 @@ * (see \ref Cantera::LogPrintCtrl). */ /* - * $Revision$ - * $Date$ + * $Revision: 1.2 $ + * $Date: 2009/01/15 20:08:50 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/base/Makefile.in b/Cantera/src/base/Makefile.in index 5960403ae..f84ffa75a 100644 --- a/Cantera/src/base/Makefile.in +++ b/Cantera/src/base/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2009/02/11 19:55:56 $ +# $Revision: 1.8 $ # # Copyright 2002 California Institute of Technology # diff --git a/Cantera/src/base/PrintCtrl.cpp b/Cantera/src/base/PrintCtrl.cpp index 973b248b2..f40824fb4 100644 --- a/Cantera/src/base/PrintCtrl.cpp +++ b/Cantera/src/base/PrintCtrl.cpp @@ -4,9 +4,9 @@ * (see \ref Cantera::PrintCtrl). */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.3 $ + * $Date: 2009/03/14 00:27:10 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/base/PrintCtrl.h b/Cantera/src/base/PrintCtrl.h index cce65457f..50e224bc5 100644 --- a/Cantera/src/base/PrintCtrl.h +++ b/Cantera/src/base/PrintCtrl.h @@ -4,8 +4,8 @@ * (see \ref Cantera::PrintCtrl). */ /* - * $Revision$ - * $Date$ + * $Revision: 1.3 $ + * $Date: 2009/03/14 00:27:10 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/base/checkFinite.cpp b/Cantera/src/base/checkFinite.cpp index b20096b99..f4f2f2601 100644 --- a/Cantera/src/base/checkFinite.cpp +++ b/Cantera/src/base/checkFinite.cpp @@ -4,8 +4,8 @@ * check for the presence of NaNs in the code. */ /* - * $Revision$ - * $Date$ + * $Revision: 1.2 $ + * $Date: 2009/03/27 00:39:43 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/base/clockWC.cpp b/Cantera/src/base/clockWC.cpp index 7b7bd7936..6c823ca7d 100644 --- a/Cantera/src/base/clockWC.cpp +++ b/Cantera/src/base/clockWC.cpp @@ -4,9 +4,9 @@ * (see \ref Cantera::clockWC). */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.1 $ + * $Date: 2007/06/11 15:20:03 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/base/clockWC.h b/Cantera/src/base/clockWC.h index 8d3ad1654..d9888ed99 100644 --- a/Cantera/src/base/clockWC.h +++ b/Cantera/src/base/clockWC.h @@ -4,9 +4,9 @@ * (see \ref Cantera::clockWC). */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.1 $ + * $Date: 2007/06/11 15:20:03 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/base/ct2ctml.cpp b/Cantera/src/base/ct2ctml.cpp index 591d599fb..da2fb958b 100644 --- a/Cantera/src/base/ct2ctml.cpp +++ b/Cantera/src/base/ct2ctml.cpp @@ -5,8 +5,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.14 $ + * $Date: 2009/07/13 16:47:40 $ */ // Copyright 2001-2005 California Institute of Technology diff --git a/Cantera/src/base/ct_defs.h b/Cantera/src/base/ct_defs.h index 0aa4459ae..91eee94b2 100755 --- a/Cantera/src/base/ct_defs.h +++ b/Cantera/src/base/ct_defs.h @@ -10,8 +10,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.9 $ + * $Date: 2009/01/24 00:15:00 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/base/ctexceptions.h b/Cantera/src/base/ctexceptions.h index 2ea56fa6f..51e5e0335 100755 --- a/Cantera/src/base/ctexceptions.h +++ b/Cantera/src/base/ctexceptions.h @@ -6,8 +6,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/02/11 19:55:57 $ + * $Revision: 1.7 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/base/ctml.cpp b/Cantera/src/base/ctml.cpp index 3bed038ac..1a00220d7 100755 --- a/Cantera/src/base/ctml.cpp +++ b/Cantera/src/base/ctml.cpp @@ -5,8 +5,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.24 $ + * $Date: 2009/03/13 03:18:08 $ */ // Copyright 2002 California Institute of Technology diff --git a/Cantera/src/base/ctml.h b/Cantera/src/base/ctml.h index 71e3d98b6..79ba4bed6 100755 --- a/Cantera/src/base/ctml.h +++ b/Cantera/src/base/ctml.h @@ -6,8 +6,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.22 $ + * $Date: 2009/07/11 17:20:19 $ */ // Copyright 2002 California Institute of Technology diff --git a/Cantera/src/base/global.h b/Cantera/src/base/global.h index c0386d8fc..d3b02c924 100755 --- a/Cantera/src/base/global.h +++ b/Cantera/src/base/global.h @@ -17,8 +17,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.8 $ + * $Date: 2009/07/06 23:52:40 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/base/logger.h b/Cantera/src/base/logger.h index d4b508aa3..fcc93b0ca 100644 --- a/Cantera/src/base/logger.h +++ b/Cantera/src/base/logger.h @@ -4,7 +4,7 @@ * (see \ref textlogs and class \link Cantera::Logger Logger\endlink). */ /* - * $Id$ + * $Id: logger.h,v 1.3 2008/12/17 17:13:35 hkmoffa Exp $ */ #ifndef CT_LOGGER_H diff --git a/Cantera/src/base/mdp_allo.cpp b/Cantera/src/base/mdp_allo.cpp index 1d9f90e3f..745601491 100644 --- a/Cantera/src/base/mdp_allo.cpp +++ b/Cantera/src/base/mdp_allo.cpp @@ -3,8 +3,8 @@ * Definitions for dynamic allocation of multidimensional pointer arrays */ /* - * $Revision$ - * $Date$ + * $Revision: 1.3 $ + * $Date: 2009/07/22 01:21:35 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/base/mdp_allo.h b/Cantera/src/base/mdp_allo.h index ef41f9b95..03c969fef 100644 --- a/Cantera/src/base/mdp_allo.h +++ b/Cantera/src/base/mdp_allo.h @@ -5,8 +5,8 @@ * one call. */ /* - * $Revision$ - * $Date$ + * $Revision: 1.2 $ + * $Date: 2009/03/27 00:39:43 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/base/misc.cpp b/Cantera/src/base/misc.cpp index d0dcaf49e..692d90bb0 100755 --- a/Cantera/src/base/misc.cpp +++ b/Cantera/src/base/misc.cpp @@ -10,7 +10,7 @@ * HTML_logs */ /* - * $Id$ + * $Id: misc.cpp,v 1.16 2009/07/13 16:47:40 hkmoffa Exp $ */ #ifdef WIN32 diff --git a/Cantera/src/base/plots.cpp b/Cantera/src/base/plots.cpp index fe093e030..de293ba48 100755 --- a/Cantera/src/base/plots.cpp +++ b/Cantera/src/base/plots.cpp @@ -3,8 +3,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.2 $ + * $Date: 2009/01/14 23:16:24 $ */ // Copyright 2002 California Institute of Technology diff --git a/Cantera/src/base/plots.h b/Cantera/src/base/plots.h index 5c2a0a186..794680d37 100755 --- a/Cantera/src/base/plots.h +++ b/Cantera/src/base/plots.h @@ -5,8 +5,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.2 $ + * $Date: 2009/01/14 23:16:24 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/base/stringUtils.cpp b/Cantera/src/base/stringUtils.cpp index 54eb66d32..a8f61444a 100755 --- a/Cantera/src/base/stringUtils.cpp +++ b/Cantera/src/base/stringUtils.cpp @@ -5,7 +5,7 @@ */ /* - * $Id$ + * $Id: stringUtils.cpp,v 1.22 2009/01/15 20:08:50 hkmoffa Exp $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/base/stringUtils.h b/Cantera/src/base/stringUtils.h index 4dc6c7dbf..367affb23 100755 --- a/Cantera/src/base/stringUtils.h +++ b/Cantera/src/base/stringUtils.h @@ -5,8 +5,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.15 $ + * $Date: 2009/01/15 20:08:50 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/base/units.h b/Cantera/src/base/units.h index b6fb22363..86ba5409c 100644 --- a/Cantera/src/base/units.h +++ b/Cantera/src/base/units.h @@ -7,7 +7,7 @@ * This header is included only by file misc.cpp. */ /* - * $Id$ + * $Id: units.h,v 1.5 2007/12/15 17:15:50 dggoodwin Exp $ */ // Copyright 2002 California Institute of Technology diff --git a/Cantera/src/base/utilities.h b/Cantera/src/base/utilities.h index 7b5221555..a608789f5 100755 --- a/Cantera/src/base/utilities.h +++ b/Cantera/src/base/utilities.h @@ -6,7 +6,7 @@ // Copyright 2001 California Institute of Technology /* - * $Id$ + * $Id: utilities.h,v 1.9 2008/08/22 14:41:07 hkmoffa Exp $ */ /** diff --git a/Cantera/src/base/vec_functions.h b/Cantera/src/base/vec_functions.h index 36d1fbe71..074ff9d69 100755 --- a/Cantera/src/base/vec_functions.h +++ b/Cantera/src/base/vec_functions.h @@ -3,8 +3,8 @@ * Templates for operations on vector-like objects. */ /* - * $Date$ - * $Revision$ + * $Date: 2009/01/15 20:08:50 $ + * $Revision: 1.3 $ * * Copyright 2001 California Institute of Technology * diff --git a/Cantera/src/base/xml.cpp b/Cantera/src/base/xml.cpp index 08a6f3dff..02b83c335 100755 --- a/Cantera/src/base/xml.cpp +++ b/Cantera/src/base/xml.cpp @@ -6,8 +6,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.27 $ + * $Date: 2009/07/22 01:21:35 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/base/xml.h b/Cantera/src/base/xml.h index 571f2436a..4f48c5505 100755 --- a/Cantera/src/base/xml.h +++ b/Cantera/src/base/xml.h @@ -6,8 +6,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.23 $ + * $Date: 2009/07/22 01:21:35 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/converters/CKParser.cpp b/Cantera/src/converters/CKParser.cpp index b51b408ea..3efea5455 100755 --- a/Cantera/src/converters/CKParser.cpp +++ b/Cantera/src/converters/CKParser.cpp @@ -5,7 +5,7 @@ // Copyright 2001 California Institute of Technology // -// $Id$ +// $Id: CKParser.cpp,v 1.23 2009/03/13 03:26:18 hkmoffa Exp $ // turn off warnings about truncating long names under Windows #ifdef WIN32 diff --git a/Cantera/src/converters/Makefile.in b/Cantera/src/converters/Makefile.in index d491f2f59..9290b1ad7 100644 --- a/Cantera/src/converters/Makefile.in +++ b/Cantera/src/converters/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2008/12/30 21:49:41 $ +# $Revision: 1.19 $ # # Copyright 2002 California Institute of Technology # diff --git a/Cantera/src/converters/NASA9Parser.cpp b/Cantera/src/converters/NASA9Parser.cpp index cb4f7069a..8b917c78d 100644 --- a/Cantera/src/converters/NASA9Parser.cpp +++ b/Cantera/src/converters/NASA9Parser.cpp @@ -5,7 +5,7 @@ // Copyright 2001 California Institute of Technology // -// $Id$ +// $Id: NASA9Parser.cpp,v 1.2 2009/03/13 03:26:18 hkmoffa Exp $ // diff --git a/Cantera/src/converters/Species.h b/Cantera/src/converters/Species.h index 9b82c7d3a..9b0b84e99 100755 --- a/Cantera/src/converters/Species.h +++ b/Cantera/src/converters/Species.h @@ -3,7 +3,7 @@ * */ /* - * $Id$ + * $Id: Species.h,v 1.2 2007/09/13 15:05:39 hkmoffa Exp $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/converters/ck2ct.cpp b/Cantera/src/converters/ck2ct.cpp index 464ab8283..a9b178586 100644 --- a/Cantera/src/converters/ck2ct.cpp +++ b/Cantera/src/converters/ck2ct.cpp @@ -3,7 +3,7 @@ * Convert CK-format reaction mechanism files to Cantera input format. */ /* - * $Id$ + * $Id: ck2ct.cpp,v 1.27 2009/01/10 18:03:31 hkmoffa Exp $ * */ #ifdef WIN32 diff --git a/Cantera/src/equil/BasisOptimize.cpp b/Cantera/src/equil/BasisOptimize.cpp index b98d36ff4..809cd2050 100644 --- a/Cantera/src/equil/BasisOptimize.cpp +++ b/Cantera/src/equil/BasisOptimize.cpp @@ -5,7 +5,7 @@ */ /* - * $Id$ + * $Id: BasisOptimize.cpp,v 1.9 2009/01/05 23:20:43 hkmoffa Exp $ */ #include "ct_defs.h" diff --git a/Cantera/src/equil/ChemEquil.cpp b/Cantera/src/equil/ChemEquil.cpp index d78714575..25b3145ab 100755 --- a/Cantera/src/equil/ChemEquil.cpp +++ b/Cantera/src/equil/ChemEquil.cpp @@ -8,7 +8,7 @@ /* * * - * $Id$ + * $Id: ChemEquil.cpp,v 1.15 2009/03/14 03:28:04 hkmoffa Exp $ * * Copyright 2001 California Institute of Technology * diff --git a/Cantera/src/equil/ChemEquil.h b/Cantera/src/equil/ChemEquil.h index f39244292..d40d1ef77 100755 --- a/Cantera/src/equil/ChemEquil.h +++ b/Cantera/src/equil/ChemEquil.h @@ -3,9 +3,9 @@ * * Chemical equilibrium. * - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/09/04 17:03:42 $ + * $Revision: 1.6 $ * * Copyright 2001 California Institute of Technology * diff --git a/Cantera/src/equil/Makefile.in b/Cantera/src/equil/Makefile.in index 363c44348..1ef465f86 100644 --- a/Cantera/src/equil/Makefile.in +++ b/Cantera/src/equil/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2008/12/30 21:49:41 $ +# $Revision: 1.16 $ # # Copyright 2002 California Institute of Technology # diff --git a/Cantera/src/equil/MultiPhase.cpp b/Cantera/src/equil/MultiPhase.cpp index 81dcb4865..7d8567f72 100644 --- a/Cantera/src/equil/MultiPhase.cpp +++ b/Cantera/src/equil/MultiPhase.cpp @@ -5,8 +5,8 @@ */ /* * - * $Date$ - * $Revision$ + * $Date: 2009/04/17 00:40:48 $ + * $Revision: 1.15 $ */ #include "MultiPhase.h" diff --git a/Cantera/src/equil/MultiPhase.h b/Cantera/src/equil/MultiPhase.h index 69c9812aa..8bd66fbb9 100644 --- a/Cantera/src/equil/MultiPhase.h +++ b/Cantera/src/equil/MultiPhase.h @@ -5,8 +5,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/04/17 00:40:48 $ + * $Revision: 1.11 $ */ // Copyright 2004 California Institute of Technology diff --git a/Cantera/src/equil/MultiPhaseEquil.cpp b/Cantera/src/equil/MultiPhaseEquil.cpp index 0d70eaae5..db5e786d4 100644 --- a/Cantera/src/equil/MultiPhaseEquil.cpp +++ b/Cantera/src/equil/MultiPhaseEquil.cpp @@ -2,7 +2,7 @@ * @file MultiPhaseEquil.cpp */ /* - * $Id$ + * $Id: MultiPhaseEquil.cpp,v 1.12 2009/04/22 00:33:35 hkmoffa Exp $ */ #include "MultiPhaseEquil.h" diff --git a/Cantera/src/equil/PropertyCalculator.h b/Cantera/src/equil/PropertyCalculator.h index cb37cbcbb..f5ae87345 100755 --- a/Cantera/src/equil/PropertyCalculator.h +++ b/Cantera/src/equil/PropertyCalculator.h @@ -1,9 +1,9 @@ /** * @file PropertyCalculator.h * - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.2 $ + * $Date: 2008/12/17 16:56:43 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/equil/equil.h b/Cantera/src/equil/equil.h index c4211aff8..e43f1471a 100644 --- a/Cantera/src/equil/equil.h +++ b/Cantera/src/equil/equil.h @@ -1,8 +1,8 @@ /*********************************************************************** - * $RCSfile$ - * $Author$ - * $Date$ - * $Revision$ + * $RCSfile: equil.h,v $ + * $Author: hkmoffa $ + * $Date: 2008/04/11 22:44:49 $ + * $Revision: 1.3 $ ***********************************************************************/ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/equil/equilibrate.cpp b/Cantera/src/equil/equilibrate.cpp index 548df4f68..3c50e5cca 100644 --- a/Cantera/src/equil/equilibrate.cpp +++ b/Cantera/src/equil/equilibrate.cpp @@ -4,7 +4,7 @@ * */ /* - * $Id$ + * $Id: equilibrate.cpp,v 1.11 2009/03/18 17:27:20 hkmoffa Exp $ */ #include "equil.h" #include "ChemEquil.h" diff --git a/Cantera/src/equil/vcs_DoubleStarStar.cpp b/Cantera/src/equil/vcs_DoubleStarStar.cpp index 4a95e111b..0b72701eb 100644 --- a/Cantera/src/equil/vcs_DoubleStarStar.cpp +++ b/Cantera/src/equil/vcs_DoubleStarStar.cpp @@ -5,9 +5,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.2 $ + * $Date: 2008/08/01 16:05:38 $ */ #include "vcs_DoubleStarStar.h" diff --git a/Cantera/src/equil/vcs_DoubleStarStar.h b/Cantera/src/equil/vcs_DoubleStarStar.h index 79db395ea..cb6060f69 100644 --- a/Cantera/src/equil/vcs_DoubleStarStar.h +++ b/Cantera/src/equil/vcs_DoubleStarStar.h @@ -5,9 +5,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.2 $ + * $Date: 2008/08/01 16:05:38 $ */ #ifndef VCS_DOUBLESTARSTAR_H diff --git a/Cantera/src/equil/vcs_Exception.h b/Cantera/src/equil/vcs_Exception.h index c08216868..3ee7fbacb 100644 --- a/Cantera/src/equil/vcs_Exception.h +++ b/Cantera/src/equil/vcs_Exception.h @@ -2,7 +2,7 @@ * @file vcs_Exception.h */ /* - * $Id$ + * $Id: vcs_Exception.h,v 1.2 2008/07/22 16:23:55 hkmoffa Exp $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_Gibbs.cpp b/Cantera/src/equil/vcs_Gibbs.cpp index f427da1a3..224095eae 100644 --- a/Cantera/src/equil/vcs_Gibbs.cpp +++ b/Cantera/src/equil/vcs_Gibbs.cpp @@ -3,7 +3,7 @@ * Functions which calculate the extrinsic Gibbs Free energies */ /* - * $Id$ + * $Id: vcs_Gibbs.cpp,v 1.12 2009/03/27 21:32:33 hkmoffa Exp $ */ /* diff --git a/Cantera/src/equil/vcs_IntStarStar.cpp b/Cantera/src/equil/vcs_IntStarStar.cpp index 772ade325..c356298f0 100644 --- a/Cantera/src/equil/vcs_IntStarStar.cpp +++ b/Cantera/src/equil/vcs_IntStarStar.cpp @@ -5,9 +5,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.1 $ + * $Date: 2007/12/19 21:19:28 $ */ #include "vcs_IntStarStar.h" diff --git a/Cantera/src/equil/vcs_IntStarStar.h b/Cantera/src/equil/vcs_IntStarStar.h index 653f42bb7..bde2bcf02 100644 --- a/Cantera/src/equil/vcs_IntStarStar.h +++ b/Cantera/src/equil/vcs_IntStarStar.h @@ -5,9 +5,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.1 $ + * $Date: 2007/12/19 21:19:28 $ */ #ifndef VCS_INTSTARSTAR_H diff --git a/Cantera/src/equil/vcs_MultiPhaseEquil.cpp b/Cantera/src/equil/vcs_MultiPhaseEquil.cpp index 9d8863917..e394ddf53 100644 --- a/Cantera/src/equil/vcs_MultiPhaseEquil.cpp +++ b/Cantera/src/equil/vcs_MultiPhaseEquil.cpp @@ -3,7 +3,7 @@ * Driver routine for the VCSnonideal equilibrium solver package */ /* - * $Id$ + * $Id: vcs_MultiPhaseEquil.cpp,v 1.48 2009/03/28 03:07:23 hkmoffa Exp $ */ /* * Copywrite (2006) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_MultiPhaseEquil.h b/Cantera/src/equil/vcs_MultiPhaseEquil.h index 3b35973a4..4ef1a8857 100644 --- a/Cantera/src/equil/vcs_MultiPhaseEquil.h +++ b/Cantera/src/equil/vcs_MultiPhaseEquil.h @@ -4,9 +4,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.12 $ + * $Date: 2008/05/06 16:53:37 $ */ diff --git a/Cantera/src/equil/vcs_SpeciesProperties.h b/Cantera/src/equil/vcs_SpeciesProperties.h index 7a3457a6d..13d8ec9d3 100644 --- a/Cantera/src/equil/vcs_SpeciesProperties.h +++ b/Cantera/src/equil/vcs_SpeciesProperties.h @@ -1,5 +1,5 @@ -/* $Id$ */ +/* $Id: vcs_SpeciesProperties.h,v 1.1 2007/12/19 21:19:28 hkmoffa Exp $ */ #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 587d21f55..4b9f2e0ff 100644 --- a/Cantera/src/equil/vcs_TP.cpp +++ b/Cantera/src/equil/vcs_TP.cpp @@ -2,10 +2,10 @@ /* -------------------------------------------------- */ /* | RCS Head Information on zuzax.pchem.sandia.gov | */ /* -------------------------------------------------- */ -/* $RCSfile$ */ -/* $Author$ */ -/* $Date$ */ -/* $Revision$ */ +/* $RCSfile: vcs_TP.cpp,v $ */ +/* $Author: hkmoffa $ */ +/* $Date: 2008/12/17 16:34:18 $ */ +/* $Revision: 1.14 $ */ /* ======================================================================= */ #include "vcs_solve.h" diff --git a/Cantera/src/equil/vcs_VolPhase.cpp b/Cantera/src/equil/vcs_VolPhase.cpp index 760f919ff..cdac4b681 100644 --- a/Cantera/src/equil/vcs_VolPhase.cpp +++ b/Cantera/src/equil/vcs_VolPhase.cpp @@ -2,7 +2,7 @@ * @file vcs_VolPhase.cpp */ -/* $Id$ */ +/* $Id: vcs_VolPhase.cpp,v 1.37 2009/07/23 14:41:40 hkmoffa Exp $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_VolPhase.h b/Cantera/src/equil/vcs_VolPhase.h index 808558a16..6de83bdeb 100644 --- a/Cantera/src/equil/vcs_VolPhase.h +++ b/Cantera/src/equil/vcs_VolPhase.h @@ -3,7 +3,7 @@ * Header for the object representing each phase within vcs */ /* - * $Id$ + * $Id: vcs_VolPhase.h,v 1.29 2009/04/18 00:42:50 hkmoffa Exp $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_defs.h b/Cantera/src/equil/vcs_defs.h index 056859ff6..28e46c17c 100644 --- a/Cantera/src/equil/vcs_defs.h +++ b/Cantera/src/equil/vcs_defs.h @@ -3,7 +3,7 @@ * Defines and definitions within the vcs package */ /* - * $Id$ + * $Id: vcs_defs.h,v 1.14 2009/04/18 00:42:51 hkmoffa Exp $ */ /* diff --git a/Cantera/src/equil/vcs_elem.cpp b/Cantera/src/equil/vcs_elem.cpp index 0d6d37ef8..0c293f710 100644 --- a/Cantera/src/equil/vcs_elem.cpp +++ b/Cantera/src/equil/vcs_elem.cpp @@ -5,7 +5,7 @@ * of the element abundances constraints. */ /* - * $Id$ + * $Id: vcs_elem.cpp,v 1.12 2008/10/23 01:13:35 hkmoffa Exp $ */ #include "vcs_solve.h" diff --git a/Cantera/src/equil/vcs_elem_rearrange.cpp b/Cantera/src/equil/vcs_elem_rearrange.cpp index 95e94feaa..c86d7d8ba 100644 --- a/Cantera/src/equil/vcs_elem_rearrange.cpp +++ b/Cantera/src/equil/vcs_elem_rearrange.cpp @@ -3,9 +3,9 @@ * Contains implementations for rearranging the element columns, and * it contains the algorithm for choosing the rearrangement. */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: hkmoffa $ + * $Date: 2008/12/17 16:56:43 $ + * $Revision: 1.13 $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_equilibrate.cpp b/Cantera/src/equil/vcs_equilibrate.cpp index ed46e6c14..6039c65d0 100644 --- a/Cantera/src/equil/vcs_equilibrate.cpp +++ b/Cantera/src/equil/vcs_equilibrate.cpp @@ -4,7 +4,7 @@ */ /* * - * $Id$ + * $Id: vcs_equilibrate.cpp,v 1.7 2009/03/18 17:27:20 hkmoffa Exp $ */ /* * Copywrite (2006) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_inest.cpp b/Cantera/src/equil/vcs_inest.cpp index f071a044a..e45505cad 100644 --- a/Cantera/src/equil/vcs_inest.cpp +++ b/Cantera/src/equil/vcs_inest.cpp @@ -2,9 +2,9 @@ * @file vcs_inest.cpp * Implementation methods for obtaining a good initial guess */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: hkmoffa $ + * $Date: 2009/03/27 22:36:20 $ + * $Revision: 1.35 $ */ /* diff --git a/Cantera/src/equil/vcs_internal.h b/Cantera/src/equil/vcs_internal.h index a54fe3b5b..349c00a40 100644 --- a/Cantera/src/equil/vcs_internal.h +++ b/Cantera/src/equil/vcs_internal.h @@ -3,7 +3,7 @@ * Internal declarations for the VCSnonideal package */ /* - * $Id$ + * $Id: vcs_internal.h,v 1.20 2009/04/18 00:42:51 hkmoffa Exp $ */ /* diff --git a/Cantera/src/equil/vcs_linmaxc.cpp b/Cantera/src/equil/vcs_linmaxc.cpp index 813324eb7..20c2b0398 100644 --- a/Cantera/src/equil/vcs_linmaxc.cpp +++ b/Cantera/src/equil/vcs_linmaxc.cpp @@ -1,6 +1,6 @@ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: hkmoffa $ + * $Date: 2008/12/17 16:34:18 $ + * $Revision: 1.5 $ */ /* diff --git a/Cantera/src/equil/vcs_nondim.cpp b/Cantera/src/equil/vcs_nondim.cpp index 16d44448d..cd0a31b16 100644 --- a/Cantera/src/equil/vcs_nondim.cpp +++ b/Cantera/src/equil/vcs_nondim.cpp @@ -3,7 +3,7 @@ * Nondimensionalization routines within VCSnonideal */ /* - * $Id$ + * $Id: vcs_nondim.cpp,v 1.17 2008/12/17 16:56:43 hkmoffa Exp $ */ /* * Copywrite (2007) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_phaseStability.cpp b/Cantera/src/equil/vcs_phaseStability.cpp index 64a8a4d31..7193015d7 100644 --- a/Cantera/src/equil/vcs_phaseStability.cpp +++ b/Cantera/src/equil/vcs_phaseStability.cpp @@ -1,7 +1,7 @@ /* ======================================================================= */ -/* $RCSfile$ */ -/* $Date$ */ -/* $Revision$ */ +/* $RCSfile: vcs_phaseStability.cpp,v $ */ +/* $Date: 2009/04/18 00:42:51 $ */ +/* $Revision: 1.8 $ */ /* ======================================================================= */ diff --git a/Cantera/src/equil/vcs_prep.cpp b/Cantera/src/equil/vcs_prep.cpp index 390f84fb0..eee8a75a2 100644 --- a/Cantera/src/equil/vcs_prep.cpp +++ b/Cantera/src/equil/vcs_prep.cpp @@ -3,10 +3,10 @@ * This file contains some prepatory functions. */ -/* $RCSfile$ */ -/* $Author$ */ -/* $Date$ */ -/* $Revision$ */ +/* $RCSfile: vcs_prep.cpp,v $ */ +/* $Author: hkmoffa $ */ +/* $Date: 2008/12/17 16:34:18 $ */ +/* $Revision: 1.25 $ */ /* * 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..0993faa3c 100644 --- a/Cantera/src/equil/vcs_prob.cpp +++ b/Cantera/src/equil/vcs_prob.cpp @@ -5,7 +5,7 @@ */ /* - * $Id$ + * $Id: vcs_prob.cpp,v 1.22 2008/12/17 16:56:43 hkmoffa Exp $ */ /* diff --git a/Cantera/src/equil/vcs_prob.h b/Cantera/src/equil/vcs_prob.h index 70905a50b..d235c392d 100644 --- a/Cantera/src/equil/vcs_prob.h +++ b/Cantera/src/equil/vcs_prob.h @@ -4,7 +4,7 @@ */ /* - * $Id$ + * $Id: vcs_prob.h,v 1.6 2008/05/06 16:53:38 hkmoffa Exp $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_rearrange.cpp b/Cantera/src/equil/vcs_rearrange.cpp index e12310c55..4d556c784 100644 --- a/Cantera/src/equil/vcs_rearrange.cpp +++ b/Cantera/src/equil/vcs_rearrange.cpp @@ -3,7 +3,7 @@ * implementation file for rearranging species. */ /* - * $Id$ + * $Id: vcs_rearrange.cpp,v 1.5 2008/12/17 16:34:18 hkmoffa Exp $ */ /* * Copywrite (2007) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_report.cpp b/Cantera/src/equil/vcs_report.cpp index 94dde2c62..9beb9a1f2 100644 --- a/Cantera/src/equil/vcs_report.cpp +++ b/Cantera/src/equil/vcs_report.cpp @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: vcs_report.cpp,v 1.38 2009/04/01 01:16:40 hkmoffa Exp $ */ /* diff --git a/Cantera/src/equil/vcs_root1d.cpp b/Cantera/src/equil/vcs_root1d.cpp index bb8116b96..b7bdf4085 100644 --- a/Cantera/src/equil/vcs_root1d.cpp +++ b/Cantera/src/equil/vcs_root1d.cpp @@ -3,7 +3,7 @@ * Code for a one dimensional root finder program. */ /* - * $Id$ + * $Id: vcs_root1d.cpp,v 1.5 2008/12/17 16:34:18 hkmoffa Exp $ */ /* * Copywrite (2006) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_rxnadj.cpp b/Cantera/src/equil/vcs_rxnadj.cpp index 0a4983045..72d14fb55 100644 --- a/Cantera/src/equil/vcs_rxnadj.cpp +++ b/Cantera/src/equil/vcs_rxnadj.cpp @@ -3,7 +3,7 @@ * Routines for carrying out various adjustments to the reaction steps */ /* - * $Id$ + * $Id: vcs_rxnadj.cpp,v 1.34 2009/04/18 00:42:51 hkmoffa Exp $ */ /* * Copywrite (2006) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_setMolesLinProg.cpp b/Cantera/src/equil/vcs_setMolesLinProg.cpp index 425600cae..bd3e64d51 100644 --- a/Cantera/src/equil/vcs_setMolesLinProg.cpp +++ b/Cantera/src/equil/vcs_setMolesLinProg.cpp @@ -3,7 +3,7 @@ * */ /* - * $Id$ + * $Id: vcs_setMolesLinProg.cpp,v 1.11 2008/12/17 16:34:18 hkmoffa Exp $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_solve.cpp b/Cantera/src/equil/vcs_solve.cpp index 108d1dcbc..354a7e16a 100644 --- a/Cantera/src/equil/vcs_solve.cpp +++ b/Cantera/src/equil/vcs_solve.cpp @@ -3,7 +3,7 @@ * Header file for the internal class that holds the problem. */ /* - * $Id$ + * $Id: vcs_solve.cpp,v 1.60 2008/12/17 16:56:43 hkmoffa Exp $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_solve.h b/Cantera/src/equil/vcs_solve.h index 64acf7ee0..2337632cc 100644 --- a/Cantera/src/equil/vcs_solve.h +++ b/Cantera/src/equil/vcs_solve.h @@ -3,7 +3,7 @@ * Header file for the internal object that holds the problem */ /* - * $Id$ + * $Id: vcs_solve.h,v 1.75 2009/04/18 00:42:51 hkmoffa Exp $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_solve_TP.cpp b/Cantera/src/equil/vcs_solve_TP.cpp index 5d8bae98b..cff79e653 100644 --- a/Cantera/src/equil/vcs_solve_TP.cpp +++ b/Cantera/src/equil/vcs_solve_TP.cpp @@ -3,7 +3,7 @@ * main algorithm for finding an equilibrium */ /* - * $Id$ + * $Id: vcs_solve_TP.cpp,v 1.93 2009/04/18 00:42:51 hkmoffa Exp $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_species_thermo.cpp b/Cantera/src/equil/vcs_species_thermo.cpp index 52f27605c..bb8b5c08a 100644 --- a/Cantera/src/equil/vcs_species_thermo.cpp +++ b/Cantera/src/equil/vcs_species_thermo.cpp @@ -3,7 +3,7 @@ * Implementation for the VCS_SPECIES_THERMO object. */ /* - * $Id$ + * $Id: vcs_species_thermo.cpp,v 1.18 2008/12/17 16:34:18 hkmoffa Exp $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_species_thermo.h b/Cantera/src/equil/vcs_species_thermo.h index 268b9731f..047cc4c20 100644 --- a/Cantera/src/equil/vcs_species_thermo.h +++ b/Cantera/src/equil/vcs_species_thermo.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: vcs_species_thermo.h,v 1.3 2008/04/28 16:08:35 hkmoffa Exp $ */ /* diff --git a/Cantera/src/equil/vcs_util.cpp b/Cantera/src/equil/vcs_util.cpp index ae34e3a12..a39ea4915 100644 --- a/Cantera/src/equil/vcs_util.cpp +++ b/Cantera/src/equil/vcs_util.cpp @@ -3,7 +3,7 @@ * Internal definitions for utility functions for the VCSnonideal package */ /* - * $Id$ + * $Id: vcs_util.cpp,v 1.13 2009/07/06 22:30:58 hkmoffa Exp $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/equil/vcs_xerror.c b/Cantera/src/equil/vcs_xerror.c index a7d98d18a..32b0dd269 100644 --- a/Cantera/src/equil/vcs_xerror.c +++ b/Cantera/src/equil/vcs_xerror.c @@ -21,9 +21,9 @@ static integer c__1 = 1; /* -------------------------------------------------- */ /* | CVS Head Information | */ /* -------------------------------------------------- */ -/* $Author$ */ -/* $Date$ */ -/* $Revision$ */ +/* $Author: hkmoffa $ */ +/* $Date: 2008/01/03 21:38:25 $ */ +/* $Revision: 1.1 $ */ /* ======================================================================= */ /* Subroutine */ int s88fmt_(integer *n, integer *ivalue, integer *ifmt) diff --git a/Cantera/src/kinetics/AqueousKinetics.cpp b/Cantera/src/kinetics/AqueousKinetics.cpp index 0559dec2b..7590bba54 100644 --- a/Cantera/src/kinetics/AqueousKinetics.cpp +++ b/Cantera/src/kinetics/AqueousKinetics.cpp @@ -11,8 +11,8 @@ * U.S. Government retains certain rights in this software. */ /* - * $Date$ - * $Revision$ + * $Date: 2009/02/11 01:50:54 $ + * $Revision: 1.1 $ */ diff --git a/Cantera/src/kinetics/AqueousKinetics.h b/Cantera/src/kinetics/AqueousKinetics.h index a23bc0626..bcdd1d9e7 100644 --- a/Cantera/src/kinetics/AqueousKinetics.h +++ b/Cantera/src/kinetics/AqueousKinetics.h @@ -3,9 +3,9 @@ * * @ingroup chemkinetics * - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.1 $ + * $Date: 2009/02/11 01:50:57 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/EdgeKinetics.h b/Cantera/src/kinetics/EdgeKinetics.h index b19e7b3e6..c5e2168ca 100644 --- a/Cantera/src/kinetics/EdgeKinetics.h +++ b/Cantera/src/kinetics/EdgeKinetics.h @@ -5,9 +5,9 @@ * @ingroup electrochem */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.4 $ + * $Date: 2008/12/16 20:32:18 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/Enhanced3BConc.h b/Cantera/src/kinetics/Enhanced3BConc.h index 0aa892a64..7d927eafd 100755 --- a/Cantera/src/kinetics/Enhanced3BConc.h +++ b/Cantera/src/kinetics/Enhanced3BConc.h @@ -2,9 +2,9 @@ * @file Enhanced3BConc.h */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: dggoodwin $ + * $Date: 2007/05/04 14:27:23 $ + * $Revision: 1.1 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/FalloffFactory.cpp b/Cantera/src/kinetics/FalloffFactory.cpp index fa3f41cf0..1e9108df7 100755 --- a/Cantera/src/kinetics/FalloffFactory.cpp +++ b/Cantera/src/kinetics/FalloffFactory.cpp @@ -2,9 +2,9 @@ * @file FalloffFactory.cpp */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: hkmoffa $ + * $Date: 2008/12/29 21:34:08 $ + * $Revision: 1.6 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/FalloffFactory.h b/Cantera/src/kinetics/FalloffFactory.h index cbf3a88af..fd1605cd7 100755 --- a/Cantera/src/kinetics/FalloffFactory.h +++ b/Cantera/src/kinetics/FalloffFactory.h @@ -6,8 +6,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2008/12/29 21:34:08 $ + * $Revision: 1.4 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/FalloffMgr.h b/Cantera/src/kinetics/FalloffMgr.h index a36d7bcce..d09cff962 100755 --- a/Cantera/src/kinetics/FalloffMgr.h +++ b/Cantera/src/kinetics/FalloffMgr.h @@ -1,9 +1,9 @@ /** * @file FalloffMgr.h * - * $Author$ - * $Date$ - * $Revision$ + * $Author: dggoodwin $ + * $Date: 2007/05/10 03:28:32 $ + * $Revision: 1.2 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/GasKinetics.h b/Cantera/src/kinetics/GasKinetics.h index 7dee80dcd..bd2c55d0b 100755 --- a/Cantera/src/kinetics/GasKinetics.h +++ b/Cantera/src/kinetics/GasKinetics.h @@ -3,9 +3,9 @@ * * @ingroup chemkinetics * - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.8 $ + * $Date: 2008/12/29 21:34:08 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/GasKineticsWriter.h b/Cantera/src/kinetics/GasKineticsWriter.h index 88b07a213..fe3be0de0 100755 --- a/Cantera/src/kinetics/GasKineticsWriter.h +++ b/Cantera/src/kinetics/GasKineticsWriter.h @@ -2,9 +2,9 @@ * * @file GasKineticsWriter.h * - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.3 $ + * $Date: 2008/12/17 17:09:37 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/Group.cpp b/Cantera/src/kinetics/Group.cpp index 4c58727d0..b799def71 100755 --- a/Cantera/src/kinetics/Group.cpp +++ b/Cantera/src/kinetics/Group.cpp @@ -3,9 +3,9 @@ * * Implementation file for the Group class used in reaction path analysis. * - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.2 $ + * $Date: 2008/12/29 21:34:08 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/Group.h b/Cantera/src/kinetics/Group.h index 82e13b74f..c1e2ebdca 100755 --- a/Cantera/src/kinetics/Group.h +++ b/Cantera/src/kinetics/Group.h @@ -1,9 +1,9 @@ /** * @file Group.h * - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.1 $ + * $Date: 2007/05/04 14:27:23 $ */ diff --git a/Cantera/src/kinetics/ImplicitChem.cpp b/Cantera/src/kinetics/ImplicitChem.cpp index 5a05e2f76..57cad99db 100755 --- a/Cantera/src/kinetics/ImplicitChem.cpp +++ b/Cantera/src/kinetics/ImplicitChem.cpp @@ -2,9 +2,9 @@ * @file ImplicitChem.cpp */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: dggoodwin $ + * $Revision: 1.1 $ + * $Date: 2007/05/04 14:27:23 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/ImplicitChem.h b/Cantera/src/kinetics/ImplicitChem.h index 96180bdee..7d17c06b3 100755 --- a/Cantera/src/kinetics/ImplicitChem.h +++ b/Cantera/src/kinetics/ImplicitChem.h @@ -1,9 +1,9 @@ /** * @file ImplicitChem.h * - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.1 $ + * $Date: 2007/05/04 14:27:23 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/ImplicitSurfChem.cpp b/Cantera/src/kinetics/ImplicitSurfChem.cpp index 28e82d45a..1801b7001 100755 --- a/Cantera/src/kinetics/ImplicitSurfChem.cpp +++ b/Cantera/src/kinetics/ImplicitSurfChem.cpp @@ -6,9 +6,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.4 $ + * $Date: 2007/08/29 19:57:48 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/ImplicitSurfChem.h b/Cantera/src/kinetics/ImplicitSurfChem.h index adc0fcdce..57b233998 100755 --- a/Cantera/src/kinetics/ImplicitSurfChem.h +++ b/Cantera/src/kinetics/ImplicitSurfChem.h @@ -6,9 +6,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.3 $ + * $Date: 2007/08/23 21:43:07 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/InterfaceKinetics.h b/Cantera/src/kinetics/InterfaceKinetics.h index 3de46a1f1..261947bf9 100644 --- a/Cantera/src/kinetics/InterfaceKinetics.h +++ b/Cantera/src/kinetics/InterfaceKinetics.h @@ -4,9 +4,9 @@ * @ingroup chemkinetics */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.11 $ + * $Date: 2008/12/17 17:09:37 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/Kinetics.cpp b/Cantera/src/kinetics/Kinetics.cpp index 38ea75fe0..f7ac93ff7 100644 --- a/Cantera/src/kinetics/Kinetics.cpp +++ b/Cantera/src/kinetics/Kinetics.cpp @@ -7,8 +7,8 @@ * Kinetics managers calculate rates of progress of species due to homogeneous or heterogeneous kinetics. */ /* - * $Date$ - * $Revision$ + * $Date: 2008/12/16 20:32:18 $ + * $Revision: 1.3 $ */ // Copyright 2001-2004 California Institute of Technology diff --git a/Cantera/src/kinetics/Kinetics.h b/Cantera/src/kinetics/Kinetics.h index 25ca5305f..69c6ebca8 100755 --- a/Cantera/src/kinetics/Kinetics.h +++ b/Cantera/src/kinetics/Kinetics.h @@ -4,8 +4,8 @@ * module documentation (see \ref kineticsmgr and class * \link Cantera::Kinetics Kinetics\endlink). * - * $Date$ - * $Revision$ + * $Date: 2008/12/16 20:32:18 $ + * $Revision: 1.8 $ */ // Copyright 2001-2004 California Institute of Technology diff --git a/Cantera/src/kinetics/KineticsFactory.cpp b/Cantera/src/kinetics/KineticsFactory.cpp index 0d811f63e..142bdc36f 100644 --- a/Cantera/src/kinetics/KineticsFactory.cpp +++ b/Cantera/src/kinetics/KineticsFactory.cpp @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.4 $ + * $Date: 2009/02/11 20:01:45 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/KineticsFactory.h b/Cantera/src/kinetics/KineticsFactory.h index f4336c96d..4fdc9c6be 100644 --- a/Cantera/src/kinetics/KineticsFactory.h +++ b/Cantera/src/kinetics/KineticsFactory.h @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.3 $ + * $Date: 2009/02/11 01:50:58 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/Makefile.in b/Cantera/src/kinetics/Makefile.in index cfd625c43..19700d7d6 100644 --- a/Cantera/src/kinetics/Makefile.in +++ b/Cantera/src/kinetics/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2009/02/11 01:50:58 $ +# $Revision: 1.10 $ # # Copyright 2002 California Institute of Technology # diff --git a/Cantera/src/kinetics/RateCoeffMgr.h b/Cantera/src/kinetics/RateCoeffMgr.h index 792c14617..fba1ae9d4 100755 --- a/Cantera/src/kinetics/RateCoeffMgr.h +++ b/Cantera/src/kinetics/RateCoeffMgr.h @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.1 $ + * $Date: 2007/05/04 14:27:23 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/ReactionData.h b/Cantera/src/kinetics/ReactionData.h index 99541ed14..6c7665a31 100755 --- a/Cantera/src/kinetics/ReactionData.h +++ b/Cantera/src/kinetics/ReactionData.h @@ -3,9 +3,9 @@ * */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.2 $ + * $Date: 2007/06/04 23:05:07 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/ReactionPath.cpp b/Cantera/src/kinetics/ReactionPath.cpp index af42f38a2..4b2feb41f 100755 --- a/Cantera/src/kinetics/ReactionPath.cpp +++ b/Cantera/src/kinetics/ReactionPath.cpp @@ -4,9 +4,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.2 $ + * $Date: 2008/02/05 23:36:12 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/ReactionPath.h b/Cantera/src/kinetics/ReactionPath.h index f2ccf67d6..5100648b7 100755 --- a/Cantera/src/kinetics/ReactionPath.h +++ b/Cantera/src/kinetics/ReactionPath.h @@ -3,9 +3,9 @@ * * Classes for reaction path analysis. * - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.1 $ + * $Date: 2007/05/04 14:27:23 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/ReactionStoichMgr.cpp b/Cantera/src/kinetics/ReactionStoichMgr.cpp index 67f09f37a..dca9fc3b5 100644 --- a/Cantera/src/kinetics/ReactionStoichMgr.cpp +++ b/Cantera/src/kinetics/ReactionStoichMgr.cpp @@ -5,9 +5,9 @@ /// //------------------------------------------------ -// $Author$ -// $Revision$ -// $Date$ +// $Author: dggoodwin $ +// $Revision: 1.1 $ +// $Date: 2007/05/04 15:48:44 $ // turn off warnings under Windows #ifdef WIN32 diff --git a/Cantera/src/kinetics/ReactionStoichMgr.h b/Cantera/src/kinetics/ReactionStoichMgr.h index 203bfc5e4..d8121d700 100644 --- a/Cantera/src/kinetics/ReactionStoichMgr.h +++ b/Cantera/src/kinetics/ReactionStoichMgr.h @@ -5,9 +5,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.2 $ + * $Date: 2007/06/12 14:20:02 $ */ #ifndef CT_RXN_STOICH diff --git a/Cantera/src/kinetics/RxnRates.h b/Cantera/src/kinetics/RxnRates.h index 44f0c6a70..a17f549d7 100755 --- a/Cantera/src/kinetics/RxnRates.h +++ b/Cantera/src/kinetics/RxnRates.h @@ -3,9 +3,9 @@ * */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: dggoodwin $ + * $Revision: 1.1 $ + * $Date: 2007/05/04 14:27:23 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/StoichManager.h b/Cantera/src/kinetics/StoichManager.h index 826ae9ee8..d699c68d9 100755 --- a/Cantera/src/kinetics/StoichManager.h +++ b/Cantera/src/kinetics/StoichManager.h @@ -1,9 +1,9 @@ /** * @file StoichManager.h * - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.2 $ + * $Date: 2007/05/17 21:17:16 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/ThirdBodyMgr.h b/Cantera/src/kinetics/ThirdBodyMgr.h index 33ab92c22..63ccea4f8 100755 --- a/Cantera/src/kinetics/ThirdBodyMgr.h +++ b/Cantera/src/kinetics/ThirdBodyMgr.h @@ -1,9 +1,9 @@ /** * @file ThirdBodyMgr.h * - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.1 $ + * $Date: 2007/05/04 14:27:23 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/kinetics/importKinetics.cpp b/Cantera/src/kinetics/importKinetics.cpp index 5313286ab..7641bdd9b 100644 --- a/Cantera/src/kinetics/importKinetics.cpp +++ b/Cantera/src/kinetics/importKinetics.cpp @@ -10,9 +10,9 @@ * from the ctml tree structures. */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.10 $ + * $Date: 2009/03/13 03:23:20 $ */ // Copyright 2002 California Institute of Technology diff --git a/Cantera/src/kinetics/importKinetics.h b/Cantera/src/kinetics/importKinetics.h index 404937bc7..8735ac18d 100644 --- a/Cantera/src/kinetics/importKinetics.h +++ b/Cantera/src/kinetics/importKinetics.h @@ -10,9 +10,9 @@ * from the ctml tree structures. */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.2 $ + * $Date: 2007/06/04 23:09:19 $ * */ diff --git a/Cantera/src/kinetics/reaction_defs.h b/Cantera/src/kinetics/reaction_defs.h index eb36dc544..8e6123915 100755 --- a/Cantera/src/kinetics/reaction_defs.h +++ b/Cantera/src/kinetics/reaction_defs.h @@ -4,9 +4,9 @@ */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: dggoodwin $ + * $Date: 2007/05/04 14:27:24 $ + * $Revision: 1.1 $ * */ diff --git a/Cantera/src/kinetics/solveSP.cpp b/Cantera/src/kinetics/solveSP.cpp index a44757365..a91f0a3c9 100644 --- a/Cantera/src/kinetics/solveSP.cpp +++ b/Cantera/src/kinetics/solveSP.cpp @@ -2,7 +2,7 @@ * @file: solveSP.cpp Implicit surface site concentration solver */ /* - * $Id$ + * $Id: solveSP.cpp,v 1.4 2008/12/17 17:09:37 hkmoffa Exp $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/kinetics/solveSP.h b/Cantera/src/kinetics/solveSP.h index f4d679d3e..7caf9b334 100644 --- a/Cantera/src/kinetics/solveSP.h +++ b/Cantera/src/kinetics/solveSP.h @@ -4,7 +4,7 @@ * (see \ref chemkinetics and class \link Cantera::solveSP solveSP\endlink). */ /* - * $Id$ + * $Id: solveSP.h,v 1.3 2007/12/30 04:19:38 dggoodwin Exp $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/numerics/ArrayViewer.h b/Cantera/src/numerics/ArrayViewer.h index 112648530..cc6bcfbe5 100755 --- a/Cantera/src/numerics/ArrayViewer.h +++ b/Cantera/src/numerics/ArrayViewer.h @@ -4,9 +4,9 @@ * Header file for class ArrayViewer */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: dggoodwin $ + * $Revision: 1.1 $ + * $Date: 2007/05/04 14:40:26 $ * */ diff --git a/Cantera/src/numerics/BandMatrix.h b/Cantera/src/numerics/BandMatrix.h index 54d5211a6..13c6aa885 100755 --- a/Cantera/src/numerics/BandMatrix.h +++ b/Cantera/src/numerics/BandMatrix.h @@ -5,9 +5,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.1 $ + * $Date: 2007/05/04 14:40:26 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/numerics/CVodeInt.cpp b/Cantera/src/numerics/CVodeInt.cpp index 658094a5e..74e77b4ec 100644 --- a/Cantera/src/numerics/CVodeInt.cpp +++ b/Cantera/src/numerics/CVodeInt.cpp @@ -1,7 +1,7 @@ /** * @file CVodeInt.cpp * - * $Id$ + * $Id: CVodeInt.cpp,v 1.1 2009/07/17 15:32:51 hkmoffa Exp $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/numerics/CVodeInt.h b/Cantera/src/numerics/CVodeInt.h index ac1836b1a..7a909ff39 100644 --- a/Cantera/src/numerics/CVodeInt.h +++ b/Cantera/src/numerics/CVodeInt.h @@ -2,9 +2,9 @@ * @file CVodeInt.h */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: hkmoffa $ + * $Date: 2009/07/17 15:32:51 $ + * $Revision: 1.1 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/numerics/CVodesIntegrator.h b/Cantera/src/numerics/CVodesIntegrator.h index 99a0a9cbb..a72a8ff12 100644 --- a/Cantera/src/numerics/CVodesIntegrator.h +++ b/Cantera/src/numerics/CVodesIntegrator.h @@ -3,8 +3,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/03/27 21:32:33 $ + * $Revision: 1.3 $ */ // Copyright 2005 California Institute of Technology diff --git a/Cantera/src/numerics/DAE_Solver.h b/Cantera/src/numerics/DAE_Solver.h index 4d570cca7..332950a0c 100644 --- a/Cantera/src/numerics/DAE_Solver.h +++ b/Cantera/src/numerics/DAE_Solver.h @@ -6,8 +6,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/03/27 23:39:26 $ + * $Revision: 1.4 $ * * Copyright 2006 California Institute of Technology * diff --git a/Cantera/src/numerics/DASPK.cpp b/Cantera/src/numerics/DASPK.cpp index 301131946..08e75495c 100755 --- a/Cantera/src/numerics/DASPK.cpp +++ b/Cantera/src/numerics/DASPK.cpp @@ -3,8 +3,8 @@ * */ /* - * $Date$ - * $Revision$ + * $Date: 2009/03/27 23:39:26 $ + * $Revision: 1.2 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/numerics/DASPK.h b/Cantera/src/numerics/DASPK.h index 7ae5ccc0c..1ef8c80e2 100755 --- a/Cantera/src/numerics/DASPK.h +++ b/Cantera/src/numerics/DASPK.h @@ -6,8 +6,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/03/27 23:39:26 $ + * $Revision: 1.3 $ * * Copyright 2001 California Institute of Technology * diff --git a/Cantera/src/numerics/DenseMatrix.h b/Cantera/src/numerics/DenseMatrix.h index 613bb948b..0473b8885 100755 --- a/Cantera/src/numerics/DenseMatrix.h +++ b/Cantera/src/numerics/DenseMatrix.h @@ -5,9 +5,9 @@ */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: dggoodwin $ + * $Date: 2008/02/05 23:36:12 $ + * $Revision: 1.2 $ * */ diff --git a/Cantera/src/numerics/Func1.h b/Cantera/src/numerics/Func1.h index fa3e6b23f..b6a6b2504 100644 --- a/Cantera/src/numerics/Func1.h +++ b/Cantera/src/numerics/Func1.h @@ -1,9 +1,9 @@ /** * @file Func1.h * - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/03/23 23:25:31 $ + * $Revision: 1.2 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/numerics/IDA_Solver.h b/Cantera/src/numerics/IDA_Solver.h index 59546d991..d981a850f 100644 --- a/Cantera/src/numerics/IDA_Solver.h +++ b/Cantera/src/numerics/IDA_Solver.h @@ -5,9 +5,9 @@ * Header file for class IDA_Solver */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: hkmoffa $ + * $Date: 2008/04/08 20:19:27 $ + * $Revision: 1.3 $ * * Copyright 2006 California Institute of Technology * diff --git a/Cantera/src/numerics/Integrator.h b/Cantera/src/numerics/Integrator.h index 7446714b3..2c241e841 100755 --- a/Cantera/src/numerics/Integrator.h +++ b/Cantera/src/numerics/Integrator.h @@ -1,9 +1,9 @@ /** * @file Integrator.h * - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/05/13 21:49:11 $ + * $Revision: 1.2 $ * */ diff --git a/Cantera/src/numerics/Makefile.in b/Cantera/src/numerics/Makefile.in index bffd2a159..39c86c8de 100644 --- a/Cantera/src/numerics/Makefile.in +++ b/Cantera/src/numerics/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2009/07/17 15:32:51 $ +# $Revision: 1.13 $ # # Copyright 2002 California Institute of Technology # diff --git a/Cantera/src/numerics/NonlinearSolver.cpp b/Cantera/src/numerics/NonlinearSolver.cpp index caae05959..d8200fd00 100644 --- a/Cantera/src/numerics/NonlinearSolver.cpp +++ b/Cantera/src/numerics/NonlinearSolver.cpp @@ -6,8 +6,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/03/27 21:32:33 $ + * $Revision: 1.5 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/numerics/NonlinearSolver.h b/Cantera/src/numerics/NonlinearSolver.h index 420ce23e1..e51819965 100644 --- a/Cantera/src/numerics/NonlinearSolver.h +++ b/Cantera/src/numerics/NonlinearSolver.h @@ -6,8 +6,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/02/14 18:02:22 $ + * $Revision: 1.4 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/numerics/ResidEval.h b/Cantera/src/numerics/ResidEval.h index ec61bd2d2..03b30a0d9 100755 --- a/Cantera/src/numerics/ResidEval.h +++ b/Cantera/src/numerics/ResidEval.h @@ -3,8 +3,8 @@ * */ /* - * $Date$ - * $Revision$ + * $Date: 2009/02/11 19:57:24 $ + * $Revision: 1.2 $ */ // Copyright 2006 California Institute of Technology diff --git a/Cantera/src/numerics/ResidJacEval.cpp b/Cantera/src/numerics/ResidJacEval.cpp index 18168c055..124534fe4 100644 --- a/Cantera/src/numerics/ResidJacEval.cpp +++ b/Cantera/src/numerics/ResidJacEval.cpp @@ -3,8 +3,8 @@ * */ /* - * $Revision$ - * $Date$ + * $Revision: 1.2 $ + * $Date: 2009/03/03 17:55:25 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/numerics/ResidJacEval.h b/Cantera/src/numerics/ResidJacEval.h index daa3bb6aa..52f950d29 100644 --- a/Cantera/src/numerics/ResidJacEval.h +++ b/Cantera/src/numerics/ResidJacEval.h @@ -5,8 +5,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/04/02 14:24:05 $ + * $Revision: 1.3 $ * */ /* diff --git a/Cantera/src/numerics/SquareMatrix.cpp b/Cantera/src/numerics/SquareMatrix.cpp index 8b34c083f..35d3e86a3 100644 --- a/Cantera/src/numerics/SquareMatrix.cpp +++ b/Cantera/src/numerics/SquareMatrix.cpp @@ -3,8 +3,8 @@ * */ /* - * $Revision$ - * $Date$ + * $Revision: 1.1 $ + * $Date: 2009/01/27 15:59:13 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/numerics/SquareMatrix.h b/Cantera/src/numerics/SquareMatrix.h index d6c767952..26de64517 100644 --- a/Cantera/src/numerics/SquareMatrix.h +++ b/Cantera/src/numerics/SquareMatrix.h @@ -4,8 +4,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/03/03 21:20:32 $ + * $Revision: 1.2 $ */ /* * Copywrite 2004 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/numerics/ctlapack.h b/Cantera/src/numerics/ctlapack.h index 0b5a6da3a..c3dda9959 100755 --- a/Cantera/src/numerics/ctlapack.h +++ b/Cantera/src/numerics/ctlapack.h @@ -2,9 +2,9 @@ * @file ctlapack.h */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: dggoodwin $ + * $Revision: 1.2 $ + * $Date: 2008/02/05 23:36:12 $ */ // Copyright 2001 California Institute of Technology. diff --git a/Cantera/src/numerics/funcs.cpp b/Cantera/src/numerics/funcs.cpp index 81ce55810..c1276244d 100755 --- a/Cantera/src/numerics/funcs.cpp +++ b/Cantera/src/numerics/funcs.cpp @@ -3,9 +3,9 @@ * numerical functions. */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/07/30 16:48:25 $ + * $Revision: 1.2 $ * * Copyright 2001-2003 California Institute of Technology * See file License.txt for licensing information diff --git a/Cantera/src/numerics/funcs.h b/Cantera/src/numerics/funcs.h index 8774f195e..b12f80306 100644 --- a/Cantera/src/numerics/funcs.h +++ b/Cantera/src/numerics/funcs.h @@ -3,9 +3,9 @@ * numerical functions. */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/07/30 16:48:25 $ + * $Revision: 1.2 $ * * Copyright 2001-2003 California Institute of Technology * See file License.txt for licensing information diff --git a/Cantera/src/numerics/polyfit.h b/Cantera/src/numerics/polyfit.h index b8436ae34..99645f83f 100755 --- a/Cantera/src/numerics/polyfit.h +++ b/Cantera/src/numerics/polyfit.h @@ -2,9 +2,9 @@ * @file polyfit.h C interface for Fortran DPOLFT subroutine */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/07/30 16:48:25 $ + * $Revision: 1.2 $ * * Copyright 2001-2003 California Institute of Technology * See file License.txt for licensing information diff --git a/Cantera/src/numerics/sort.cpp b/Cantera/src/numerics/sort.cpp index ed6fc21c4..66120c70c 100755 --- a/Cantera/src/numerics/sort.cpp +++ b/Cantera/src/numerics/sort.cpp @@ -1,7 +1,7 @@ /** * @file sort.cpp * - * $Id$ + * $Id: sort.cpp,v 1.1 2007/05/04 14:40:27 dggoodwin Exp $ */ #ifdef WIN32 diff --git a/Cantera/src/numerics/sort.h b/Cantera/src/numerics/sort.h index e83ab53b0..1e33851e5 100755 --- a/Cantera/src/numerics/sort.h +++ b/Cantera/src/numerics/sort.h @@ -1,7 +1,7 @@ /** * @file sort.h * - * $Id$ + * $Id: sort.h,v 1.1 2007/05/04 14:40:27 dggoodwin Exp $ */ #ifndef CT_SORT_H diff --git a/Cantera/src/oneD/Domain1D.h b/Cantera/src/oneD/Domain1D.h index 4e309aaa8..004742be2 100644 --- a/Cantera/src/oneD/Domain1D.h +++ b/Cantera/src/oneD/Domain1D.h @@ -1,9 +1,9 @@ /** * @file Domain1D.h * - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/05/31 16:24:35 $ + * $Revision: 1.26 $ * * Copyright 2002 California Institute of Technology * diff --git a/Cantera/src/oneD/Inlet1D.h b/Cantera/src/oneD/Inlet1D.h index 309a462a0..75bea5332 100644 --- a/Cantera/src/oneD/Inlet1D.h +++ b/Cantera/src/oneD/Inlet1D.h @@ -6,9 +6,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.20 $ + * $Date: 2007/05/04 14:41:27 $ * * Copyright 2002-3 California Institute of Technology */ diff --git a/Cantera/src/oneD/Makefile.in b/Cantera/src/oneD/Makefile.in index ad4c6a0a5..9afea4ab5 100644 --- a/Cantera/src/oneD/Makefile.in +++ b/Cantera/src/oneD/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2008/12/30 21:49:41 $ +# $Revision: 1.16 $ # # Copyright 2002 California Institute of Technology # diff --git a/Cantera/src/oneD/MultiJac.cpp b/Cantera/src/oneD/MultiJac.cpp index 69003381c..eead1da28 100644 --- a/Cantera/src/oneD/MultiJac.cpp +++ b/Cantera/src/oneD/MultiJac.cpp @@ -6,9 +6,9 @@ */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/12/17 17:13:03 $ + * $Revision: 1.13 $ * * Copyright 2002 California Institute of Technology * diff --git a/Cantera/src/oneD/MultiJac.h b/Cantera/src/oneD/MultiJac.h index 08d7080a5..62b406ed2 100644 --- a/Cantera/src/oneD/MultiJac.h +++ b/Cantera/src/oneD/MultiJac.h @@ -4,9 +4,9 @@ */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: dggoodwin $ + * $Date: 2007/05/04 14:41:27 $ + * $Revision: 1.3 $ * * Copyright 2002 California Institute of Technology * diff --git a/Cantera/src/oneD/MultiNewton.cpp b/Cantera/src/oneD/MultiNewton.cpp index e85f4da54..c9cb239aa 100644 --- a/Cantera/src/oneD/MultiNewton.cpp +++ b/Cantera/src/oneD/MultiNewton.cpp @@ -6,9 +6,9 @@ */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/12/17 17:13:03 $ + * $Revision: 1.20 $ * * Copyright 2001 California Institute of Technology * diff --git a/Cantera/src/oneD/MultiNewton.h b/Cantera/src/oneD/MultiNewton.h index 8a4298981..95c90c516 100644 --- a/Cantera/src/oneD/MultiNewton.h +++ b/Cantera/src/oneD/MultiNewton.h @@ -4,9 +4,9 @@ */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: dggoodwin $ + * $Date: 2006/11/27 21:43:34 $ + * $Revision: 1.2 $ * * Copyright 2002 California Institute of Technology * diff --git a/Cantera/src/oneD/Resid1D.h b/Cantera/src/oneD/Resid1D.h index d72b6a052..26eeed9aa 100644 --- a/Cantera/src/oneD/Resid1D.h +++ b/Cantera/src/oneD/Resid1D.h @@ -1,9 +1,9 @@ /** * @file Resid1D.h * - * $Author$ - * $Date$ - * $Revision$ + * $Author: dggoodwin $ + * $Date: 2006/11/27 21:43:34 $ + * $Revision: 1.4 $ * * Copyright 2002 California Institute of Technology * diff --git a/Cantera/src/oneD/Solid1D.cpp b/Cantera/src/oneD/Solid1D.cpp index cfdb5d8a3..42e6b5c3c 100644 --- a/Cantera/src/oneD/Solid1D.cpp +++ b/Cantera/src/oneD/Solid1D.cpp @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.4 $ + * $Date: 2004/08/28 16:12:41 $ */ // Copyright 2003 California Institute of Technology diff --git a/Cantera/src/oneD/Solid1D.h b/Cantera/src/oneD/Solid1D.h index 3bb41f302..967f7c353 100644 --- a/Cantera/src/oneD/Solid1D.h +++ b/Cantera/src/oneD/Solid1D.h @@ -4,9 +4,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.3 $ + * $Date: 2006/11/27 21:43:34 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/oneD/StFlow.cpp b/Cantera/src/oneD/StFlow.cpp index 5e12b9ef3..84a388030 100644 --- a/Cantera/src/oneD/StFlow.cpp +++ b/Cantera/src/oneD/StFlow.cpp @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.32 $ + * $Date: 2007/05/04 14:41:27 $ */ // Copyright 2002 California Institute of Technology diff --git a/Cantera/src/oneD/StFlow.h b/Cantera/src/oneD/StFlow.h index c9cb3d482..1b608927d 100644 --- a/Cantera/src/oneD/StFlow.h +++ b/Cantera/src/oneD/StFlow.h @@ -4,9 +4,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.18 $ + * $Date: 2007/05/22 20:16:47 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/oneD/boundaries1D.cpp b/Cantera/src/oneD/boundaries1D.cpp index 164047238..31a17c903 100644 --- a/Cantera/src/oneD/boundaries1D.cpp +++ b/Cantera/src/oneD/boundaries1D.cpp @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.18 $ + * $Date: 2006/11/27 21:43:34 $ */ // Copyright 2002-3 California Institute of Technology diff --git a/Cantera/src/spectra/Makefile.in b/Cantera/src/spectra/Makefile.in index fc124f288..e612622e9 100644 --- a/Cantera/src/spectra/Makefile.in +++ b/Cantera/src/spectra/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2009/04/04 03:08:28 $ +# $Revision: 1.7 $ # # Copyright 2007 California Institute of Technology # diff --git a/Cantera/src/thermo/AdsorbateThermo.h b/Cantera/src/thermo/AdsorbateThermo.h index 1d8230ffd..88457697e 100644 --- a/Cantera/src/thermo/AdsorbateThermo.h +++ b/Cantera/src/thermo/AdsorbateThermo.h @@ -8,9 +8,9 @@ * */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: dggoodwin $ + * $Revision: 1.2 $ + * $Date: 2007/12/24 15:32:30 $ */ // Copyright 2007 California Institute of Technology diff --git a/Cantera/src/thermo/ConstCpPoly.cpp b/Cantera/src/thermo/ConstCpPoly.cpp index 2cfcd2a37..868fafea9 100644 --- a/Cantera/src/thermo/ConstCpPoly.cpp +++ b/Cantera/src/thermo/ConstCpPoly.cpp @@ -5,9 +5,9 @@ * \link Cantera::ConstCpPoly ConstCpPoly \endlink). */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.3 $ + * $Date: 2008/12/17 17:04:46 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/ConstCpPoly.h b/Cantera/src/thermo/ConstCpPoly.h index 7577769c5..b46ccd8bb 100644 --- a/Cantera/src/thermo/ConstCpPoly.h +++ b/Cantera/src/thermo/ConstCpPoly.h @@ -5,9 +5,9 @@ * \link Cantera::ConstCpPoly ConstCpPoly\endlink). */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.3 $ + * $Date: 2008/12/13 01:59:49 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/ConstDensityThermo.cpp b/Cantera/src/thermo/ConstDensityThermo.cpp index b0adfaca1..a8d442957 100755 --- a/Cantera/src/thermo/ConstDensityThermo.cpp +++ b/Cantera/src/thermo/ConstDensityThermo.cpp @@ -5,7 +5,7 @@ \endlink). */ /* - * $Id$ + * $Id: ConstDensityThermo.cpp,v 1.5 2008/12/17 17:04:47 hkmoffa Exp $ * * Copyright 2002 California Institute of Technology */ diff --git a/Cantera/src/thermo/ConstDensityThermo.h b/Cantera/src/thermo/ConstDensityThermo.h index f462516c5..809323156 100755 --- a/Cantera/src/thermo/ConstDensityThermo.h +++ b/Cantera/src/thermo/ConstDensityThermo.h @@ -4,9 +4,9 @@ * (see \ref thermoprops and \link Cantera::ConstDensityThermo ConstDensityThermo\endlink). */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/12/10 16:42:48 $ + * $Revision: 1.5 $ * * Copyright 2002 California Institute of Technology * diff --git a/Cantera/src/thermo/Constituents.cpp b/Cantera/src/thermo/Constituents.cpp index 2d42d9564..54a9e220f 100755 --- a/Cantera/src/thermo/Constituents.cpp +++ b/Cantera/src/thermo/Constituents.cpp @@ -5,8 +5,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/01/04 21:28:02 $ + * $Revision: 1.7 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/Constituents.h b/Cantera/src/thermo/Constituents.h index a38622906..e386ee935 100755 --- a/Cantera/src/thermo/Constituents.h +++ b/Cantera/src/thermo/Constituents.h @@ -5,8 +5,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/02/23 20:41:03 $ + * $Revision: 1.7 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/Crystal.h b/Cantera/src/thermo/Crystal.h index dae466d77..009ee4857 100644 --- a/Cantera/src/thermo/Crystal.h +++ b/Cantera/src/thermo/Crystal.h @@ -1,9 +1,9 @@ /** * @file Crystal.h * - * $Author$ - * $Date$ - * $Revision$ + * $Author: dggoodwin $ + * $Date: 2007/05/04 14:02:40 $ + * $Revision: 1.1 $ */ #ifndef CT_CRYSTAL_H #define CT_CRYSTAL_H diff --git a/Cantera/src/thermo/DebyeHuckel.cpp b/Cantera/src/thermo/DebyeHuckel.cpp index 9ed9d86ef..8d2be1136 100644 --- a/Cantera/src/thermo/DebyeHuckel.cpp +++ b/Cantera/src/thermo/DebyeHuckel.cpp @@ -13,7 +13,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: DebyeHuckel.cpp,v 1.33 2009/03/27 00:38:56 hkmoffa Exp $ */ //! Max function #ifndef MAX diff --git a/Cantera/src/thermo/DebyeHuckel.h b/Cantera/src/thermo/DebyeHuckel.h index 76ec0a1bf..3b8285a2a 100644 --- a/Cantera/src/thermo/DebyeHuckel.h +++ b/Cantera/src/thermo/DebyeHuckel.h @@ -15,7 +15,7 @@ */ /* - * $Id$ + * $Id: DebyeHuckel.h,v 1.31 2009/03/27 00:38:57 hkmoffa Exp $ */ #ifndef CT_DEBYEHUCKEL_H diff --git a/Cantera/src/thermo/EdgePhase.h b/Cantera/src/thermo/EdgePhase.h index 176e9afb8..8acafc6bf 100644 --- a/Cantera/src/thermo/EdgePhase.h +++ b/Cantera/src/thermo/EdgePhase.h @@ -4,9 +4,9 @@ * between two surfaces (see \ref thermoprops and \link Cantera::EdgePhase EdgePhase\endlink). */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: hkmoffa $ + * $Date: 2008/10/08 22:11:08 $ + * $Revision: 1.3 $ * * Copyright 2002 California Institute of Technology * diff --git a/Cantera/src/thermo/Elements.cpp b/Cantera/src/thermo/Elements.cpp index 0e862bed6..073e3c443 100644 --- a/Cantera/src/thermo/Elements.cpp +++ b/Cantera/src/thermo/Elements.cpp @@ -8,10 +8,10 @@ */ /**************************************************************************** - * $RCSfile$ - * $Author$ - * $Date$ - * $Revision$ + * $RCSfile: Elements.cpp,v $ + * $Author: hkmoffa $ + * $Date: 2009/03/13 03:21:34 $ + * $Revision: 1.7 $ * * ****************************************************************************/ diff --git a/Cantera/src/thermo/Elements.h b/Cantera/src/thermo/Elements.h index 2423aa059..298450eb3 100644 --- a/Cantera/src/thermo/Elements.h +++ b/Cantera/src/thermo/Elements.h @@ -6,10 +6,10 @@ * This file contains the declarations for the elements class. */ /*********************************************************************** - * $RCSfile$ - * $Author$ - * $Date$ - * $Revision$ + * $RCSfile: Elements.h,v $ + * $Author: hkmoffa $ + * $Date: 2008/12/04 02:02:45 $ + * $Revision: 1.5 $ ***********************************************************************/ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/GeneralSpeciesThermo.cpp b/Cantera/src/thermo/GeneralSpeciesThermo.cpp index b96fd7bbe..683ae3c74 100644 --- a/Cantera/src/thermo/GeneralSpeciesThermo.cpp +++ b/Cantera/src/thermo/GeneralSpeciesThermo.cpp @@ -5,7 +5,7 @@ * \link Cantera::GeneralSpeciesThermo GeneralSpeciesThermo\endlink). */ /* - * $Id$ + * $Id: GeneralSpeciesThermo.cpp,v 1.10 2008/12/13 01:59:49 hkmoffa Exp $ */ // Copyright 2001-2004 California Institute of Technology diff --git a/Cantera/src/thermo/GeneralSpeciesThermo.h b/Cantera/src/thermo/GeneralSpeciesThermo.h index 0697d7e9d..4cbe211f3 100644 --- a/Cantera/src/thermo/GeneralSpeciesThermo.h +++ b/Cantera/src/thermo/GeneralSpeciesThermo.h @@ -8,9 +8,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.7 $ + * $Date: 2008/12/13 01:59:49 $ */ #ifndef CT_GENERALSPECIESTHERMO_H diff --git a/Cantera/src/thermo/GibbsExcessVPSSTP.cpp b/Cantera/src/thermo/GibbsExcessVPSSTP.cpp index 131572b10..ad23a911d 100644 --- a/Cantera/src/thermo/GibbsExcessVPSSTP.cpp +++ b/Cantera/src/thermo/GibbsExcessVPSSTP.cpp @@ -17,8 +17,8 @@ * U.S. Government retains certain rights in this software. */ /* - * $Date$ - * $Revision$ + * $Date: 2009/03/03 21:08:31 $ + * $Revision: 1.3 $ */ diff --git a/Cantera/src/thermo/GibbsExcessVPSSTP.h b/Cantera/src/thermo/GibbsExcessVPSSTP.h index f37deb271..d405d3fba 100644 --- a/Cantera/src/thermo/GibbsExcessVPSSTP.h +++ b/Cantera/src/thermo/GibbsExcessVPSSTP.h @@ -17,7 +17,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: GibbsExcessVPSSTP.h,v 1.3 2009/03/03 21:08:31 hkmoffa Exp $ */ #ifndef CT_GIBBSEXCESSVPSSTP_H diff --git a/Cantera/src/thermo/HMWSoln.cpp b/Cantera/src/thermo/HMWSoln.cpp index 09a65156f..d97522f64 100644 --- a/Cantera/src/thermo/HMWSoln.cpp +++ b/Cantera/src/thermo/HMWSoln.cpp @@ -18,7 +18,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: HMWSoln.cpp,v 1.53 2009/03/27 00:38:57 hkmoffa Exp $ */ //@{ #ifndef MAX diff --git a/Cantera/src/thermo/HMWSoln.h b/Cantera/src/thermo/HMWSoln.h index bba7f5ac5..e6b82a2f2 100644 --- a/Cantera/src/thermo/HMWSoln.h +++ b/Cantera/src/thermo/HMWSoln.h @@ -14,7 +14,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: HMWSoln.h,v 1.62 2009/03/27 00:38:57 hkmoffa Exp $ */ #ifndef CT_HMWSOLN_H diff --git a/Cantera/src/thermo/HMWSoln_input.cpp b/Cantera/src/thermo/HMWSoln_input.cpp index bca1ae93f..534684626 100644 --- a/Cantera/src/thermo/HMWSoln_input.cpp +++ b/Cantera/src/thermo/HMWSoln_input.cpp @@ -13,7 +13,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: HMWSoln_input.cpp,v 1.33 2009/01/29 02:07:05 hkmoffa Exp $ */ #include "HMWSoln.h" diff --git a/Cantera/src/thermo/IdealGasPhase.cpp b/Cantera/src/thermo/IdealGasPhase.cpp index b442f540b..a07107628 100644 --- a/Cantera/src/thermo/IdealGasPhase.cpp +++ b/Cantera/src/thermo/IdealGasPhase.cpp @@ -7,7 +7,7 @@ * */ /* - * $Id$ + * $Id: IdealGasPhase.cpp,v 1.3 2008/08/23 00:53:54 hkmoffa Exp $ */ #ifdef WIN32 diff --git a/Cantera/src/thermo/IdealGasPhase.h b/Cantera/src/thermo/IdealGasPhase.h index cc676a8a4..c9d069943 100644 --- a/Cantera/src/thermo/IdealGasPhase.h +++ b/Cantera/src/thermo/IdealGasPhase.h @@ -6,9 +6,9 @@ * */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: hkmoffa $ + * $Date: 2009/07/05 18:07:18 $ + * $Revision: 1.5 $ * * Copyright 2001 California Institute of Technology * diff --git a/Cantera/src/thermo/IdealMolalSoln.cpp b/Cantera/src/thermo/IdealMolalSoln.cpp index 829677d7b..6823f3384 100644 --- a/Cantera/src/thermo/IdealMolalSoln.cpp +++ b/Cantera/src/thermo/IdealMolalSoln.cpp @@ -19,8 +19,8 @@ */ /* * - * $Date$ - * $Revision$ + * $Date: 2009/03/27 00:51:38 $ + * $Revision: 1.27 $ */ #include "IdealMolalSoln.h" diff --git a/Cantera/src/thermo/IdealMolalSoln.h b/Cantera/src/thermo/IdealMolalSoln.h index 9f796dd6a..752178ab7 100644 --- a/Cantera/src/thermo/IdealMolalSoln.h +++ b/Cantera/src/thermo/IdealMolalSoln.h @@ -19,9 +19,9 @@ * U.S. Government retains certain rights in this software. */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/03/27 00:51:38 $ + * $Revision: 1.24 $ */ #ifndef CT_IDEALMOLALSOLN_H diff --git a/Cantera/src/thermo/IdealSolidSolnPhase.cpp b/Cantera/src/thermo/IdealSolidSolnPhase.cpp index ccc8aa17b..5ca849645 100644 --- a/Cantera/src/thermo/IdealSolidSolnPhase.cpp +++ b/Cantera/src/thermo/IdealSolidSolnPhase.cpp @@ -5,7 +5,7 @@ * \link Cantera::IdealSolidSolnPhase IdealSolidSolnPhase\endlink). */ /* - * $Id$ + * $Id: IdealSolidSolnPhase.cpp,v 1.11 2009/03/27 00:51:39 hkmoffa Exp $ */ /* * Copywrite 2006 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/thermo/IdealSolidSolnPhase.h b/Cantera/src/thermo/IdealSolidSolnPhase.h index a9f87b29c..77df55a8d 100644 --- a/Cantera/src/thermo/IdealSolidSolnPhase.h +++ b/Cantera/src/thermo/IdealSolidSolnPhase.h @@ -10,9 +10,9 @@ */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/03/27 00:51:39 $ + * $Revision: 1.18 $ */ /* * Copywrite 2006 Sandia Corporation. Under the terms of Contract diff --git a/Cantera/src/thermo/IdealSolnGasVPSS.cpp b/Cantera/src/thermo/IdealSolnGasVPSS.cpp index a3943247b..308d5f612 100644 --- a/Cantera/src/thermo/IdealSolnGasVPSS.cpp +++ b/Cantera/src/thermo/IdealSolnGasVPSS.cpp @@ -12,9 +12,9 @@ * U.S. Government retains certain rights in this software. */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/09/16 14:38:13 $ + * $Revision: 1.2 $ */ // turn off warnings under Windows diff --git a/Cantera/src/thermo/IdealSolnGasVPSS.h b/Cantera/src/thermo/IdealSolnGasVPSS.h index 1f035946e..2003e055f 100644 --- a/Cantera/src/thermo/IdealSolnGasVPSS.h +++ b/Cantera/src/thermo/IdealSolnGasVPSS.h @@ -12,9 +12,9 @@ * U.S. Government retains certain rights in this software. */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/08/23 00:53:54 $ + * $Revision: 1.1 $ */ #ifndef CT_IDEALSOLNGASVPSS_H diff --git a/Cantera/src/thermo/LatticePhase.cpp b/Cantera/src/thermo/LatticePhase.cpp index 00942edfb..46a951e9c 100644 --- a/Cantera/src/thermo/LatticePhase.cpp +++ b/Cantera/src/thermo/LatticePhase.cpp @@ -8,7 +8,7 @@ * */ /* - * $Id$ + * $Id: LatticePhase.cpp,v 1.8 2009/01/02 22:34:41 hkmoffa Exp $ */ #include "config.h" diff --git a/Cantera/src/thermo/LatticePhase.h b/Cantera/src/thermo/LatticePhase.h index 7c160560c..465d28187 100644 --- a/Cantera/src/thermo/LatticePhase.h +++ b/Cantera/src/thermo/LatticePhase.h @@ -6,9 +6,9 @@ * (see \ref thermoprops and class \link Cantera::LatticePhase LatticePhase\endlink). * */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: hkmoffa $ + * $Date: 2008/12/13 01:59:49 $ + * $Revision: 1.7 $ * * Copyright 2005 California Institute of Technology * diff --git a/Cantera/src/thermo/LatticeSolidPhase.cpp b/Cantera/src/thermo/LatticeSolidPhase.cpp index e9671db02..e0e13dddf 100644 --- a/Cantera/src/thermo/LatticeSolidPhase.cpp +++ b/Cantera/src/thermo/LatticeSolidPhase.cpp @@ -2,7 +2,7 @@ * * @file LatticeSolidPhase.cpp * - * $Id$ + * $Id: LatticeSolidPhase.cpp,v 1.4 2008/10/08 22:11:08 hkmoffa Exp $ */ #ifdef WIN32 diff --git a/Cantera/src/thermo/LatticeSolidPhase.h b/Cantera/src/thermo/LatticeSolidPhase.h index d97116f3b..8f765e894 100644 --- a/Cantera/src/thermo/LatticeSolidPhase.h +++ b/Cantera/src/thermo/LatticeSolidPhase.h @@ -7,9 +7,9 @@ */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: hkmoffa $ + * $Date: 2008/12/13 01:59:49 $ + * $Revision: 1.5 $ * * Copyright 2005 California Institute of Technology * diff --git a/Cantera/src/thermo/Makefile.in b/Cantera/src/thermo/Makefile.in index 7be968840..eb261de8f 100644 --- a/Cantera/src/thermo/Makefile.in +++ b/Cantera/src/thermo/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2009/03/03 21:08:31 $ +# $Revision: 1.30 $ # # Copyright 2002 California Institute of Technology # diff --git a/Cantera/src/thermo/MargulesVPSSTP.cpp b/Cantera/src/thermo/MargulesVPSSTP.cpp index e338eda48..b1b03e855 100644 --- a/Cantera/src/thermo/MargulesVPSSTP.cpp +++ b/Cantera/src/thermo/MargulesVPSSTP.cpp @@ -12,8 +12,8 @@ * U.S. Government retains certain rights in this software. */ /* - * $Date$ - * $Revision$ + * $Date: 2009/03/03 21:08:31 $ + * $Revision: 1.1 $ */ diff --git a/Cantera/src/thermo/MargulesVPSSTP.h b/Cantera/src/thermo/MargulesVPSSTP.h index f9d9cb55e..471aa03c4 100644 --- a/Cantera/src/thermo/MargulesVPSSTP.h +++ b/Cantera/src/thermo/MargulesVPSSTP.h @@ -17,7 +17,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: MargulesVPSSTP.h,v 1.1 2009/03/03 21:08:31 hkmoffa Exp $ */ #ifndef CT_MARGULESVPSSTP_H diff --git a/Cantera/src/thermo/MetalPhase.h b/Cantera/src/thermo/MetalPhase.h index 32ad3431d..3d4163252 100644 --- a/Cantera/src/thermo/MetalPhase.h +++ b/Cantera/src/thermo/MetalPhase.h @@ -4,9 +4,9 @@ * */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: hkmoffa $ + * $Date: 2009/03/24 20:36:05 $ + * $Revision: 1.4 $ * * Copyright 2003 California Institute of Technology * diff --git a/Cantera/src/thermo/MineralEQ3.cpp b/Cantera/src/thermo/MineralEQ3.cpp index 1758f95de..849d03e32 100644 --- a/Cantera/src/thermo/MineralEQ3.cpp +++ b/Cantera/src/thermo/MineralEQ3.cpp @@ -14,7 +14,7 @@ */ /* - * $Id$ + * $Id: MineralEQ3.cpp,v 1.2 2008/12/27 00:27:55 hkmoffa Exp $ */ #include "ct_defs.h" diff --git a/Cantera/src/thermo/MineralEQ3.h b/Cantera/src/thermo/MineralEQ3.h index f75f28a9e..83077d219 100644 --- a/Cantera/src/thermo/MineralEQ3.h +++ b/Cantera/src/thermo/MineralEQ3.h @@ -14,8 +14,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/01/04 19:21:28 $ + * $Revision: 1.4 $ */ #ifndef CT_MINERALEQ3_H diff --git a/Cantera/src/thermo/MolalityVPSSTP.cpp b/Cantera/src/thermo/MolalityVPSSTP.cpp index 285289a9e..c526ebcce 100644 --- a/Cantera/src/thermo/MolalityVPSSTP.cpp +++ b/Cantera/src/thermo/MolalityVPSSTP.cpp @@ -17,9 +17,9 @@ * U.S. Government retains certain rights in this software. */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/01/16 16:24:35 $ + * $Revision: 1.23 $ */ diff --git a/Cantera/src/thermo/MolalityVPSSTP.h b/Cantera/src/thermo/MolalityVPSSTP.h index f9eb439d9..a635e3091 100644 --- a/Cantera/src/thermo/MolalityVPSSTP.h +++ b/Cantera/src/thermo/MolalityVPSSTP.h @@ -17,7 +17,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: MolalityVPSSTP.h,v 1.20 2009/01/20 21:48:54 hkmoffa Exp $ */ #ifndef CT_MOLALITYVPSSTP_H diff --git a/Cantera/src/thermo/Mu0Poly.cpp b/Cantera/src/thermo/Mu0Poly.cpp index 81cfc3333..59cf05441 100644 --- a/Cantera/src/thermo/Mu0Poly.cpp +++ b/Cantera/src/thermo/Mu0Poly.cpp @@ -6,9 +6,9 @@ * (see \ref spthermo and class \link Cantera::Mu0Poly Mu0Poly\endlink). */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.1 $ + * $Date: 2007/05/04 14:02:42 $ */ diff --git a/Cantera/src/thermo/Mu0Poly.h b/Cantera/src/thermo/Mu0Poly.h index b3eee75ba..ad926486f 100644 --- a/Cantera/src/thermo/Mu0Poly.h +++ b/Cantera/src/thermo/Mu0Poly.h @@ -6,9 +6,9 @@ * (see \ref spthermo and class \link Cantera::Mu0Poly Mu0Poly\endlink). */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.2 $ + * $Date: 2007/09/13 15:05:39 $ */ diff --git a/Cantera/src/thermo/Nasa9Poly1.cpp b/Cantera/src/thermo/Nasa9Poly1.cpp index 61ecd735f..dc22c741a 100644 --- a/Cantera/src/thermo/Nasa9Poly1.cpp +++ b/Cantera/src/thermo/Nasa9Poly1.cpp @@ -10,9 +10,9 @@ * This parameterization has one NASA temperature region. */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.4 $ + * $Date: 2007/12/27 19:09:38 $ */ // Copyright 2007 Sandia National Laboratories diff --git a/Cantera/src/thermo/Nasa9Poly1.h b/Cantera/src/thermo/Nasa9Poly1.h index 2b8bd5244..b3447851c 100644 --- a/Cantera/src/thermo/Nasa9Poly1.h +++ b/Cantera/src/thermo/Nasa9Poly1.h @@ -19,8 +19,8 @@ #define CT_NASA9POLY1_H /* - * $Revision$ - * $Date$ + * $Revision: 1.4 $ + * $Date: 2009/01/04 19:21:28 $ */ diff --git a/Cantera/src/thermo/Nasa9PolyMultiTempRegion.cpp b/Cantera/src/thermo/Nasa9PolyMultiTempRegion.cpp index 47c5788e0..4de34c16f 100644 --- a/Cantera/src/thermo/Nasa9PolyMultiTempRegion.cpp +++ b/Cantera/src/thermo/Nasa9PolyMultiTempRegion.cpp @@ -11,9 +11,9 @@ * This parameterization has one NASA temperature region. */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.5 $ + * $Date: 2008/03/04 23:40:18 $ */ // Copyright 2007 Sandia National Laboratories diff --git a/Cantera/src/thermo/Nasa9PolyMultiTempRegion.h b/Cantera/src/thermo/Nasa9PolyMultiTempRegion.h index b29d138f5..b24e83cc9 100644 --- a/Cantera/src/thermo/Nasa9PolyMultiTempRegion.h +++ b/Cantera/src/thermo/Nasa9PolyMultiTempRegion.h @@ -14,9 +14,9 @@ #ifndef CT_NASA9POLYMULTITEMPREGION_H #define CT_NASA9POLYMULTITEMPREGION_H -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.3 $ + * $Date: 2007/12/27 19:09:38 $ */ // Copyright 2007 Sandia National Laboratories diff --git a/Cantera/src/thermo/NasaPoly1.h b/Cantera/src/thermo/NasaPoly1.h index 60736ecca..17df3a245 100755 --- a/Cantera/src/thermo/NasaPoly1.h +++ b/Cantera/src/thermo/NasaPoly1.h @@ -14,9 +14,9 @@ #define CT_NASAPOLY1_H -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.3 $ + * $Date: 2008/12/13 01:59:49 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/NasaPoly2.h b/Cantera/src/thermo/NasaPoly2.h index 3e885f561..0c542abf9 100644 --- a/Cantera/src/thermo/NasaPoly2.h +++ b/Cantera/src/thermo/NasaPoly2.h @@ -8,9 +8,9 @@ * Two zoned Nasa polynomial parameterization */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.3 $ + * $Date: 2008/12/13 01:59:49 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/NasaThermo.h b/Cantera/src/thermo/NasaThermo.h index 46cf02a71..438a6a71b 100755 --- a/Cantera/src/thermo/NasaThermo.h +++ b/Cantera/src/thermo/NasaThermo.h @@ -7,8 +7,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.7 $ + * $Date: 2009/01/04 19:21:28 $ */ // Copyright 2003 California Institute of Technology diff --git a/Cantera/src/thermo/PDSS.cpp b/Cantera/src/thermo/PDSS.cpp index 8409882fe..64a5301b7 100644 --- a/Cantera/src/thermo/PDSS.cpp +++ b/Cantera/src/thermo/PDSS.cpp @@ -10,7 +10,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: PDSS.cpp,v 1.17 2009/01/04 06:34:19 hkmoffa Exp $ */ #include "ct_defs.h" diff --git a/Cantera/src/thermo/PDSS.h b/Cantera/src/thermo/PDSS.h index 1ebb4b412..1f542c417 100644 --- a/Cantera/src/thermo/PDSS.h +++ b/Cantera/src/thermo/PDSS.h @@ -10,7 +10,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: PDSS.h,v 1.16 2009/01/04 19:21:28 hkmoffa Exp $ */ #ifndef CT_PDSS_H diff --git a/Cantera/src/thermo/PDSSFactory.cpp b/Cantera/src/thermo/PDSSFactory.cpp index b1c27f784..b8e87c564 100644 --- a/Cantera/src/thermo/PDSSFactory.cpp +++ b/Cantera/src/thermo/PDSSFactory.cpp @@ -5,7 +5,7 @@ * (see \ref pdssthermo and class \link Cantera::SpeciesThermoFactory SpeciesThermoFactory\endlink); */ /* - * $Id$ + * $Id: PDSSFactory.cpp,v 1.2 2008/10/13 21:01:48 hkmoffa Exp $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/PDSS_ConstVol.cpp b/Cantera/src/thermo/PDSS_ConstVol.cpp index 5eff50510..557be556f 100644 --- a/Cantera/src/thermo/PDSS_ConstVol.cpp +++ b/Cantera/src/thermo/PDSS_ConstVol.cpp @@ -9,7 +9,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: PDSS_ConstVol.cpp,v 1.10 2009/01/04 06:34:20 hkmoffa Exp $ */ #include "ct_defs.h" diff --git a/Cantera/src/thermo/PDSS_ConstVol.h b/Cantera/src/thermo/PDSS_ConstVol.h index 74fff4d7f..0d668f1db 100644 --- a/Cantera/src/thermo/PDSS_ConstVol.h +++ b/Cantera/src/thermo/PDSS_ConstVol.h @@ -10,7 +10,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: PDSS_ConstVol.h,v 1.6 2008/10/13 21:01:48 hkmoffa Exp $ */ #ifndef CT_PDSS_CONSTVOL_H diff --git a/Cantera/src/thermo/PDSS_HKFT.cpp b/Cantera/src/thermo/PDSS_HKFT.cpp index 313e140d3..b78dc22bf 100644 --- a/Cantera/src/thermo/PDSS_HKFT.cpp +++ b/Cantera/src/thermo/PDSS_HKFT.cpp @@ -7,7 +7,7 @@ */ /* - * $Id$ + * $Id: PDSS_HKFT.cpp,v 1.22 2009/03/13 03:21:34 hkmoffa Exp $ */ /* diff --git a/Cantera/src/thermo/PDSS_HKFT.h b/Cantera/src/thermo/PDSS_HKFT.h index 7449c32c5..cdb95103d 100644 --- a/Cantera/src/thermo/PDSS_HKFT.h +++ b/Cantera/src/thermo/PDSS_HKFT.h @@ -7,8 +7,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/01/04 19:21:28 $ + * $Revision: 1.14 $ */ /* diff --git a/Cantera/src/thermo/PDSS_IdealGas.cpp b/Cantera/src/thermo/PDSS_IdealGas.cpp index 48be63302..b34376aa3 100644 --- a/Cantera/src/thermo/PDSS_IdealGas.cpp +++ b/Cantera/src/thermo/PDSS_IdealGas.cpp @@ -9,7 +9,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: PDSS_IdealGas.cpp,v 1.8 2009/01/04 06:34:20 hkmoffa Exp $ */ #include "ct_defs.h" diff --git a/Cantera/src/thermo/PDSS_IdealGas.h b/Cantera/src/thermo/PDSS_IdealGas.h index 900e06bba..9cd996f51 100644 --- a/Cantera/src/thermo/PDSS_IdealGas.h +++ b/Cantera/src/thermo/PDSS_IdealGas.h @@ -10,7 +10,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: PDSS_IdealGas.h,v 1.4 2008/10/13 21:01:48 hkmoffa Exp $ */ #ifndef CT_PDSS_IDEALGAS_H diff --git a/Cantera/src/thermo/PDSS_Water.cpp b/Cantera/src/thermo/PDSS_Water.cpp index e3903cb98..fa8fda84f 100644 --- a/Cantera/src/thermo/PDSS_Water.cpp +++ b/Cantera/src/thermo/PDSS_Water.cpp @@ -8,7 +8,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: PDSS_Water.cpp,v 1.15 2008/12/22 22:40:44 hkmoffa Exp $ */ #include "ct_defs.h" #include "xml.h" diff --git a/Cantera/src/thermo/PDSS_Water.h b/Cantera/src/thermo/PDSS_Water.h index b783e7ebb..f08cf571d 100644 --- a/Cantera/src/thermo/PDSS_Water.h +++ b/Cantera/src/thermo/PDSS_Water.h @@ -9,9 +9,9 @@ * Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: hkmoffa $ + * $Date: 2009/01/03 03:59:39 $ + * $Revision: 1.11 $ */ #ifndef CT_WATERPDSS_H diff --git a/Cantera/src/thermo/Phase.h b/Cantera/src/thermo/Phase.h index 8512f8aae..12bdf7e90 100755 --- a/Cantera/src/thermo/Phase.h +++ b/Cantera/src/thermo/Phase.h @@ -8,9 +8,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.5 $ + * $Date: 2008/02/03 20:59:18 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/PseudoBinaryVPSSTP.cpp b/Cantera/src/thermo/PseudoBinaryVPSSTP.cpp index 923e5ba28..63a416f8c 100644 --- a/Cantera/src/thermo/PseudoBinaryVPSSTP.cpp +++ b/Cantera/src/thermo/PseudoBinaryVPSSTP.cpp @@ -17,8 +17,8 @@ * U.S. Government retains certain rights in this software. */ /* - * $Date$ - * $Revision$ + * $Date: 2009/03/27 01:08:55 $ + * $Revision: 1.2 $ */ diff --git a/Cantera/src/thermo/PseudoBinaryVPSSTP.h b/Cantera/src/thermo/PseudoBinaryVPSSTP.h index 3cc9a9d5b..b62053e8c 100644 --- a/Cantera/src/thermo/PseudoBinaryVPSSTP.h +++ b/Cantera/src/thermo/PseudoBinaryVPSSTP.h @@ -17,7 +17,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: PseudoBinaryVPSSTP.h,v 1.1 2009/03/03 21:08:31 hkmoffa Exp $ */ #ifndef CT_PSEUDOBINARYVPSSTP_H diff --git a/Cantera/src/thermo/PureFluidPhase.cpp b/Cantera/src/thermo/PureFluidPhase.cpp index a0748e18c..5ce137eee 100644 --- a/Cantera/src/thermo/PureFluidPhase.cpp +++ b/Cantera/src/thermo/PureFluidPhase.cpp @@ -6,7 +6,7 @@ * and class \link Cantera::PureFluidPhase PureFluidPhase\endlink). */ /* - * $Id$ + * $Id: PureFluidPhase.cpp,v 1.5 2009/03/13 03:21:34 hkmoffa Exp $ */ #include "xml.h" #include "PureFluidPhase.h" diff --git a/Cantera/src/thermo/PureFluidPhase.h b/Cantera/src/thermo/PureFluidPhase.h index 2e2c626c1..a1f674f38 100644 --- a/Cantera/src/thermo/PureFluidPhase.h +++ b/Cantera/src/thermo/PureFluidPhase.h @@ -10,9 +10,9 @@ * It inherits from ThermoPhase, but is built on top of the tpx package. */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: dggoodwin $ + * $Date: 2007/12/24 15:32:30 $ + * $Revision: 1.7 $ * * Copyright 2003 California Institute of Technology */ diff --git a/Cantera/src/thermo/SemiconductorPhase.h b/Cantera/src/thermo/SemiconductorPhase.h index 561d7df0b..c82fbbd8b 100644 --- a/Cantera/src/thermo/SemiconductorPhase.h +++ b/Cantera/src/thermo/SemiconductorPhase.h @@ -4,9 +4,9 @@ * */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: dggoodwin $ + * $Date: 2007/11/27 13:26:08 $ + * $Revision: 1.2 $ * * Copyright 2003 California Institute of Technology * diff --git a/Cantera/src/thermo/ShomatePoly.h b/Cantera/src/thermo/ShomatePoly.h index 2937d8f0b..25745a4aa 100755 --- a/Cantera/src/thermo/ShomatePoly.h +++ b/Cantera/src/thermo/ShomatePoly.h @@ -8,9 +8,9 @@ * Shomate polynomial expressions. */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.3 $ + * $Date: 2008/12/13 01:59:49 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/ShomateThermo.h b/Cantera/src/thermo/ShomateThermo.h index c37822801..3d7869f2a 100755 --- a/Cantera/src/thermo/ShomateThermo.h +++ b/Cantera/src/thermo/ShomateThermo.h @@ -6,7 +6,7 @@ * \link Cantera::ShomateThermo ShomateThermo\endlink). */ /* - * $Id$ + * $Id: ShomateThermo.h,v 1.6 2008/12/13 01:59:49 hkmoffa Exp $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/SimpleThermo.h b/Cantera/src/thermo/SimpleThermo.h index 2a548c739..c64c8da5e 100644 --- a/Cantera/src/thermo/SimpleThermo.h +++ b/Cantera/src/thermo/SimpleThermo.h @@ -6,7 +6,7 @@ * \link Cantera::SimpleThermo SimpleThermo\endlink). */ /* - * $Id$ + * $Id: SimpleThermo.h,v 1.9 2008/12/13 01:59:49 hkmoffa Exp $ */ #ifndef CT_SIMPLETHERMO_H diff --git a/Cantera/src/thermo/SingleSpeciesTP.cpp b/Cantera/src/thermo/SingleSpeciesTP.cpp index e9980ada2..5b89c2d6b 100644 --- a/Cantera/src/thermo/SingleSpeciesTP.cpp +++ b/Cantera/src/thermo/SingleSpeciesTP.cpp @@ -12,9 +12,9 @@ */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2007/06/05 15:17:15 $ + * $Revision: 1.10 $ */ #include "SingleSpeciesTP.h" diff --git a/Cantera/src/thermo/SingleSpeciesTP.h b/Cantera/src/thermo/SingleSpeciesTP.h index 59e726bf2..56ffa94ce 100644 --- a/Cantera/src/thermo/SingleSpeciesTP.h +++ b/Cantera/src/thermo/SingleSpeciesTP.h @@ -13,9 +13,9 @@ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/12/13 01:59:49 $ + * $Revision: 1.13 $ * */ diff --git a/Cantera/src/thermo/SpeciesThermo.h b/Cantera/src/thermo/SpeciesThermo.h index 35b8c8edb..d34cf2ecd 100755 --- a/Cantera/src/thermo/SpeciesThermo.h +++ b/Cantera/src/thermo/SpeciesThermo.h @@ -6,9 +6,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.10 $ + * $Date: 2008/12/13 01:59:49 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/SpeciesThermoFactory.cpp b/Cantera/src/thermo/SpeciesThermoFactory.cpp index 06c48c269..89bea1928 100755 --- a/Cantera/src/thermo/SpeciesThermoFactory.cpp +++ b/Cantera/src/thermo/SpeciesThermoFactory.cpp @@ -5,8 +5,8 @@ * (see \ref spthermo and class \link Cantera::SpeciesThermoFactory SpeciesThermoFactory\endlink); */ /* - * $Revision$ - * $Date$ + * $Revision: 1.20 $ + * $Date: 2008/12/29 21:35:15 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/SpeciesThermoFactory.h b/Cantera/src/thermo/SpeciesThermoFactory.h index 172b0f939..7d7af60e7 100755 --- a/Cantera/src/thermo/SpeciesThermoFactory.h +++ b/Cantera/src/thermo/SpeciesThermoFactory.h @@ -7,8 +7,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.11 $ + * $Date: 2009/02/11 20:03:08 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/SpeciesThermoInterpType.cpp b/Cantera/src/thermo/SpeciesThermoInterpType.cpp index 7b7fa5365..ce6de7c43 100644 --- a/Cantera/src/thermo/SpeciesThermoInterpType.cpp +++ b/Cantera/src/thermo/SpeciesThermoInterpType.cpp @@ -3,9 +3,9 @@ * Definitions for a */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.5 $ + * $Date: 2009/01/04 06:34:20 $ */ // Copyright 2007 Sandia National Laboratories diff --git a/Cantera/src/thermo/SpeciesThermoInterpType.h b/Cantera/src/thermo/SpeciesThermoInterpType.h index 6e8f83b04..a1b22903c 100644 --- a/Cantera/src/thermo/SpeciesThermoInterpType.h +++ b/Cantera/src/thermo/SpeciesThermoInterpType.h @@ -5,9 +5,9 @@ * (see \ref spthermo and class \link Cantera::SpeciesThermoInterpType SpeciesThermoInterpType \endlink). */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.8 $ + * $Date: 2008/12/13 01:59:49 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/SpeciesThermoMgr.h b/Cantera/src/thermo/SpeciesThermoMgr.h index 14d5347c3..3728dbdb1 100755 --- a/Cantera/src/thermo/SpeciesThermoMgr.h +++ b/Cantera/src/thermo/SpeciesThermoMgr.h @@ -7,9 +7,9 @@ * \link Cantera::SpeciesThermoDuo SpeciesThermoDuo\endlink and * \link Cantera::SpeciesThermo1 SpeciesThermo1\endlink) * - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.12 $ + * $Date: 2009/02/11 20:03:08 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/State.cpp b/Cantera/src/thermo/State.cpp index 5fcdbbfa8..d31c4f774 100644 --- a/Cantera/src/thermo/State.cpp +++ b/Cantera/src/thermo/State.cpp @@ -7,8 +7,8 @@ /* * - * $Date$ - * $Revision$ + * $Date: 2009/03/03 19:53:34 $ + * $Revision: 1.8 $ * * Copyright 2003-2004 California Institute of Technology * See file License.txt for licensing information diff --git a/Cantera/src/thermo/State.h b/Cantera/src/thermo/State.h index 65411be10..9265013fe 100755 --- a/Cantera/src/thermo/State.h +++ b/Cantera/src/thermo/State.h @@ -6,8 +6,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/02/15 17:33:06 $ + * $Revision: 1.6 $ * * Copyright 2001-2003 California Institute of Technology * See file License.txt for licensing information diff --git a/Cantera/src/thermo/StoichSubstance.cpp b/Cantera/src/thermo/StoichSubstance.cpp index 7770c149a..964e040aa 100644 --- a/Cantera/src/thermo/StoichSubstance.cpp +++ b/Cantera/src/thermo/StoichSubstance.cpp @@ -5,8 +5,8 @@ * ThermoPhase class. */ /* - * $Date$ - * $Revision$ + * $Date: 2009/01/04 21:28:02 $ + * $Revision: 1.8 $ * * Copyright 2001 California Institute of Technology * diff --git a/Cantera/src/thermo/StoichSubstance.h b/Cantera/src/thermo/StoichSubstance.h index 991ef4962..b1b8ffa26 100644 --- a/Cantera/src/thermo/StoichSubstance.h +++ b/Cantera/src/thermo/StoichSubstance.h @@ -5,8 +5,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/01/04 21:28:02 $ + * $Revision: 1.8 $ * * Copyright 2001 California Institute of Technology * diff --git a/Cantera/src/thermo/StoichSubstanceSSTP.cpp b/Cantera/src/thermo/StoichSubstanceSSTP.cpp index 565e7cfc5..7c4a6ee93 100644 --- a/Cantera/src/thermo/StoichSubstanceSSTP.cpp +++ b/Cantera/src/thermo/StoichSubstanceSSTP.cpp @@ -14,7 +14,7 @@ */ /* - * $Id$ + * $Id: StoichSubstanceSSTP.cpp,v 1.13 2009/01/02 20:04:17 hkmoffa Exp $ */ #include "ct_defs.h" diff --git a/Cantera/src/thermo/StoichSubstanceSSTP.h b/Cantera/src/thermo/StoichSubstanceSSTP.h index 59b5598c4..0f59c7888 100644 --- a/Cantera/src/thermo/StoichSubstanceSSTP.h +++ b/Cantera/src/thermo/StoichSubstanceSSTP.h @@ -12,8 +12,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/01/02 20:04:17 $ + * $Revision: 1.12 $ */ #ifndef CT_STOICHSUBSTANCESSTP_H diff --git a/Cantera/src/thermo/SurfPhase.cpp b/Cantera/src/thermo/SurfPhase.cpp index 44fea43fd..4d58bb9d2 100644 --- a/Cantera/src/thermo/SurfPhase.cpp +++ b/Cantera/src/thermo/SurfPhase.cpp @@ -7,8 +7,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.13 $ + * $Date: 2009/01/24 00:15:00 $ */ // Copyright 2002 California Institute of Technology diff --git a/Cantera/src/thermo/SurfPhase.h b/Cantera/src/thermo/SurfPhase.h index 2872c9db4..978c1f760 100644 --- a/Cantera/src/thermo/SurfPhase.h +++ b/Cantera/src/thermo/SurfPhase.h @@ -7,8 +7,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/01/04 21:28:02 $ + * $Revision: 1.11 $ * * Copyright 2002 California Institute of Technology * diff --git a/Cantera/src/thermo/ThermoFactory.cpp b/Cantera/src/thermo/ThermoFactory.cpp index 5940a580a..a5fa73a5c 100644 --- a/Cantera/src/thermo/ThermoFactory.cpp +++ b/Cantera/src/thermo/ThermoFactory.cpp @@ -6,8 +6,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.20 $ + * $Date: 2009/03/13 03:21:34 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/ThermoFactory.h b/Cantera/src/thermo/ThermoFactory.h index b9a034086..77dccd54e 100644 --- a/Cantera/src/thermo/ThermoFactory.h +++ b/Cantera/src/thermo/ThermoFactory.h @@ -6,9 +6,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.10 $ + * $Date: 2009/02/11 20:03:08 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/thermo/ThermoPhase.cpp b/Cantera/src/thermo/ThermoPhase.cpp index 1724694b3..856d66979 100644 --- a/Cantera/src/thermo/ThermoPhase.cpp +++ b/Cantera/src/thermo/ThermoPhase.cpp @@ -6,9 +6,9 @@ */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/03/03 19:53:34 $ + * $Revision: 1.18 $ * * Copyright 2002 California Institute of Technology * diff --git a/Cantera/src/thermo/ThermoPhase.h b/Cantera/src/thermo/ThermoPhase.h index f6c06b918..4b2f17ee3 100755 --- a/Cantera/src/thermo/ThermoPhase.h +++ b/Cantera/src/thermo/ThermoPhase.h @@ -7,8 +7,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/02/18 22:31:32 $ + * $Revision: 1.26 $ * * Copyright 2002 California Institute of Technology * diff --git a/Cantera/src/thermo/VPSSMgr.cpp b/Cantera/src/thermo/VPSSMgr.cpp index 1f8e451d8..403117bef 100644 --- a/Cantera/src/thermo/VPSSMgr.cpp +++ b/Cantera/src/thermo/VPSSMgr.cpp @@ -12,9 +12,9 @@ * U.S. Government retains certain rights in this software. */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/05/28 23:08:06 $ + * $Revision: 1.8 $ */ // turn off warnings under Windows diff --git a/Cantera/src/thermo/VPSSMgr.h b/Cantera/src/thermo/VPSSMgr.h index 5be3b3217..9b2d913c2 100644 --- a/Cantera/src/thermo/VPSSMgr.h +++ b/Cantera/src/thermo/VPSSMgr.h @@ -8,9 +8,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.5 $ + * $Date: 2009/05/28 23:08:06 $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/thermo/VPSSMgrFactory.cpp b/Cantera/src/thermo/VPSSMgrFactory.cpp index c0746c7da..0993635bb 100644 --- a/Cantera/src/thermo/VPSSMgrFactory.cpp +++ b/Cantera/src/thermo/VPSSMgrFactory.cpp @@ -6,7 +6,7 @@ * \link Cantera::VPSSMgrFactory VPSSMgrFactory\endlink); */ /* - * $Id$ + * $Id: VPSSMgrFactory.cpp,v 1.8 2009/03/04 01:01:57 hkmoffa Exp $ */ /* diff --git a/Cantera/src/thermo/VPSSMgrFactory.h b/Cantera/src/thermo/VPSSMgrFactory.h index 5683608b3..9d55d7957 100644 --- a/Cantera/src/thermo/VPSSMgrFactory.h +++ b/Cantera/src/thermo/VPSSMgrFactory.h @@ -6,8 +6,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.5 $ + * $Date: 2009/02/11 20:03:08 $ */ /* diff --git a/Cantera/src/thermo/VPSSMgr_ConstVol.cpp b/Cantera/src/thermo/VPSSMgr_ConstVol.cpp index 2121a4724..f67c35942 100644 --- a/Cantera/src/thermo/VPSSMgr_ConstVol.cpp +++ b/Cantera/src/thermo/VPSSMgr_ConstVol.cpp @@ -12,9 +12,9 @@ * U.S. Government retains certain rights in this software. */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/05/28 23:08:06 $ + * $Revision: 1.4 $ */ // turn off warnings under Windows diff --git a/Cantera/src/thermo/VPSSMgr_ConstVol.h b/Cantera/src/thermo/VPSSMgr_ConstVol.h index dcb6e5b28..1e5835f10 100644 --- a/Cantera/src/thermo/VPSSMgr_ConstVol.h +++ b/Cantera/src/thermo/VPSSMgr_ConstVol.h @@ -6,9 +6,9 @@ * \link Cantera::VPSSMgr_ConstVol VPSSMgr_ConstVol \endlink). */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.3 $ + * $Date: 2009/05/28 23:08:06 $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/thermo/VPSSMgr_General.cpp b/Cantera/src/thermo/VPSSMgr_General.cpp index 954ec220b..be66ec1fa 100644 --- a/Cantera/src/thermo/VPSSMgr_General.cpp +++ b/Cantera/src/thermo/VPSSMgr_General.cpp @@ -12,9 +12,9 @@ * U.S. Government retains certain rights in this software. */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/05/28 23:08:06 $ + * $Revision: 1.5 $ */ // turn off warnings under Windows diff --git a/Cantera/src/thermo/VPSSMgr_General.h b/Cantera/src/thermo/VPSSMgr_General.h index 458c5e5c4..32e2011d2 100644 --- a/Cantera/src/thermo/VPSSMgr_General.h +++ b/Cantera/src/thermo/VPSSMgr_General.h @@ -7,8 +7,8 @@ * class \link Cantera::VPSSMgr_General VPSSMgr_General\endlink). */ /* - * $Revision$ - * $Date$ + * $Revision: 1.4 $ + * $Date: 2009/05/28 23:08:06 $ */ /* * Copywrite (2007) Sandia Corporation. Under the terms of diff --git a/Cantera/src/thermo/VPSSMgr_IdealGas.cpp b/Cantera/src/thermo/VPSSMgr_IdealGas.cpp index 34ef28457..7eedbc033 100644 --- a/Cantera/src/thermo/VPSSMgr_IdealGas.cpp +++ b/Cantera/src/thermo/VPSSMgr_IdealGas.cpp @@ -12,9 +12,9 @@ * U.S. Government retains certain rights in this software. */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/05/28 23:08:06 $ + * $Revision: 1.3 $ */ // turn off warnings under Windows diff --git a/Cantera/src/thermo/VPSSMgr_IdealGas.h b/Cantera/src/thermo/VPSSMgr_IdealGas.h index 146fa3e0a..ee123a3aa 100644 --- a/Cantera/src/thermo/VPSSMgr_IdealGas.h +++ b/Cantera/src/thermo/VPSSMgr_IdealGas.h @@ -7,9 +7,9 @@ * class \link Cantera::VPSSMgr_IdealGas VPSSMgr_IdealGas\endlink). */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.3 $ + * $Date: 2009/05/28 23:08:06 $ */ /* diff --git a/Cantera/src/thermo/VPSSMgr_Water_ConstVol.cpp b/Cantera/src/thermo/VPSSMgr_Water_ConstVol.cpp index 40a65a8eb..5a156420a 100644 --- a/Cantera/src/thermo/VPSSMgr_Water_ConstVol.cpp +++ b/Cantera/src/thermo/VPSSMgr_Water_ConstVol.cpp @@ -15,8 +15,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/05/28 23:08:06 $ + * $Revision: 1.9 $ */ // turn off warnings under Windows diff --git a/Cantera/src/thermo/VPSSMgr_Water_ConstVol.h b/Cantera/src/thermo/VPSSMgr_Water_ConstVol.h index 057a1d6f9..7d8a248de 100644 --- a/Cantera/src/thermo/VPSSMgr_Water_ConstVol.h +++ b/Cantera/src/thermo/VPSSMgr_Water_ConstVol.h @@ -9,8 +9,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.7 $ + * $Date: 2009/05/28 23:08:06 $ */ /* diff --git a/Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp b/Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp index 0b33cdd63..ac725e84b 100644 --- a/Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp +++ b/Cantera/src/thermo/VPSSMgr_Water_HKFT.cpp @@ -15,8 +15,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/05/28 23:08:06 $ + * $Revision: 1.13 $ */ // turn off warnings under Windows diff --git a/Cantera/src/thermo/VPSSMgr_Water_HKFT.h b/Cantera/src/thermo/VPSSMgr_Water_HKFT.h index 462eae89c..d54d7dd99 100644 --- a/Cantera/src/thermo/VPSSMgr_Water_HKFT.h +++ b/Cantera/src/thermo/VPSSMgr_Water_HKFT.h @@ -8,8 +8,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.7 $ + * $Date: 2009/05/28 23:08:06 $ */ /* diff --git a/Cantera/src/thermo/VPSSMgr_types.h b/Cantera/src/thermo/VPSSMgr_types.h index 4d55e1eff..9d7512563 100644 --- a/Cantera/src/thermo/VPSSMgr_types.h +++ b/Cantera/src/thermo/VPSSMgr_types.h @@ -8,9 +8,9 @@ * class \link Cantera::VPSSMgr VPSSMgr\endlink). */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.1 $ + * $Date: 2008/08/23 00:53:55 $ */ /* * Copywrite (2005) Sandia Corporation. Under the terms of diff --git a/Cantera/src/thermo/VPStandardStateTP.cpp b/Cantera/src/thermo/VPStandardStateTP.cpp index 5404615e9..b4b523ee0 100644 --- a/Cantera/src/thermo/VPStandardStateTP.cpp +++ b/Cantera/src/thermo/VPStandardStateTP.cpp @@ -11,9 +11,9 @@ * U.S. Government retains certain rights in this software. */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/01/04 06:34:20 $ + * $Revision: 1.16 $ */ // turn off warnings under Windows diff --git a/Cantera/src/thermo/VPStandardStateTP.h b/Cantera/src/thermo/VPStandardStateTP.h index bcae6d1c8..6b81889bb 100644 --- a/Cantera/src/thermo/VPStandardStateTP.h +++ b/Cantera/src/thermo/VPStandardStateTP.h @@ -14,8 +14,8 @@ * U.S. Government retains certain rights in this software. */ /* - * $Date$ - * $Revision$ + * $Date: 2009/03/27 00:38:57 $ + * $Revision: 1.20 $ */ #ifndef CT_VPSTANDARDSTATETP_H diff --git a/Cantera/src/thermo/WaterProps.cpp b/Cantera/src/thermo/WaterProps.cpp index 54a61c499..9e748600d 100644 --- a/Cantera/src/thermo/WaterProps.cpp +++ b/Cantera/src/thermo/WaterProps.cpp @@ -7,7 +7,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: WaterProps.cpp,v 1.9 2008/12/17 17:04:47 hkmoffa Exp $ */ //@{ diff --git a/Cantera/src/thermo/WaterProps.h b/Cantera/src/thermo/WaterProps.h index 0da02f97e..a52d65ad1 100644 --- a/Cantera/src/thermo/WaterProps.h +++ b/Cantera/src/thermo/WaterProps.h @@ -11,7 +11,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: WaterProps.h,v 1.5 2008/08/23 00:53:55 hkmoffa Exp $ */ #ifndef CT_WATERPROPS_H diff --git a/Cantera/src/thermo/WaterPropsIAPWS.cpp b/Cantera/src/thermo/WaterPropsIAPWS.cpp index fcb07119a..f86793130 100644 --- a/Cantera/src/thermo/WaterPropsIAPWS.cpp +++ b/Cantera/src/thermo/WaterPropsIAPWS.cpp @@ -10,7 +10,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: WaterPropsIAPWS.cpp,v 1.17 2008/12/17 17:01:29 hkmoffa Exp $ */ #include "WaterPropsIAPWS.h" diff --git a/Cantera/src/thermo/WaterPropsIAPWS.h b/Cantera/src/thermo/WaterPropsIAPWS.h index 1c5bf7673..51b741e13 100644 --- a/Cantera/src/thermo/WaterPropsIAPWS.h +++ b/Cantera/src/thermo/WaterPropsIAPWS.h @@ -10,7 +10,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: WaterPropsIAPWS.h,v 1.16 2008/09/29 20:03:57 hkmoffa Exp $ */ #ifndef WATERPROPSIAPWS_H diff --git a/Cantera/src/thermo/WaterPropsIAPWSphi.cpp b/Cantera/src/thermo/WaterPropsIAPWSphi.cpp index 4263ed0ae..c8ee6dcfc 100644 --- a/Cantera/src/thermo/WaterPropsIAPWSphi.cpp +++ b/Cantera/src/thermo/WaterPropsIAPWSphi.cpp @@ -9,7 +9,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: WaterPropsIAPWSphi.cpp,v 1.12 2008/12/29 22:53:36 hkmoffa Exp $ */ #include "WaterPropsIAPWSphi.h" diff --git a/Cantera/src/thermo/WaterPropsIAPWSphi.h b/Cantera/src/thermo/WaterPropsIAPWSphi.h index ff1efd4f0..7bdf45ca2 100644 --- a/Cantera/src/thermo/WaterPropsIAPWSphi.h +++ b/Cantera/src/thermo/WaterPropsIAPWSphi.h @@ -11,7 +11,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: WaterPropsIAPWSphi.h,v 1.8 2008/09/12 21:51:04 hkmoffa Exp $ */ #ifndef WATERPROPSIAPWSPHI_H diff --git a/Cantera/src/thermo/WaterSSTP.cpp b/Cantera/src/thermo/WaterSSTP.cpp index 001557e66..007c7eda0 100644 --- a/Cantera/src/thermo/WaterSSTP.cpp +++ b/Cantera/src/thermo/WaterSSTP.cpp @@ -9,7 +9,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: WaterSSTP.cpp,v 1.17 2009/03/27 00:38:58 hkmoffa Exp $ */ #include "xml.h" diff --git a/Cantera/src/thermo/WaterSSTP.h b/Cantera/src/thermo/WaterSSTP.h index 3d964db67..220c0e22f 100644 --- a/Cantera/src/thermo/WaterSSTP.h +++ b/Cantera/src/thermo/WaterSSTP.h @@ -9,7 +9,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: WaterSSTP.h,v 1.13 2009/03/27 00:38:58 hkmoffa Exp $ */ #ifndef CT_WATERSSTP_H diff --git a/Cantera/src/thermo/electrolytes.h b/Cantera/src/thermo/electrolytes.h index eecd6f878..97bf75bef 100644 --- a/Cantera/src/thermo/electrolytes.h +++ b/Cantera/src/thermo/electrolytes.h @@ -10,7 +10,7 @@ * U.S. Government retains certain rights in this software. */ /* - * $Id$ + * $Id: electrolytes.h,v 1.1 2006/07/06 15:41:15 hkmoffa Exp $ */ #ifndef CT_ELECTROLYTES_H #define CT_ELECTROLYTES_H diff --git a/Cantera/src/thermo/phasereport.cpp b/Cantera/src/thermo/phasereport.cpp index af3dfdacc..8a5830d6c 100644 --- a/Cantera/src/thermo/phasereport.cpp +++ b/Cantera/src/thermo/phasereport.cpp @@ -4,8 +4,8 @@ */ /* - * $Date$ - * $Revision$ + * $Date: 2009/01/14 22:46:33 $ + * $Revision: 1.8 $ * * Copyright 2001 California Institute of Technology * diff --git a/Cantera/src/thermo/speciesThermoTypes.h b/Cantera/src/thermo/speciesThermoTypes.h index f8e742821..2e570ba5b 100755 --- a/Cantera/src/thermo/speciesThermoTypes.h +++ b/Cantera/src/thermo/speciesThermoTypes.h @@ -4,9 +4,9 @@ * reference-state thermodynamics managers (see \ref spthermo) */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.6 $ + * $Date: 2008/09/29 20:03:57 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/transport/AqueousTransport.cpp b/Cantera/src/transport/AqueousTransport.cpp index 44c8e3598..abb947491 100644 --- a/Cantera/src/transport/AqueousTransport.cpp +++ b/Cantera/src/transport/AqueousTransport.cpp @@ -3,8 +3,8 @@ * Mixture-averaged transport properties for ideal gas mixtures. */ /* - * $Revision$ - * $Date$ + * $Revision: 1.4 $ + * $Date: 2009/03/27 18:24:39 $ */ diff --git a/Cantera/src/transport/AqueousTransport.h b/Cantera/src/transport/AqueousTransport.h index 70556d763..8a460a2c9 100644 --- a/Cantera/src/transport/AqueousTransport.h +++ b/Cantera/src/transport/AqueousTransport.h @@ -3,8 +3,8 @@ * Header file defining class AqueousTransport */ /* - * $Revision$ - * $Date$ + * $Revision: 1.4 $ + * $Date: 2009/03/27 18:24:39 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/transport/DustyGasTransport.cpp b/Cantera/src/transport/DustyGasTransport.cpp index 677862726..f16d2f3b5 100644 --- a/Cantera/src/transport/DustyGasTransport.cpp +++ b/Cantera/src/transport/DustyGasTransport.cpp @@ -8,9 +8,9 @@ */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/03/27 18:24:39 $ + * $Revision: 1.12 $ * * Copyright 2003 California Institute of Technology * See file License.txt for licensing information diff --git a/Cantera/src/transport/LiquidTransport.cpp b/Cantera/src/transport/LiquidTransport.cpp index 03a9a55d4..0e59fad52 100644 --- a/Cantera/src/transport/LiquidTransport.cpp +++ b/Cantera/src/transport/LiquidTransport.cpp @@ -3,8 +3,8 @@ * Mixture-averaged transport properties for ideal gas mixtures. */ /* - * $Revision$ - * $Date$ + * $Revision: 1.10 $ + * $Date: 2009/03/24 20:44:30 $ */ #include "ThermoPhase.h" diff --git a/Cantera/src/transport/LiquidTransport.h b/Cantera/src/transport/LiquidTransport.h index 8c85db9ff..5862888eb 100644 --- a/Cantera/src/transport/LiquidTransport.h +++ b/Cantera/src/transport/LiquidTransport.h @@ -4,8 +4,8 @@ * Header file defining class LiquidTransport */ /* - * $Revision$ - * $Date$ + * $Revision: 1.9 $ + * $Date: 2009/03/27 18:24:39 $ */ #ifndef CT_LIQUIDTRAN_H diff --git a/Cantera/src/transport/MMCollisionInt.cpp b/Cantera/src/transport/MMCollisionInt.cpp index c50855c32..6639c9c9d 100755 --- a/Cantera/src/transport/MMCollisionInt.cpp +++ b/Cantera/src/transport/MMCollisionInt.cpp @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.11 $ + * $Date: 2008/12/17 17:06:24 $ */ // Copyright 2001 California Institute of Technology */ diff --git a/Cantera/src/transport/MMCollisionInt.h b/Cantera/src/transport/MMCollisionInt.h index 797a30ea5..0a915a0f9 100755 --- a/Cantera/src/transport/MMCollisionInt.h +++ b/Cantera/src/transport/MMCollisionInt.h @@ -3,9 +3,9 @@ * Monk and Monchick collision integrals */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.5 $ + * $Date: 2007/07/26 21:55:32 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/transport/Makefile.in b/Cantera/src/transport/Makefile.in index 28f0e675e..b73211558 100644 --- a/Cantera/src/transport/Makefile.in +++ b/Cantera/src/transport/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### # -# $Date$ -# $Revision$ +# $Date: 2009/02/15 19:41:33 $ +# $Revision: 1.22 $ # # Copyright 2002 California Institute of Technology # diff --git a/Cantera/src/transport/MixTransport.cpp b/Cantera/src/transport/MixTransport.cpp index 5e3b6eeac..c7fe8ef8a 100755 --- a/Cantera/src/transport/MixTransport.cpp +++ b/Cantera/src/transport/MixTransport.cpp @@ -3,9 +3,9 @@ * Mixture-averaged transport properties for ideal gas mixtures. */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.16 $ + * $Date: 2009/03/27 18:24:39 $ */ // copyright 2001 California Institute of Technology diff --git a/Cantera/src/transport/MixTransport.h b/Cantera/src/transport/MixTransport.h index b3621439b..5fc8d4b96 100755 --- a/Cantera/src/transport/MixTransport.h +++ b/Cantera/src/transport/MixTransport.h @@ -3,9 +3,9 @@ * Header file defining class MixTransport */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.11 $ + * $Date: 2009/03/27 18:24:39 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/transport/MultiTransport.cpp b/Cantera/src/transport/MultiTransport.cpp index db0204824..20bf2022e 100755 --- a/Cantera/src/transport/MultiTransport.cpp +++ b/Cantera/src/transport/MultiTransport.cpp @@ -5,9 +5,9 @@ * * @ingroup transportProps * - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2009/03/27 18:24:39 $ + * $Revision: 1.17 $ * * Copyright 2001 California Institute of Technology * See file License.txt for licensing information diff --git a/Cantera/src/transport/SolidTransport.cpp b/Cantera/src/transport/SolidTransport.cpp index 6401d7f45..36c6b92f9 100644 --- a/Cantera/src/transport/SolidTransport.cpp +++ b/Cantera/src/transport/SolidTransport.cpp @@ -3,9 +3,9 @@ * @file SolidTransport.cpp */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.10 $ + * $Date: 2009/03/27 18:24:39 $ */ // copyright 2008 California Institute of Technology diff --git a/Cantera/src/transport/SolidTransport.h b/Cantera/src/transport/SolidTransport.h index e744ca836..027ba9816 100644 --- a/Cantera/src/transport/SolidTransport.h +++ b/Cantera/src/transport/SolidTransport.h @@ -4,9 +4,9 @@ * Header file defining class SolidTransport */ -/* $Author$ - * $Revision$ - * $Date$ +/* $Author: hkmoffa $ + * $Revision: 1.7 $ + * $Date: 2009/03/27 18:24:39 $ */ // Copyright 2003 California Institute of Technology diff --git a/Cantera/src/transport/TransportBase.cpp b/Cantera/src/transport/TransportBase.cpp index 498a0675f..532530690 100644 --- a/Cantera/src/transport/TransportBase.cpp +++ b/Cantera/src/transport/TransportBase.cpp @@ -3,8 +3,8 @@ * Mixture-averaged transport properties for ideal gas mixtures. */ /* - * $Revision$ - * $Date$ + * $Revision: 1.1 $ + * $Date: 2009/02/15 19:41:33 $ */ #include "ThermoPhase.h" diff --git a/Cantera/src/transport/TransportBase.h b/Cantera/src/transport/TransportBase.h index 2021760a3..2c84d23a7 100755 --- a/Cantera/src/transport/TransportBase.h +++ b/Cantera/src/transport/TransportBase.h @@ -4,8 +4,8 @@ */ /* - * $Revision$ - * $Date$ + * $Revision: 1.23 $ + * $Date: 2009/03/27 18:24:39 $ */ // Copyright 2001-2003 California Institute of Technology diff --git a/Cantera/src/transport/TransportFactory.h b/Cantera/src/transport/TransportFactory.h index a4c673ced..7324bb276 100755 --- a/Cantera/src/transport/TransportFactory.h +++ b/Cantera/src/transport/TransportFactory.h @@ -4,9 +4,9 @@ * (see \link Cantera::TransportFactory TransportFactory\endlink) */ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/12/24 18:19:01 $ + * $Revision: 1.14 $ * * Copyright 2001 California Institute of Technology * diff --git a/Cantera/src/zeroD/ConstPressureReactor.h b/Cantera/src/zeroD/ConstPressureReactor.h index 0e82d1306..432b9bed7 100644 --- a/Cantera/src/zeroD/ConstPressureReactor.h +++ b/Cantera/src/zeroD/ConstPressureReactor.h @@ -1,9 +1,9 @@ /** * @file Reactor.h * - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.3 $ + * $Date: 2006/11/27 21:43:34 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/FlowDevice.h b/Cantera/src/zeroD/FlowDevice.h index 3273f5c5e..8eea2d59a 100644 --- a/Cantera/src/zeroD/FlowDevice.h +++ b/Cantera/src/zeroD/FlowDevice.h @@ -1,9 +1,9 @@ /** * @file FlowDevice.h * - * $Author$ - * $Date$ - * $Revision$ + * $Author: dggoodwin $ + * $Date: 2007/05/04 14:41:28 $ + * $Revision: 1.6 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/FlowReactor.h b/Cantera/src/zeroD/FlowReactor.h index e6b750d79..e6fa4cb8a 100644 --- a/Cantera/src/zeroD/FlowReactor.h +++ b/Cantera/src/zeroD/FlowReactor.h @@ -1,9 +1,9 @@ /** * @file FlowReactor.h * - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.3 $ + * $Date: 2006/11/27 21:43:34 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/Makefile.in b/Cantera/src/zeroD/Makefile.in index 8c3000018..30bd426bd 100644 --- a/Cantera/src/zeroD/Makefile.in +++ b/Cantera/src/zeroD/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2008/12/30 21:49:41 $ +# $Revision: 1.17 $ # # Copyright 2002 California Institute of Technology # diff --git a/Cantera/src/zeroD/PID_Controller.h b/Cantera/src/zeroD/PID_Controller.h index 77560dfd0..91b3850d7 100644 --- a/Cantera/src/zeroD/PID_Controller.h +++ b/Cantera/src/zeroD/PID_Controller.h @@ -1,9 +1,9 @@ /** * @file PID_Controller.h * - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.2 $ + * $Date: 2005/06/18 17:01:12 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/Reactor.h b/Cantera/src/zeroD/Reactor.h index aca2506ce..e5e515b04 100644 --- a/Cantera/src/zeroD/Reactor.h +++ b/Cantera/src/zeroD/Reactor.h @@ -1,9 +1,9 @@ /** * @file Reactor.h * - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.11 $ + * $Date: 2007/05/04 14:41:28 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/ReactorBase.cpp b/Cantera/src/zeroD/ReactorBase.cpp index 9348e6d66..60314a488 100644 --- a/Cantera/src/zeroD/ReactorBase.cpp +++ b/Cantera/src/zeroD/ReactorBase.cpp @@ -1,9 +1,9 @@ /** * @file ReactorBase.cpp * - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.11 $ + * $Date: 2006/11/27 21:43:34 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/ReactorBase.h b/Cantera/src/zeroD/ReactorBase.h index 047265478..3558e099f 100644 --- a/Cantera/src/zeroD/ReactorBase.h +++ b/Cantera/src/zeroD/ReactorBase.h @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.14 $ + * $Date: 2007/07/27 03:38:24 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/ReactorFactory.cpp b/Cantera/src/zeroD/ReactorFactory.cpp index ee07a21f3..073add4ad 100644 --- a/Cantera/src/zeroD/ReactorFactory.cpp +++ b/Cantera/src/zeroD/ReactorFactory.cpp @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.3 $ + * $Date: 2007/05/10 03:28:32 $ */ // Copyright 2006 California Institute of Technology diff --git a/Cantera/src/zeroD/ReactorFactory.h b/Cantera/src/zeroD/ReactorFactory.h index d1da8024f..30c29c6b1 100644 --- a/Cantera/src/zeroD/ReactorFactory.h +++ b/Cantera/src/zeroD/ReactorFactory.h @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.3 $ + * $Date: 2007/05/10 03:28:32 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/ReactorNet.h b/Cantera/src/zeroD/ReactorNet.h index 021610a23..f7265c0a0 100644 --- a/Cantera/src/zeroD/ReactorNet.h +++ b/Cantera/src/zeroD/ReactorNet.h @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: hkmoffa $ + * $Revision: 1.16 $ + * $Date: 2009/07/11 17:35:05 $ */ // Copyright 2004 California Institute of Technology diff --git a/Cantera/src/zeroD/Reservoir.h b/Cantera/src/zeroD/Reservoir.h index d60539df3..7ae625f61 100644 --- a/Cantera/src/zeroD/Reservoir.h +++ b/Cantera/src/zeroD/Reservoir.h @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.3 $ + * $Date: 2005/06/18 17:01:12 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/src/zeroD/Wall.h b/Cantera/src/zeroD/Wall.h index 4afeb4b3f..c07ef168c 100644 --- a/Cantera/src/zeroD/Wall.h +++ b/Cantera/src/zeroD/Wall.h @@ -3,9 +3,9 @@ * Header file for class Wall. */ -/* $Author$ - * $Date$ - * $Revision$ +/* $Author: dggoodwin $ + * $Date: 2007/05/04 14:41:28 $ + * $Revision: 1.9 $ */ // Copyright 2001-2004 California Institute of Technology diff --git a/Cantera/src/zeroD/flowControllers.h b/Cantera/src/zeroD/flowControllers.h index 07799d48e..177e33bba 100644 --- a/Cantera/src/zeroD/flowControllers.h +++ b/Cantera/src/zeroD/flowControllers.h @@ -3,9 +3,9 @@ * * Some flow devices derived from class FlowDevice. * - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.6 $ + * $Date: 2007/05/04 14:41:28 $ */ // Copyright 2001 California Institute of Technology diff --git a/Cantera/user/Makefile.in b/Cantera/user/Makefile.in index 42548c761..2160a2aa5 100644 --- a/Cantera/user/Makefile.in +++ b/Cantera/user/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh ############################################################### -# $Author$ -# $Date$ -# $Revision$ +# $Author: hkmoffa $ +# $Date: 2008/01/01 19:19:50 $ +# $Revision: 1.7 $ # # Copyright 2002 California Institute of Technology # diff --git a/Makefile.in b/Makefile.in index ff2fb899c..e39e4a090 100755 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id$ +# $Id: Makefile.in,v 1.96 2009/03/25 01:11:48 hkmoffa Exp $ # export_dir = $(HOME)/sfdist version = @ctversion@ diff --git a/apps/MixMaster/Units/SI.py b/apps/MixMaster/Units/SI.py index a1eb21ac6..8f6dcd18d 100755 --- a/apps/MixMaster/Units/SI.py +++ b/apps/MixMaster/Units/SI.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: SI.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/__init__.py b/apps/MixMaster/Units/__init__.py index c95dcb43e..196e1f6c6 100755 --- a/apps/MixMaster/Units/__init__.py +++ b/apps/MixMaster/Units/__init__.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: __init__.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/area.py b/apps/MixMaster/Units/area.py index 0679c5ff0..c73ad84ac 100755 --- a/apps/MixMaster/Units/area.py +++ b/apps/MixMaster/Units/area.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: area.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/density.py b/apps/MixMaster/Units/density.py index 42f5b7846..b891229d6 100755 --- a/apps/MixMaster/Units/density.py +++ b/apps/MixMaster/Units/density.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: density.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/energy.py b/apps/MixMaster/Units/energy.py index c454b2b09..39f945987 100755 --- a/apps/MixMaster/Units/energy.py +++ b/apps/MixMaster/Units/energy.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: energy.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/force.py b/apps/MixMaster/Units/force.py index 7cb048006..c099c8fd3 100755 --- a/apps/MixMaster/Units/force.py +++ b/apps/MixMaster/Units/force.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: force.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/length.py b/apps/MixMaster/Units/length.py index 0c5964b79..d84fa1399 100755 --- a/apps/MixMaster/Units/length.py +++ b/apps/MixMaster/Units/length.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: length.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/mass.py b/apps/MixMaster/Units/mass.py index 697c9c191..cc21a6f2a 100755 --- a/apps/MixMaster/Units/mass.py +++ b/apps/MixMaster/Units/mass.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: mass.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/power.py b/apps/MixMaster/Units/power.py index 288b8f044..38caa0d72 100755 --- a/apps/MixMaster/Units/power.py +++ b/apps/MixMaster/Units/power.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: power.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/pressure.py b/apps/MixMaster/Units/pressure.py index fb4d48e83..233c92473 100755 --- a/apps/MixMaster/Units/pressure.py +++ b/apps/MixMaster/Units/pressure.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: pressure.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/specificEnergy.py b/apps/MixMaster/Units/specificEnergy.py index 0ed66f8a9..0fa6ddaa9 100755 --- a/apps/MixMaster/Units/specificEnergy.py +++ b/apps/MixMaster/Units/specificEnergy.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: specificEnergy.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/specificEntropy.py b/apps/MixMaster/Units/specificEntropy.py index 8e50f44d3..4939e26ed 100755 --- a/apps/MixMaster/Units/specificEntropy.py +++ b/apps/MixMaster/Units/specificEntropy.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: specificEntropy.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/speed.py b/apps/MixMaster/Units/speed.py index f4f1578cc..e024419d1 100755 --- a/apps/MixMaster/Units/speed.py +++ b/apps/MixMaster/Units/speed.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: speed.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/temperature.py b/apps/MixMaster/Units/temperature.py index 652654d6e..e3873da7a 100755 --- a/apps/MixMaster/Units/temperature.py +++ b/apps/MixMaster/Units/temperature.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: temperature.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/time.py b/apps/MixMaster/Units/time.py index c55d570b1..91c5ddc30 100755 --- a/apps/MixMaster/Units/time.py +++ b/apps/MixMaster/Units/time.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: time.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/unit.py b/apps/MixMaster/Units/unit.py index 664c74c2b..df8c5c53e 100755 --- a/apps/MixMaster/Units/unit.py +++ b/apps/MixMaster/Units/unit.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: unit.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/MixMaster/Units/volume.py b/apps/MixMaster/Units/volume.py index 3b65f8079..7da511d0a 100755 --- a/apps/MixMaster/Units/volume.py +++ b/apps/MixMaster/Units/volume.py @@ -6,9 +6,9 @@ # #-------------------------------------------------------------------------- -# $Log$ -# Revision 1.1 2003-04-14 17:57:49 dggoodwin -# Initial revision +# $Log: volume.py,v $ +# Revision 1.1.1.1 2003/04/14 17:57:49 dggoodwin +# Initial import. # # Revision 1.1 2002/12/20 13:23:41 dgg # first commit diff --git a/apps/bvp/stagnation.cpp b/apps/bvp/stagnation.cpp index e0357b63c..ac885ae38 100644 --- a/apps/bvp/stagnation.cpp +++ b/apps/bvp/stagnation.cpp @@ -3,9 +3,9 @@ */ /* - * $Author$ - * $Revision$ - * $Date$ + * $Author: dggoodwin $ + * $Revision: 1.1 $ + * $Date: 2007/11/06 21:13:09 $ */ // Copyright 2002 California Institute of Technology diff --git a/configure b/configure index b64795e4e..23ca13e74 100755 --- a/configure +++ b/configure @@ -10327,8 +10327,6 @@ override_f77_libs=0; # echo FLIBS = $FLIBS #fi -echo "FLIBS = " $FLIBS - #fi # ---------------------------------------------------------------------- diff --git a/data/inputs/air.xml b/data/inputs/air.xml deleted file mode 100644 index 325fac0ba..000000000 --- a/data/inputs/air.xml +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - O N Ar - O O2 N NO NO2 N2O N2 AR - - - - - - - - - - - - O:1 - - - - 3.168267100E+00, -3.279318840E-03, 6.643063960E-06, -6.128066240E-09, - 2.112659710E-12, 2.912225920E+04, 2.051933460E+00, - - - - 2.569420780E+00, -8.597411370E-05, 4.194845890E-08, -1.001777990E-11, - 1.228336910E-15, 2.921757910E+04, 4.784338640E+00, - - - - atom - 80.000 - 2.750 - 0.000 - 0.000 - 0.000 - - - - - - O:2 - - - - 3.782456360E+00, -2.996734160E-03, 9.847302010E-06, -9.681295090E-09, - 3.243728370E-12, -1.063943560E+03, 3.657675730E+00, - - - - 3.282537840E+00, 1.483087540E-03, -7.579666690E-07, 2.094705550E-10, - -2.167177940E-14, -1.088457720E+03, 5.453231290E+00, - - - - linear - 107.400 - 3.460 - 0.000 - 1.600 - 3.800 - - - - - - N:1 - - - - 2.500000000E+00, 0.000000000E+00, 0.000000000E+00, 0.000000000E+00, - 0.000000000E+00, 5.610463700E+04, 4.193908700E+00, - - - - 2.415942900E+00, 1.748906500E-04, -1.190236900E-07, 3.022624500E-11, - -2.036098200E-15, 5.613377300E+04, 4.649609600E+00, - - - - atom - 71.400 - 3.300 - 0.000 - 0.000 - 0.000 - - - - - - O:1 N:1 - - - - 4.218476300E+00, -4.638976000E-03, 1.104102200E-05, -9.336135400E-09, - 2.803577000E-12, 9.844623000E+03, 2.280846400E+00, - - - - 3.260605600E+00, 1.191104300E-03, -4.291704800E-07, 6.945766900E-11, - -4.033609900E-15, 9.920974600E+03, 6.369302700E+00, - - - - linear - 97.530 - 3.620 - 0.000 - 1.760 - 4.000 - - - - - - O:2 N:1 - - - - 3.944031200E+00, -1.585429000E-03, 1.665781200E-05, -2.047542600E-08, - 7.835056400E-12, 2.896617900E+03, 6.311991700E+00, - - - - 4.884754200E+00, 2.172395600E-03, -8.280690600E-07, 1.574751000E-10, - -1.051089500E-14, 2.316498300E+03, -1.174169500E-01, - - - - nonlinear - 200.000 - 3.500 - 0.000 - 0.000 - 1.000 - - - - - - O:1 N:2 - - - - 2.257150200E+00, 1.130472800E-02, -1.367131900E-05, 9.681980600E-09, - -2.930718200E-12, 8.741774400E+03, 1.075799200E+01, - - - - 4.823072900E+00, 2.627025100E-03, -9.585087400E-07, 1.600071200E-10, - -9.775230300E-15, 8.073404800E+03, -2.201720700E+00, - - - - linear - 232.400 - 3.830 - 0.000 - 0.000 - 1.000 - - - - - - N:2 - - - - 3.298677000E+00, 1.408240400E-03, -3.963222000E-06, 5.641515000E-09, - -2.444854000E-12, -1.020899900E+03, 3.950372000E+00, - - - - 2.926640000E+00, 1.487976800E-03, -5.684760000E-07, 1.009703800E-10, - -6.753351000E-15, -9.227977000E+02, 5.980528000E+00, - - - - linear - 97.530 - 3.620 - 0.000 - 1.760 - 4.000 - - - - - - Ar:1 - - - - 2.500000000E+00, 0.000000000E+00, 0.000000000E+00, 0.000000000E+00, - 0.000000000E+00, -7.453750000E+02, 4.366000000E+00, - - - - 2.500000000E+00, 0.000000000E+00, 0.000000000E+00, 0.000000000E+00, - 0.000000000E+00, -7.453750000E+02, 4.366000000E+00, - - - - atom - 136.500 - 3.330 - 0.000 - 0.000 - 0.000 - - - - - - - - 2 O + M [=] O2 + M - - - 1.200000E+11 - -1 - 0.000000 - - AR:0.83 - - O:2 - O2:1 - - - - - N + NO [=] N2 + O - - - 2.700000E+10 - 0 - 355.000000 - - - NO:1 N:1 - N2:1 O:1 - - - - - N + O2 [=] NO + O - - - 9.000000E+06 - 1 - 6500.000000 - - - O2:1 N:1 - O:1 NO:1 - - - - - N2O + O [=] N2 + O2 - - - 1.400000E+09 - 0 - 10810.000000 - - - N2O:1 O:1 - N2:1 O2:1 - - - - - N2O + O [=] 2 NO - - - 2.900000E+10 - 0 - 23150.000000 - - - N2O:1 O:1 - NO:2 - - - - - N2O (+ M) [=] N2 + O (+ M) - - - 7.910000E+10 - 0 - 56020.000000 - - - 6.370000E+11 - 0 - 56640.000000 - - AR:0.625 - - - N2O:1 - N2:1 O:1 - - - - - NO + O + M [=] NO2 + M - - - 1.060000E+14 - -1.4099999999999999 - 0.000000 - - AR:0.7 - - O:1 NO:1 - NO2:1 - - - - - NO2 + O [=] NO + O2 - - - 3.900000E+09 - 0 - -240.000000 - - - O:1 NO2:1 - O2:1 NO:1 - - - diff --git a/data/inputs/argon.xml b/data/inputs/argon.xml deleted file mode 100644 index d5d80ad89..000000000 --- a/data/inputs/argon.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - Ar - AR - - - - - - - - - - - - Ar:1 - - - - 2.500000000E+00, 0.000000000E+00, 0.000000000E+00, 0.000000000E+00, - 0.000000000E+00, -7.453750000E+02, 4.366000000E+00, - - - - 2.500000000E+00, 0.000000000E+00, 0.000000000E+00, 0.000000000E+00, - 0.000000000E+00, -7.453750000E+02, 4.366000000E+00, - - - - atom - 136.500 - 3.330 - 0.000 - 0.000 - 0.000 - - - - - diff --git a/data/inputs/h2o2.xml b/data/inputs/h2o2.xml deleted file mode 100644 index 8d8b58dda..000000000 --- a/data/inputs/h2o2.xml +++ /dev/null @@ -1,633 +0,0 @@ - - - - - - O H Ar - H2 H O O2 OH H2O HO2 H2O2 AR - - - - - - - - - - - - H:2 - - - - 2.344331120E+00, 7.980520750E-03, -1.947815100E-05, 2.015720940E-08, - -7.376117610E-12, -9.179351730E+02, 6.830102380E-01, - - - - 3.337279200E+00, -4.940247310E-05, 4.994567780E-07, -1.795663940E-10, - 2.002553760E-14, -9.501589220E+02, -3.205023310E+00, - - - - linear - 38.000 - 2.920 - 0.000 - 0.790 - 280.000 - - - - - - H:1 - - - - 2.500000000E+00, 7.053328190E-13, -1.995919640E-15, 2.300816320E-18, - -9.277323320E-22, 2.547365990E+04, -4.466828530E-01, - - - - 2.500000010E+00, -2.308429730E-11, 1.615619480E-14, -4.735152350E-18, - 4.981973570E-22, 2.547365990E+04, -4.466829140E-01, - - - - atom - 145.000 - 2.050 - 0.000 - 0.000 - 0.000 - - - - - - O:1 - - - - 3.168267100E+00, -3.279318840E-03, 6.643063960E-06, -6.128066240E-09, - 2.112659710E-12, 2.912225920E+04, 2.051933460E+00, - - - - 2.569420780E+00, -8.597411370E-05, 4.194845890E-08, -1.001777990E-11, - 1.228336910E-15, 2.921757910E+04, 4.784338640E+00, - - - - atom - 80.000 - 2.750 - 0.000 - 0.000 - 0.000 - - - - - - O:2 - - - - 3.782456360E+00, -2.996734160E-03, 9.847302010E-06, -9.681295090E-09, - 3.243728370E-12, -1.063943560E+03, 3.657675730E+00, - - - - 3.282537840E+00, 1.483087540E-03, -7.579666690E-07, 2.094705550E-10, - -2.167177940E-14, -1.088457720E+03, 5.453231290E+00, - - - - linear - 107.400 - 3.460 - 0.000 - 1.600 - 3.800 - - - - - - H:1 O:1 - - - - 3.992015430E+00, -2.401317520E-03, 4.617938410E-06, -3.881133330E-09, - 1.364114700E-12, 3.615080560E+03, -1.039254580E-01, - - - - 3.092887670E+00, 5.484297160E-04, 1.265052280E-07, -8.794615560E-11, - 1.174123760E-14, 3.858657000E+03, 4.476696100E+00, - - - - linear - 80.000 - 2.750 - 0.000 - 0.000 - 0.000 - - - - - - H:2 O:1 - - - - 4.198640560E+00, -2.036434100E-03, 6.520402110E-06, -5.487970620E-09, - 1.771978170E-12, -3.029372670E+04, -8.490322080E-01, - - - - 3.033992490E+00, 2.176918040E-03, -1.640725180E-07, -9.704198700E-11, - 1.682009920E-14, -3.000429710E+04, 4.966770100E+00, - - - - nonlinear - 572.400 - 2.600 - 1.840 - 0.000 - 4.000 - - - - - - H:1 O:2 - - - - 4.301798010E+00, -4.749120510E-03, 2.115828910E-05, -2.427638940E-08, - 9.292251240E-12, 2.948080400E+02, 3.716662450E+00, - - - - 4.017210900E+00, 2.239820130E-03, -6.336581500E-07, 1.142463700E-10, - -1.079085350E-14, 1.118567130E+02, 3.785102150E+00, - - - - nonlinear - 107.400 - 3.460 - 0.000 - 0.000 - 1.000 - - - - - - H:2 O:2 - - - - 4.276112690E+00, -5.428224170E-04, 1.673357010E-05, -2.157708130E-08, - 8.624543630E-12, -1.770258210E+04, 3.435050740E+00, - - - - 4.165002850E+00, 4.908316940E-03, -1.901392250E-06, 3.711859860E-10, - -2.879083050E-14, -1.786178770E+04, 2.916156620E+00, - - - - nonlinear - 107.400 - 3.460 - 0.000 - 0.000 - 3.800 - - - - - - Ar:1 - - - - 2.500000000E+00, 0.000000000E+00, 0.000000000E+00, 0.000000000E+00, - 0.000000000E+00, -7.453750000E+02, 4.366000000E+00, - - - - 2.500000000E+00, 0.000000000E+00, 0.000000000E+00, 0.000000000E+00, - 0.000000000E+00, -7.453750000E+02, 4.366000000E+00, - - - - atom - 136.500 - 3.330 - 0.000 - 0.000 - 0.000 - - - - - - - - 2 O + M [=] O2 + M - - - 1.200000E+11 - -1 - 0.000000 - - AR:0.83 H2:2.4 H2O:15.4 - - O:2 - O2:1 - - - - - O + H + M [=] OH + M - - - 5.000000E+11 - -1 - 0.000000 - - AR:0.7 H2:2 H2O:6 - - H:1 O:1 - OH:1 - - - - - O + H2 [=] H + OH - - - 3.870000E+01 - 2.7000000000000002 - 6260.000000 - - - H2:1 O:1 - H:1 OH:1 - - - - - O + HO2 [=] OH + O2 - - - 2.000000E+10 - 0 - 0.000000 - - - HO2:1 O:1 - O2:1 OH:1 - - - - - O + H2O2 [=] OH + HO2 - - - 9.630000E+03 - 2 - 4000.000000 - - - H2O2:1 O:1 - HO2:1 OH:1 - - - - - H + 2 O2 [=] HO2 + O2 - - - 2.080000E+13 - -1.24 - 0.000000 - - - H:1 O2:2 - HO2:1 O2:1 - - - - - H + O2 + H2O [=] HO2 + H2O - - - 1.126000E+13 - -0.76000000000000001 - 0.000000 - - - H:1 H2O:1 O2:1 - H2O:1 HO2:1 - - - - - H + O2 + AR [=] HO2 + AR - - - 7.000000E+11 - -0.80000000000000004 - 0.000000 - - - H:1 AR:1 O2:1 - AR:1 HO2:1 - - - - - H + O2 [=] O + OH - - - 2.650000E+13 - -0.67069999999999996 - 17041.000000 - - - H:1 O2:1 - O:1 OH:1 - - - - - 2 H + M [=] H2 + M - - - 1.000000E+12 - -1 - 0.000000 - - AR:0.63 H2:0 H2O:0 - - H:2 - H2:1 - - - - - 2 H + H2 [=] 2 H2 - - - 9.000000E+10 - -0.59999999999999998 - 0.000000 - - - H2:1 H:2 - H2:2 - - - - - 2 H + H2O [=] H2 + H2O - - - 6.000000E+13 - -1.25 - 0.000000 - - - H:2 H2O:1 - H2:1 H2O:1 - - - - - H + OH + M [=] H2O + M - - - 2.200000E+16 - -2 - 0.000000 - - AR:0.38 H2:0.73 H2O:3.65 - - H:1 OH:1 - H2O:1 - - - - - H + HO2 [=] O + H2O - - - 3.970000E+09 - 0 - 671.000000 - - - H:1 HO2:1 - H2O:1 O:1 - - - - - H + HO2 [=] O2 + H2 - - - 4.480000E+10 - 0 - 1068.000000 - - - H:1 HO2:1 - H2:1 O2:1 - - - - - H + HO2 [=] 2 OH - - - 8.400000E+10 - 0 - 635.000000 - - - H:1 HO2:1 - OH:2 - - - - - H + H2O2 [=] HO2 + H2 - - - 1.210000E+04 - 2 - 5200.000000 - - - H:1 H2O2:1 - H2:1 HO2:1 - - - - - H + H2O2 [=] OH + H2O - - - 1.000000E+10 - 0 - 3600.000000 - - - H:1 H2O2:1 - H2O:1 OH:1 - - - - - OH + H2 [=] H + H2O - - - 2.160000E+05 - 1.51 - 3430.000000 - - - H2:1 OH:1 - H:1 H2O:1 - - - - - 2 OH (+ M) [=] H2O2 (+ M) - - - 7.400000E+10 - -0.37 - 0.000000 - - - 2.300000E+12 - -0.90000000000000002 - -1700.000000 - - AR:0.7 H2:2 H2O:6 - 0.7346 94 1756 5182 - - OH:2 - H2O2:1 - - - - - 2 OH [=] O + H2O - - - 3.570000E+01 - 2.3999999999999999 - -2110.000000 - - - OH:2 - H2O:1 O:1 - - - - - OH + HO2 [=] O2 + H2O - - - 1.450000E+10 - 0 - -500.000000 - - - HO2:1 OH:1 - H2O:1 O2:1 - - - - - OH + H2O2 [=] HO2 + H2O - - - 2.000000E+09 - 0 - 427.000000 - - - H2O2:1 OH:1 - H2O:1 HO2:1 - - - - - OH + H2O2 [=] HO2 + H2O - - - 1.700000E+15 - 0 - 29410.000000 - - - H2O2:1 OH:1 - H2O:1 HO2:1 - - - - - 2 HO2 [=] O2 + H2O2 - - - 1.300000E+08 - 0 - -1630.000000 - - - HO2:2 - O2:1 H2O2:1 - - - - - 2 HO2 [=] O2 + H2O2 - - - 4.200000E+11 - 0 - 12000.000000 - - - HO2:2 - O2:1 H2O2:1 - - - - - OH + HO2 [=] O2 + H2O - - - 5.000000E+12 - 0 - 17330.000000 - - - HO2:1 OH:1 - H2O:1 O2:1 - - - diff --git a/data/inputs/silane.xml b/data/inputs/silane.xml deleted file mode 100644 index d1cf9aeda..000000000 --- a/data/inputs/silane.xml +++ /dev/null @@ -1,497 +0,0 @@ - - - - - - Si H He - - H2 H HE SIH4 SI SIH SIH2 SIH3 H3SISIH SI2H6 - H2SISIH2 SI3H8 SI2 SI3 - - - - - - - - - - - - H:2 - - - - 2.344331120E+00, 7.980520750E-03, -1.947815100E-05, 2.015720940E-08, - -7.376117610E-12, -9.179351730E+02, 6.830102380E-01, - - - - 3.337279200E+00, -4.940247310E-05, 4.994567780E-07, -1.795663940E-10, - 2.002553760E-14, -9.501589220E+02, -3.205023310E+00, - - - - - - - H:1 - - - - 2.500000000E+00, 7.053328190E-13, -1.995919640E-15, 2.300816320E-18, - -9.277323320E-22, 2.547365990E+04, -4.466828530E-01, - - - - 2.500000010E+00, -2.308429730E-11, 1.615619480E-14, -4.735152350E-18, - 4.981973570E-22, 2.547365990E+04, -4.466829140E-01, - - - - - - - He:1 - - - - 2.500000000E+00, 0.000000000E+00, 0.000000000E+00, 0.000000000E+00, - 0.000000000E+00, -7.453750000E+02, 9.153488000E-01, - - - - 2.500000000E+00, 0.000000000E+00, 0.000000000E+00, 0.000000000E+00, - 0.000000000E+00, -7.453750000E+02, 9.153489000E-01, - - - - - - - H:4 Si:1 - - - - 1.451640400E+00, 1.398736300E-02, -4.234563900E-06, -2.360614200E-09, - 1.371208900E-12, 3.113410500E+03, 1.232185500E+01, - - - - 7.935938000E-01, 1.767189900E-02, -1.139800900E-05, 3.599260400E-09, - -4.524157100E-13, 3.198212700E+03, 1.524225700E+01, - - - - - - - Si:1 - - - - 3.179353700E+00, -2.764699200E-03, 4.478403800E-06, -3.283317700E-09, - 9.121363100E-13, 5.333903200E+04, 2.727320400E+00, - - - - 2.650601400E+00, -3.576385200E-04, 2.959229300E-07, -7.280482900E-11, - 5.796332900E-15, 5.343705400E+04, 5.220405700E+00, - - - - - - - H:1 Si:1 - - - - 3.836010000E+00, -2.702657000E-03, 6.849070000E-06, -5.424184000E-09, - 1.472131000E-12, 4.507593000E+04, 9.350778000E-01, - - - - 3.110430000E+00, 1.094946000E-03, 2.898629000E-08, -2.745104000E-10, - 7.051799000E-14, 4.516898000E+04, 4.193487000E+00, - - - - - - - H:2 Si:1 - - - - 3.475092000E+00, 2.139338000E-03, 7.672306000E-07, 5.217668000E-10, - -9.898824000E-13, 3.147397000E+04, 4.436585000E+00, - - - - 4.142390000E+00, 2.150191000E-03, -2.190730000E-07, -2.073725000E-10, - 4.741018000E-14, 3.110484000E+04, 2.930745000E-01, - - - - - - - H:3 Si:1 - - - - 2.946733000E+00, 6.466764000E-03, 5.991653000E-07, -2.218413000E-09, - 3.052670000E-13, 2.270173000E+04, 7.347948000E+00, - - - - 5.015906000E+00, 3.732750000E-03, -3.609053000E-07, -3.729193000E-10, - 8.468490000E-14, 2.190233000E+04, -4.291368000E+00, - - - - - - - H:4 Si:2 - - - - 3.698707000E+00, 1.870180000E-02, -1.430704000E-05, 6.005836000E-09, - -1.116293000E-12, 3.590825000E+04, 8.825191000E+00, - - - - 1.127202000E+01, 2.538145000E-03, -2.998472000E-07, -9.465367000E-11, - 1.855053000E-14, 3.297169000E+04, -3.264598000E+01, - - - - - - - H:6 Si:2 - - - - 6.734798300E-01, 4.093153100E-02, -4.484125500E-05, 2.995223200E-08, - -8.901085400E-12, 7.932787500E+03, 1.862740300E+01, - - - - 3.407493600E+00, 2.720647900E-02, -1.771320400E-05, 5.639117700E-09, - -7.137868200E-13, 7.532184200E+03, 6.132175400E+00, - - - - - - - H:4 Si:2 - - - - 5.133186000E+00, 1.252855000E-02, -4.620421000E-07, -6.606075000E-09, - 2.864345000E-12, 2.956915000E+04, 7.605133000E-01, - - - - 8.986817000E+00, 5.405047000E-03, -5.214022000E-07, -5.313742000E-10, - 1.188727000E-13, 2.832748000E+04, -2.004478000E+01, - - - - - - - H:8 Si:3 - - - - 7.719684600E-01, 6.344274000E-02, -7.672610900E-05, 5.454371500E-08, - -1.661172900E-11, 1.207126300E+04, 2.153250700E+01, - - - - 6.093334100E+00, 3.658011200E-02, -2.389236100E-05, 7.627193200E-09, - -9.676938400E-13, 1.129720500E+04, -2.747565400E+00, - - - - - - - Si:2 - - - - 2.967197600E+00, 6.311955800E-03, -1.097079000E-05, 8.927868000E-09, - -2.787368900E-12, 6.987073800E+04, 9.278950300E+00, - - - - 4.144677900E+00, 6.523467700E-04, -5.010852000E-07, 1.806284300E-10, - -2.516111100E-14, 6.969470700E+04, 3.862736600E+00, - - - - - - - Si:3 - - - - 4.597912900E+00, 1.071527400E-02, -1.610042200E-05, 1.096920700E-08, - -2.783287500E-12, 7.476632400E+04, 3.442167100E+00, - - - - 7.421336000E+00, -1.170994800E-04, 8.982077500E-08, 7.193596400E-12, - -2.567083700E-15, 7.414669900E+04, -1.036527400E+01, - - - - - - - - - SIH4 + H [=] SIH3 + H2 - - - 7.800000E+11 - 0 - 2260.000000 - - - SIH4:1 H:1 - H2:1 SIH3:1 - - - - - SIH4 + M [=] SIH3 + H + M - - - 3.910000E+12 - 0 - 89356.000000 - - - SIH4:1 - H:1 SIH3:1 - - - - - SIH3 + H [=] SIH2 + H2 - - - 7.800000E+11 - 0 - 2260.000000 - - - H:1 SIH3:1 - H2:1 SIH2:1 - - - - - SI + SI + M [=] SI2 + M - - - 2.470000E+10 - 0 - 1178.000000 - - - SI:2 - SI2:1 - - - - - SIH4 + SIH2 [=] H3SISIH + H2 - - - 1.300000E+10 - 0 - 0.000000 - - - SIH4:1 SIH2:1 - H2:1 H3SISIH:1 - - - - - SIH + H2 [=] SIH2 + H - - - 4.800000E+11 - 0 - 23.640000 - - - H2:1 SIH:1 - H:1 SIH2:1 - - - - - SIH + SIH4 [=] H3SISIH + H - - - 1.600000E+11 - 0 - 0.000000 - - - SIH4:1 SIH:1 - H:1 H3SISIH:1 - - - - - SI + H2 [=] SIH + H - - - 1.500000E+12 - 0 - 31.800000 - - - H2:1 SI:1 - H:1 SIH:1 - - - - - SIH4 (+ M) [=] SIH2 + H2 (+ M) - - - 3.119000E+09 - 1.669 - 54710.000000 - - - 5.214000E+26 - -3.5449999999999999 - 57550.000000 - - SI2H6:4 SIH4:4 - -0.4984 888.3 209.4 2760 - - SIH4:1 - H2:1 SIH2:1 - - - - - H3SISIH (+ M) [=] H2SISIH2 (+ M) - - - 2.540000E+13 - -0.22389999999999999 - 5381.000000 - - - 1.099000E+30 - -5.7649999999999997 - 9152.000000 - - SI2H6:4 SIH4:4 - -0.4202 214.5 103 136.3 - - H3SISIH:1 - H2SISIH2:1 - - - - - SI3H8 (+ M) [=] SIH4 + H3SISIH (+ M) - - - 3.730000E+12 - 0.99199999999999999 - 50850.000000 - - - 4.360000E+73 - -17.260000000000002 - 59303.000000 - - SI2H6:4 SIH4:4 - 0.4157 365.3 3102 9.724 - - SI3H8:1 - SIH4:1 H3SISIH:1 - - - - - SI3H8 (+ M) [=] SIH2 + SI2H6 (+ M) - - - 6.970000E+12 - 0.96909999999999996 - 52677.000000 - - - 1.730000E+66 - -15.07 - 60491.000000 - - SI2H6:4 SIH4:4 - -3.47e-05 442 2412 128.3 - - SI3H8:1 - SI2H6:1 SIH2:1 - - - - - SI2H6 (+ M) [=] H2 + H3SISIH (+ M) - - - 9.086000E+09 - 1.8340000000000001 - 54197.000000 - - - 1.945000E+41 - -7.7720000000000002 - 59023.000000 - - SI2H6:4 SIH4:4 - -0.1224 793.3 2400 11.39 - - SI2H6:1 - H2:1 H3SISIH:1 - - - - - SI2H6 (+ M) [=] SIH4 + SIH2 (+ M) - - - 1.810000E+10 - 1.7470000000000001 - 50203.000000 - - - 5.090000E+50 - -10.369999999999999 - 56034.000000 - - SI2H6:4 SIH4:4 - 4.375e-05 438.5 2726 438.2 - - SI2H6:1 - SIH4:1 SIH2:1 - - - diff --git a/data/transport/misc_tran.dat b/data/transport/misc_tran.dat index 71bce0d79..586df5bea 100644 --- a/data/transport/misc_tran.dat +++ b/data/transport/misc_tran.dat @@ -3,9 +3,9 @@ ! ! Miscellaneous collection of transport parameters ! -! $Author$ -! $Date$ -! $Revision$ +! $Author: hkmoffa $ +! $Date: 2003/09/05 14:45:59 $ +! $Revision: 1.1 $ ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! diff --git a/examples/cxx/equil_example1.cpp b/examples/cxx/equil_example1.cpp index d188be7f0..1d812033d 100755 --- a/examples/cxx/equil_example1.cpp +++ b/examples/cxx/equil_example1.cpp @@ -2,9 +2,9 @@ // // chemical equilibrium // -// $Author$ -// $Revision$ -// $Date$ +// $Author: hkmoffa $ +// $Revision: 1.15 $ +// $Date: 2008/02/16 21:33:37 $ // // copyright California Institute of Technology 2002 // diff --git a/examples/cxx/kinetics_example1.cpp b/examples/cxx/kinetics_example1.cpp index ed8172356..74500c287 100755 --- a/examples/cxx/kinetics_example1.cpp +++ b/examples/cxx/kinetics_example1.cpp @@ -2,9 +2,9 @@ // // zero-dimensional kinetics example program // -// $Author$ -// $Revision$ -// $Date$ +// $Author: hkmoffa $ +// $Revision: 1.13 $ +// $Date: 2009/07/11 17:25:05 $ // // copyright California Institute of Technology 2002 // diff --git a/examples/cxx/kinetics_example2.cpp b/examples/cxx/kinetics_example2.cpp index 2aa5ee684..391a7b7ea 100755 --- a/examples/cxx/kinetics_example2.cpp +++ b/examples/cxx/kinetics_example2.cpp @@ -2,9 +2,9 @@ // // zero-dimensional kinetics example program // -// $Author$ -// $Revision$ -// $Date$ +// $Author: hkmoffa $ +// $Revision: 1.8 $ +// $Date: 2009/07/11 17:25:05 $ // // copyright California Institute of Technology 2002 // diff --git a/examples/cxx/kinetics_example3.cpp b/examples/cxx/kinetics_example3.cpp index ab2932cfb..e2be7ff7b 100644 --- a/examples/cxx/kinetics_example3.cpp +++ b/examples/cxx/kinetics_example3.cpp @@ -2,9 +2,9 @@ // // zero-dimensional kinetics example program // -// $Author$ -// $Revision$ -// $Date$ +// $Author: hkmoffa $ +// $Revision: 1.5 $ +// $Date: 2009/07/11 17:25:05 $ // // copyright California Institute of Technology 2006 // diff --git a/examples/cxx/rxnpath_example1.cpp b/examples/cxx/rxnpath_example1.cpp index 5ad7690ae..9a7756aad 100755 --- a/examples/cxx/rxnpath_example1.cpp +++ b/examples/cxx/rxnpath_example1.cpp @@ -2,9 +2,9 @@ // // reaction path diagrams // -// $Author$ -// $Revision$ -// $Date$ +// $Author: hkmoffa $ +// $Revision: 1.9 $ +// $Date: 2009/07/11 17:25:05 $ // // copyright California Institute of Technology 2002 // diff --git a/examples/cxx/transport_example1.cpp b/examples/cxx/transport_example1.cpp index d483c70b0..65fd37499 100755 --- a/examples/cxx/transport_example1.cpp +++ b/examples/cxx/transport_example1.cpp @@ -2,9 +2,9 @@ // // mixture-averaged transport properties // -// $Author$ -// $Revision$ -// $Date$ +// $Author: hkmoffa $ +// $Revision: 1.7 $ +// $Date: 2008/02/16 21:33:37 $ // // copyright California Institute of Technology 2002 // diff --git a/examples/cxx/transport_example2.cpp b/examples/cxx/transport_example2.cpp index e5ac40030..83086651b 100755 --- a/examples/cxx/transport_example2.cpp +++ b/examples/cxx/transport_example2.cpp @@ -2,9 +2,9 @@ // // mixture-averaged transport properties // -// $Author$ -// $Revision$ -// $Date$ +// $Author: hkmoffa $ +// $Revision: 1.6 $ +// $Date: 2008/02/16 21:33:38 $ // // copyright California Institute of Technology 2002 // diff --git a/ext/Makefile.in b/ext/Makefile.in index 411907d55..d902d6cfe 100755 --- a/ext/Makefile.in +++ b/ext/Makefile.in @@ -1,9 +1,9 @@ #/bin/sh # -# $Source$ -# $Author$ -# $Revision$ -# $Date$ +# $Source: /cvsroot/cantera/cantera/ext/Makefile.in,v $ +# $Author: dggoodwin $ +# $Revision: 1.10 $ +# $Date: 2008/02/13 06:43:27 $ # # Makefile for ext directory # diff --git a/ext/blas/Makefile.in b/ext/blas/Makefile.in index e9417b30f..caef518a0 100755 --- a/ext/blas/Makefile.in +++ b/ext/blas/Makefile.in @@ -1,7 +1,7 @@ #/bin/sh # $License$ # -# $Id$ +# $Id: Makefile.in,v 1.8 2008/12/30 21:49:41 hkmoffa Exp $ # do_ranlib = @DO_RANLIB@ BLASLIB = @buildlib@/libctblas.a diff --git a/ext/cvode/Makefile.in b/ext/cvode/Makefile.in index 9f13161b6..ef438dc2b 100755 --- a/ext/cvode/Makefile.in +++ b/ext/cvode/Makefile.in @@ -1,8 +1,8 @@ # -# $Source$ -# $Author$ -# $Revision$ -# $Date$ +# $Source: /cvsroot/cantera/cantera/ext/cvode/Makefile.in,v $ +# $Author: hkmoffa $ +# $Revision: 1.10 $ +# $Date: 2008/12/30 21:49:42 $ # #---------------------------------------------------------------------------- # CVODE diff --git a/ext/f2c_blas/Makefile.in b/ext/f2c_blas/Makefile.in index 8c33bf26e..e10e9f192 100755 --- a/ext/f2c_blas/Makefile.in +++ b/ext/f2c_blas/Makefile.in @@ -1,8 +1,8 @@ #/bin/sh #/bin/sh # -# $Revision$ -# $Date$ +# $Revision: 1.10 $ +# $Date: 2009/01/12 19:34:14 $ # .SUFFIXES : diff --git a/ext/f2c_lapack/Makefile.in b/ext/f2c_lapack/Makefile.in index 066cd6968..732ad0f0d 100755 --- a/ext/f2c_lapack/Makefile.in +++ b/ext/f2c_lapack/Makefile.in @@ -1,9 +1,9 @@ #/bin/sh # -# $Source$ -# $Author$ -# $Revision$ -# $Date$ +# $Source: /cvsroot/cantera/cantera/ext/f2c_lapack/Makefile.in,v $ +# $Author: hkmoffa $ +# $Revision: 1.9 $ +# $Date: 2009/01/12 19:34:14 $ # .SUFFIXES : diff --git a/ext/f2c_libs/Makefile.in b/ext/f2c_libs/Makefile.in index bf8b6999a..708e973f2 100755 --- a/ext/f2c_libs/Makefile.in +++ b/ext/f2c_libs/Makefile.in @@ -1,8 +1,8 @@ # -# $Source$ -# $Author$ -# $Revision$ -# $Date$ +# $Source: /cvsroot/cantera/cantera/ext/f2c_libs/Makefile.in,v $ +# $Author: dggoodwin $ +# $Revision: 1.13 $ +# $Date: 2008/02/05 23:36:13 $ # # Unix makefile: see README. # For C++, first "make hadd". diff --git a/ext/f2c_math/Makefile.in b/ext/f2c_math/Makefile.in index ec0bf569b..35ead9668 100644 --- a/ext/f2c_math/Makefile.in +++ b/ext/f2c_math/Makefile.in @@ -1,9 +1,9 @@ #/bin/sh # -# $Source$ -# $Author$ -# $Revision$ -# $Date$ +# $Source: /cvsroot/cantera/cantera/ext/f2c_math/Makefile.in,v $ +# $Author: hkmoffa $ +# $Revision: 1.10 $ +# $Date: 2008/12/30 21:49:42 $ # .SUFFIXES : diff --git a/ext/f2c_recipes/Makefile.in b/ext/f2c_recipes/Makefile.in index c80c4e397..daaf914a0 100644 --- a/ext/f2c_recipes/Makefile.in +++ b/ext/f2c_recipes/Makefile.in @@ -1,9 +1,9 @@ #/bin/sh # -# $Source$ -# $Author$ -# $Revision$ -# $Date$ +# $Source: /cvsroot/cantera/cantera/ext/f2c_recipes/Makefile.in,v $ +# $Author: hkmoffa $ +# $Revision: 1.5 $ +# $Date: 2008/12/30 21:49:42 $ # .SUFFIXES : diff --git a/ext/lapack/Makefile.in b/ext/lapack/Makefile.in index 48b38590c..ce5e6e97e 100755 --- a/ext/lapack/Makefile.in +++ b/ext/lapack/Makefile.in @@ -1,5 +1,5 @@ # $License$ -# $Id$ +# $Id: Makefile.in,v 1.10 2008/12/30 21:58:10 hkmoffa Exp $ # #/bin/sh diff --git a/ext/math/Makefile.in b/ext/math/Makefile.in index 67407e24f..aba77e6e2 100755 --- a/ext/math/Makefile.in +++ b/ext/math/Makefile.in @@ -1,8 +1,8 @@ # -# $Source$ -# $Author$ -# $Revision$ -# $Date$ +# $Source: /cvsroot/cantera/cantera/ext/math/Makefile.in,v $ +# $Author: hkmoffa $ +# $Revision: 1.13 $ +# $Date: 2008/12/30 21:58:10 $ # .SUFFIXES : diff --git a/ext/recipes/Makefile.in b/ext/recipes/Makefile.in index 54f8922fb..dc81b0417 100755 --- a/ext/recipes/Makefile.in +++ b/ext/recipes/Makefile.in @@ -1,6 +1,6 @@ # $License$ # -# $Id$ +# $Id: Makefile.in,v 1.8 2008/12/30 21:49:42 hkmoffa Exp $ # #/bin/sh .SUFFIXES : diff --git a/ext/tpx/Makefile.in b/ext/tpx/Makefile.in index 3284b2a74..bf0ebca96 100755 --- a/ext/tpx/Makefile.in +++ b/ext/tpx/Makefile.in @@ -1,6 +1,6 @@ #/bin/sh # -# $Id$ +# $Id: Makefile.in,v 1.17 2009/03/28 19:10:17 hkmoffa Exp $ # .SUFFIXES : .SUFFIXES : .cpp .d .o diff --git a/test_problems/ChemEquil_gri_matrix/gri_matrix.cpp b/test_problems/ChemEquil_gri_matrix/gri_matrix.cpp index 8b016a734..4a5176c6b 100644 --- a/test_problems/ChemEquil_gri_matrix/gri_matrix.cpp +++ b/test_problems/ChemEquil_gri_matrix/gri_matrix.cpp @@ -1,7 +1,7 @@ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/02/16 21:41:06 $ + * $Revision: 1.5 $ * * Copyright 2002 California Institute of Technology * diff --git a/test_problems/ChemEquil_gri_pairs/gri_pairs.cpp b/test_problems/ChemEquil_gri_pairs/gri_pairs.cpp index ac6090ae3..3e14cd6d2 100644 --- a/test_problems/ChemEquil_gri_pairs/gri_pairs.cpp +++ b/test_problems/ChemEquil_gri_pairs/gri_pairs.cpp @@ -1,7 +1,7 @@ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/02/16 21:40:10 $ + * $Revision: 1.3 $ * * Copyright 2002 California Institute of Technology * diff --git a/test_problems/ChemEquil_ionizedGas/ionizedGasEquil.cpp b/test_problems/ChemEquil_ionizedGas/ionizedGasEquil.cpp index bcfa933b6..b5e836263 100644 --- a/test_problems/ChemEquil_ionizedGas/ionizedGasEquil.cpp +++ b/test_problems/ChemEquil_ionizedGas/ionizedGasEquil.cpp @@ -1,7 +1,7 @@ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/02/16 21:43:06 $ + * $Revision: 1.5 $ * * */ diff --git a/test_problems/ChemEquil_red1/basopt_red1.cpp b/test_problems/ChemEquil_red1/basopt_red1.cpp index 7c9bea129..3630cbaca 100644 --- a/test_problems/ChemEquil_red1/basopt_red1.cpp +++ b/test_problems/ChemEquil_red1/basopt_red1.cpp @@ -1,7 +1,7 @@ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/02/16 21:44:47 $ + * $Revision: 1.5 $ * */ diff --git a/test_problems/CpJump/CpJump.cpp b/test_problems/CpJump/CpJump.cpp index dd5205d2a..0081d69f2 100644 --- a/test_problems/CpJump/CpJump.cpp +++ b/test_problems/CpJump/CpJump.cpp @@ -1,7 +1,7 @@ /* - * $Author$ - * $Date$ - * $Revision$ + * $Author: hkmoffa $ + * $Date: 2008/02/16 21:46:15 $ + * $Revision: 1.2 $ * * Copyright 2002 California Institute of Technology * diff --git a/test_problems/Makefile.in b/test_problems/Makefile.in index 16b923a8f..b2c381ba2 100644 --- a/test_problems/Makefile.in +++ b/test_problems/Makefile.in @@ -1,7 +1,7 @@ # -# $Revision$ -# $Author$ -# $Date$ +# $Revision: 1.36 $ +# $Author: hkmoffa $ +# $Date: 2009/03/25 01:03:05 $ # # test_python=@BUILD_PYTHON@ diff --git a/test_problems/VCSnonideal/Makefile.in b/test_problems/VCSnonideal/Makefile.in index f5ea312c3..704cb03d3 100644 --- a/test_problems/VCSnonideal/Makefile.in +++ b/test_problems/VCSnonideal/Makefile.in @@ -1,7 +1,7 @@ # -# $Revision$ -# $Author$ -# $Date$ +# $Revision: 1.1 $ +# $Author: hkmoffa $ +# $Date: 2007/12/20 23:47:41 $ # # test_vcs_nonideal=@COMPILE_VCSNONIDEAL@ diff --git a/test_problems/VCSnonideal/NaCl_equil/HMW_NaCl.xml b/test_problems/VCSnonideal/NaCl_equil/HMW_NaCl.xml index eb5c93285..59c471cf9 100644 --- a/test_problems/VCSnonideal/NaCl_equil/HMW_NaCl.xml +++ b/test_problems/VCSnonideal/NaCl_equil/HMW_NaCl.xml @@ -1,8 +1,8 @@