Eliminated CVS keyword cruft

This commit is contained in:
Ray Speth 2012-01-09 17:32:01 +00:00
parent 8b699082c8
commit 9e1fdfe39a
423 changed files with 44 additions and 2172 deletions

View file

@ -1,11 +1,6 @@
/** /**
* @file Cabinet.h * @file Cabinet.h
*/ */
/*
* $Id$
*/
#ifndef CT_CABINET_H #ifndef CT_CABINET_H
#define CT_CABINET_H #define CT_CABINET_H

View file

@ -1,12 +1,6 @@
/** /**
* @file Storage.cpp * @file Storage.cpp
*/ */
/*
* $Id$
*/
// Cantera includes // Cantera includes
#include "kernel/Kinetics.h" #include "kernel/Kinetics.h"
#include "kernel/TransportFactory.h" #include "kernel/TransportFactory.h"

View file

@ -1,10 +1,6 @@
/** /**
* @file Storage.h * @file Storage.h
*/ */
/*
* $Id$
*/
#ifndef CTC_STORAGE_H #ifndef CTC_STORAGE_H
#define CTC_STORAGE_H #define CTC_STORAGE_H

View file

@ -1,11 +1,6 @@
/** /**
* @file clib_defs.h * @file clib_defs.h
*/ */
/*
* $Id$
*/
#ifndef CTC_DEFS_H #ifndef CTC_DEFS_H
#define CTC_DEFS_H #define CTC_DEFS_H

View file

@ -7,9 +7,6 @@
* Cantera objects are stored and referenced by integers - no * Cantera objects are stored and referenced by integers - no
* pointers are passed to or from the calling application. * pointers are passed to or from the calling application.
*/ */
/* $Id$ */
// turn off warnings under Windows // turn off warnings under Windows
#ifdef WIN32 #ifdef WIN32
#pragma warning(disable:4786) #pragma warning(disable:4786)

View file

@ -1,10 +1,6 @@
/** /**
* @file ct.h * @file ct.h
*/ */
/*
* $Id$
*/
#ifndef CTC_CT_H #ifndef CTC_CT_H
#define CTC_CT_H #define CTC_CT_H

View file

@ -1,11 +1,6 @@
/** /**
* @file ctbdry.cpp * @file ctbdry.cpp
*/ */
/*
* $Id$
*/
#define CANTERA_USE_INTERNAL #define CANTERA_USE_INTERNAL
#include "ctbdry.h" #include "ctbdry.h"

View file

@ -1,10 +1,6 @@
/** /**
* @file ctbdry.h * @file ctbdry.h
*/ */
/*
* $Id$
*/
#ifndef CTC_BDRY_H #ifndef CTC_BDRY_H
#define CTC_BDRY_H #define CTC_BDRY_H

View file

@ -1,10 +1,6 @@
/** /**
* @file ctfunc.cpp * @file ctfunc.cpp
*/ */
/*
* $Id$
*/
#ifdef WIN32 #ifdef WIN32
#pragma warning(disable:4786) #pragma warning(disable:4786)
#pragma warning(disable:4503) #pragma warning(disable:4503)

View file

@ -1,10 +1,6 @@
/** /**
* @file ctfunc.h * @file ctfunc.h
*/ */
/*
* $Id$
*/
#ifndef CTC_FUNC1_H #ifndef CTC_FUNC1_H
#define CTC_FUNC1_H #define CTC_FUNC1_H

View file

@ -1,11 +1,6 @@
/** /**
* @file ctmultiphase.cpp * @file ctmultiphase.cpp
*/ */
/*
* $Id$
*/
#define CANTERA_USE_INTERNAL #define CANTERA_USE_INTERNAL
#include "ctmultiphase.h" #include "ctmultiphase.h"

View file

@ -1,10 +1,6 @@
/** /**
* @file ctmultiphase.h * @file ctmultiphase.h
*/ */
/*
* $Id$
*/
#ifndef CTC_MULTIPHASE_H #ifndef CTC_MULTIPHASE_H
#define CTC_MULTIPHASE_H #define CTC_MULTIPHASE_H

View file

@ -1,10 +1,6 @@
/** /**
* @file ctonedim.cpp * @file ctonedim.cpp
*/ */
/*
* $Id$
*/
// turn off warnings under Windows // turn off warnings under Windows
#ifdef WIN32 #ifdef WIN32
#pragma warning(disable:4786) #pragma warning(disable:4786)

View file

@ -1,10 +1,6 @@
/** /**
* @file ctonedim.h * @file ctonedim.h
*/ */
/*
* $Id$
*/
#ifndef CTC_ONEDIM_H #ifndef CTC_ONEDIM_H
#define CTC_ONEDIM_H #define CTC_ONEDIM_H

View file

@ -1,11 +1,6 @@
/** /**
* @file ctreactor.cpp * @file ctreactor.cpp
*/ */
/*
* $Id$
*/
#ifdef WIN32 #ifdef WIN32
#pragma warning(disable:4786) #pragma warning(disable:4786)
#pragma warning(disable:4503) #pragma warning(disable:4503)

View file

@ -1,10 +1,6 @@
/** /**
* @file ctreactor.h * @file ctreactor.h
*/ */
/*
* $Id$
*/
#ifndef CTC_REACTOR_H #ifndef CTC_REACTOR_H
#define CTC_REACTOR_H #define CTC_REACTOR_H

View file

@ -1,10 +1,6 @@
/** /**
* @file ctrpath.cpp * @file ctrpath.cpp
*/ */
/*
* $Id$
*/
#define CANTERA_USE_INTERNAL #define CANTERA_USE_INTERNAL
#include "ctrpath.h" #include "ctrpath.h"

View file

@ -1,10 +1,6 @@
/** /**
* @file ctrpath.h * @file ctrpath.h
*/ */
/*
* $Id$
*/
#ifndef CTC_RXNPATH_H #ifndef CTC_RXNPATH_H
#define CTC_RXNPATH_H #define CTC_RXNPATH_H

View file

@ -1,10 +1,6 @@
/** /**
* @file ctsurf.cpp * @file ctsurf.cpp
*/ */
/*
* $Id$
*/
// turn off warnings under Windows // turn off warnings under Windows
#ifdef WIN32 #ifdef WIN32
#pragma warning(disable:4786) #pragma warning(disable:4786)

View file

@ -1,10 +1,6 @@
/** /**
* @file ctsurf.h * @file ctsurf.h
*/ */
/*
* $Id$
*/
#ifndef CTC_SURF_H #ifndef CTC_SURF_H
#define CTC_SURF_H #define CTC_SURF_H

View file

@ -1,11 +1,6 @@
/** /**
* @file ctxml.cpp * @file ctxml.cpp
*/ */
/*
* $Id$
*/
#ifdef WIN32 #ifdef WIN32
#pragma warning(disable:4786) #pragma warning(disable:4786)
#pragma warning(disable:4503) #pragma warning(disable:4503)

View file

@ -1,10 +1,6 @@
/** /**
* @file ctxml.h * @file ctxml.h
*/ */
/*
* $Id$
*/
#ifndef CTC_XML_H #ifndef CTC_XML_H
#define CTC_XML_H #define CTC_XML_H

View file

@ -2,10 +2,6 @@
// //
// zero-dimensional kinetics example program // zero-dimensional kinetics example program
// //
// $Author: hkmoffa $
// $Revision: 1.2 $
// $Date: 2009/05/13 21:52:29 $
//
// copyright California Institute of Technology 2002 // copyright California Institute of Technology 2002
// //
///////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////

View file

@ -3,12 +3,6 @@
* Basic include file to be used in all Cantera application * Basic include file to be used in all Cantera application
* environments. * environments.
*/ */
/*
* $Revision$
* $Date$
*/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology
#ifndef CANTERA_H_INCL #ifndef CANTERA_H_INCL

View file

@ -1,6 +1,3 @@
/*
* $Id$
*/
#ifndef CXX_GRI30H #ifndef CXX_GRI30H
#define CXX_GRI30H #define CXX_GRI30H

View file

@ -3,11 +3,6 @@
* Declaration and Definition for the class Interface, part of * Declaration and Definition for the class Interface, part of
* Cantera's Cantera_CXX namespace. * Cantera's Cantera_CXX namespace.
*/ */
/*
* $Id$
*/
#ifndef CXX_INTERFACE #ifndef CXX_INTERFACE
#define CXX_INTERFACE #define CXX_INTERFACE

View file

@ -1,6 +1,3 @@
/*
* $Id$
*/
#ifndef CXX_PUREFLUID #ifndef CXX_PUREFLUID
#define CXX_PUREFLUID #define CXX_PUREFLUID

View file

@ -3,9 +3,6 @@
* cxx layer - Header file providing support for chemical equilibrium calculations * cxx layer - Header file providing support for chemical equilibrium calculations
* (see \ref equilfunctions) * (see \ref equilfunctions)
*/ */
/*
* $Id$
*/
#ifndef CT_EQUIL_INCL #ifndef CT_EQUIL_INCL
#define CT_EQUIL_INCL #define CT_EQUIL_INCL
#include "kernel/equil.h" #include "kernel/equil.h"

View file

@ -1,6 +1,3 @@
/*
* $Id$
*/
#ifndef CXX_INCL_KINETICS #ifndef CXX_INCL_KINETICS
#define CXX_INCL_KINETICS #define CXX_INCL_KINETICS

View file

@ -1,6 +1,3 @@
/*
* $Id$
*/
#ifndef CT_INCL_ZERODIM_H #ifndef CT_INCL_ZERODIM_H
#define CT_INCL_ZERODIM_H #define CT_INCL_ZERODIM_H
#include "kernel/Reactor.h" #include "kernel/Reactor.h"

View file

@ -6,10 +6,6 @@
* Cantera objects are stored and referenced by integers - no * Cantera objects are stored and referenced by integers - no
* pointers are passed to or from the calling application. * pointers are passed to or from the calling application.
*/ */
/*
* $Id: fct.cpp,v 1.14 2009/07/23 16:56:48 hkmoffa Exp $
*/
// turn off warnings under Windows // turn off warnings under Windows
#ifdef WIN32 #ifdef WIN32
#pragma warning(disable:4786) #pragma warning(disable:4786)

View file

@ -2,12 +2,6 @@
* @file fctxml.cpp * @file fctxml.cpp
* *
*/ */
/*
* $Revision: 1.9 $
* $Date: 2009/07/23 17:03:04 $
*/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology

View file

@ -33,8 +33,3 @@
% ctclear - Clear all objects from memory. % ctclear - Clear all objects from memory.
% %
% Copyright 2002 California Institute of Technology % Copyright 2002 California Institute of Technology
% $Revision: 1.1.1.1 $ $Date: 2003/04/14 17:57:49 $

View file

@ -1,10 +1,6 @@
/** /**
* @file ctfunctions.cpp * @file ctfunctions.cpp
*/ */
/*
* $Id: ctfunctions.cpp,v 1.10 2009/07/11 16:43:12 hkmoffa Exp $
*/
#include "mex.h" #include "mex.h"
#include <cantera/clib/ct.h> #include <cantera/clib/ct.h>
#include <cantera/clib/ctonedim.h> #include <cantera/clib/ctonedim.h>

View file

@ -1,9 +1,6 @@
/** /**
* @file mixturemethods.cpp * @file mixturemethods.cpp
*/ */
/*
* $Id: mixturemethods.cpp,v 1.3 2009/07/11 16:43:12 hkmoffa Exp $
*/
#include "mex.h" #include "mex.h"
#include <cantera/clib/ctmultiphase.h> #include <cantera/clib/ctmultiphase.h>
#include <cantera/clib/ct.h> #include <cantera/clib/ct.h>

View file

@ -1,10 +1,6 @@
/** /**
* @file mlloger.h * @file mlloger.h
*/ */
/*
* $Id: mllogger.h,v 1.5 2009/07/11 16:43:12 hkmoffa Exp $
*/
#ifndef MLLOGGER_H #ifndef MLLOGGER_H
#define MLLOGGER_H #define MLLOGGER_H

View file

@ -1,10 +1,6 @@
/** /**
* @file phasemethods.cpp * @file phasemethods.cpp
*/ */
/*
* $Id: phasemethods.cpp,v 1.5 2009/07/11 16:43:12 hkmoffa Exp $
*/
#include "mex.h" #include "mex.h"
#include "ctmatutils.h" #include "ctmatutils.h"
#include <cantera/clib/ct.h> #include <cantera/clib/ct.h>

View file

@ -1,10 +1,6 @@
/** /**
* @file reactormethods.cpp * @file reactormethods.cpp
*/ */
/*
* $Id: reactormethods.cpp,v 1.5 2009/07/11 16:43:12 hkmoffa Exp $
*/
#include "mex.h" #include "mex.h"
#include <cantera/clib/ctreactor.h> #include <cantera/clib/ctreactor.h>
#include <cantera/clib/ct.h> #include <cantera/clib/ct.h>

View file

@ -1,10 +1,6 @@
/** /**
* @file reactornetmethods.cpp * @file reactornetmethods.cpp
*/ */
/*
* $Id: reactornetmethods.cpp,v 1.4 2009/07/11 16:43:13 hkmoffa Exp $
*/
#include "mex.h" #include "mex.h"
#include <cantera/clib/ctreactor.h> #include <cantera/clib/ctreactor.h>
#include <cantera/clib/ct.h> #include <cantera/clib/ct.h>

View file

@ -1,9 +1,6 @@
/** /**
* @file thermomethods.cpp * @file thermomethods.cpp
*/ */
/*
* $Id: thermomethods.cpp,v 1.11 2009/07/11 16:43:13 hkmoffa Exp $
*/
#include "mex.h" #include "mex.h"
#include <cantera/clib/ct.h> #include <cantera/clib/ct.h>
#include "ctmatutils.h" #include "ctmatutils.h"

View file

@ -1,9 +1,6 @@
/** /**
* @file wallmethods.cpp * @file wallmethods.cpp
*/ */
/*
* $Id: wallmethods.cpp,v 1.5 2009/07/11 16:43:13 hkmoffa Exp $
*/
#include "mex.h" #include "mex.h"
#include <cantera/clib/ctreactor.h> #include <cantera/clib/ctreactor.h>
#include <cantera/clib/ct.h> #include <cantera/clib/ct.h>

View file

@ -1,10 +1,6 @@
/** /**
* @file xmlmethods.cpp * @file xmlmethods.cpp
*/ */
/*
* $Id: xmlmethods.cpp,v 1.5 2009/07/11 16:43:13 hkmoffa Exp $
*/
#include "mex.h" #include "mex.h"
#include <cantera/clib/ctxml.h> #include <cantera/clib/ctxml.h>
#include <cantera/clib/ct.h> #include <cantera/clib/ct.h>

View file

@ -1,4 +1,3 @@
import string import string
import os import os
@ -7,8 +6,6 @@ from SurfacePhase import EdgePhase
from Kinetics import Kinetics from Kinetics import Kinetics
import XML import XML
__revision__ = "$Id: Edge.py,v 1.1 2006/04/23 07:27:10 dggoodwin Exp $"
class Edge(EdgePhase, Kinetics): class Edge(EdgePhase, Kinetics):
""" """
One-dimensional edge between two surfaces. One-dimensional edge between two surfaces.
@ -77,4 +74,3 @@ class Edge(EdgePhase, Kinetics):
"""Delete the Edge instance.""" """Delete the Edge instance."""
Kinetics.__del__(self) Kinetics.__del__(self)
EdgePhase.__del__(self) EdgePhase.__del__(self)

View file

@ -1,4 +1,3 @@
import string import string
import os import os
@ -7,8 +6,6 @@ from SurfacePhase import SurfacePhase, EdgePhase
from Kinetics import Kinetics from Kinetics import Kinetics
import XML import XML
__revision__ = "$Id: Interface.py,v 1.8 2007/02/17 10:48:09 dggoodwin Exp $"
class Interface(SurfacePhase, Kinetics): class Interface(SurfacePhase, Kinetics):
""" """
Two-dimensional interfaces. Two-dimensional interfaces.

View file

@ -10,8 +10,6 @@ import types
from Cantera.num import asarray from Cantera.num import asarray
from exceptions import CanteraError from exceptions import CanteraError
__revision__ = "$Id: Phase.py,v 1.9 2007/05/25 14:17:38 dggoodwin Exp $"
# return true is x is a sequence # return true is x is a sequence
def _isseq(n, x): def _isseq(n, x):
try: try:

View file

@ -8,8 +8,6 @@ import Interface
import Edge import Edge
import XML import XML
__revision__ = "$Id: importFromFile.py,v 1.12 2007/02/17 10:48:09 dggoodwin Exp $"
def importPhase(file, name = '', loglevel = 0, debug = 0): def importPhase(file, name = '', loglevel = 0, debug = 0):
"""Import one phase from an input file. If 'name' is specified, the """Import one phase from an input file. If 'name' is specified, the
phase definition with this name will be imported, otherwise the first phase definition with this name will be imported, otherwise the first

View file

@ -13,10 +13,6 @@
# python ctml_writer.py infile.cti # python ctml_writer.py infile.cti
# #
# This will produce CTML file 'infile.xml' # This will produce CTML file 'infile.xml'
#
#
# $Id: ctml_writer.py,v 1.25 2007/12/30 04:19:38 dggoodwin Exp $
import string import string

View file

@ -2,12 +2,6 @@
* @file ctkinetics_methods.cpp * @file ctkinetics_methods.cpp
* *
*/ */
/*
* $Id: ctkinetics_methods.cpp,v 1.8 2009/04/19 21:03:10 hkmoffa Exp $
*/
static PyObject* static PyObject*
kin_newFromXML(PyObject *self, PyObject *args) { kin_newFromXML(PyObject *self, PyObject *args) {
int mxml, iphase, neighbor1, neighbor2, neighbor3, neighbor4; int mxml, iphase, neighbor1, neighbor2, neighbor3, neighbor4;

View file

@ -1,10 +1,4 @@
/*
* $Id: ctonedim_methods.cpp,v 1.12 2009/03/24 19:13:02 hkmoffa Exp $
*/
#include <cstdlib> #include <cstdlib>
static PyObject * static PyObject *

View file

@ -2,13 +2,6 @@
* @file Array.h * @file Array.h
* Header file for class Array2D * Header file for class Array2D
*/ */
/*
* $Author$
* $Revision$
* $Date$
*/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology

View file

@ -3,11 +3,6 @@
* Declarations for a simple class that augments the logfile printing capabilities * Declarations for a simple class that augments the logfile printing capabilities
* (see \ref Cantera::LogPrintCtrl). * (see \ref Cantera::LogPrintCtrl).
*/ */
/*
* $Author$
* $Revision$
* $Date$
*/
/* /*
* Copywrite 2004 Sandia Corporation. Under the terms of Contract * Copywrite 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government

View file

@ -3,10 +3,6 @@
* Declarations for a simple class that augments the logfile printing capabilities * Declarations for a simple class that augments the logfile printing capabilities
* (see \ref Cantera::LogPrintCtrl). * (see \ref Cantera::LogPrintCtrl).
*/ */
/*
* $Revision$
* $Date$
*/
/* /*
* Copywrite 2004 Sandia Corporation. Under the terms of Contract * Copywrite 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government

View file

@ -3,11 +3,6 @@
* Definitions for a simple class that augments the streams printing capabilities * Definitions for a simple class that augments the streams printing capabilities
* (see \ref Cantera::PrintCtrl). * (see \ref Cantera::PrintCtrl).
*/ */
/*
* $Author$
* $Revision$
* $Date$
*/
/* /*
* Copywrite 2004 Sandia Corporation. Under the terms of Contract * Copywrite 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government

View file

@ -3,10 +3,6 @@
* Declarations for a simple class that augments the streams printing capabilities * Declarations for a simple class that augments the streams printing capabilities
* (see \ref Cantera::PrintCtrl). * (see \ref Cantera::PrintCtrl).
*/ */
/*
* $Revision$
* $Date$
*/
/* /*
* Copywrite 2004 Sandia Corporation. Under the terms of Contract * Copywrite 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government

View file

@ -3,10 +3,6 @@
* Declarations for Multi Dimensional Pointer (mdp) routines that * Declarations for Multi Dimensional Pointer (mdp) routines that
* check for the presence of NaNs in the code. * check for the presence of NaNs in the code.
*/ */
/*
* $Revision$
* $Date$
*/
/* /*
* Copywrite 2004 Sandia Corporation. Under the terms of Contract * Copywrite 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government

View file

@ -3,11 +3,6 @@
* Definitions for a simple class that implements an Ansi C wall clock timer * Definitions for a simple class that implements an Ansi C wall clock timer
* (see \ref Cantera::clockWC). * (see \ref Cantera::clockWC).
*/ */
/*
* $Author$
* $Revision$
* $Date$
*/
/* /*
* Copywrite 2004 Sandia Corporation. Under the terms of Contract * Copywrite 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government

View file

@ -3,11 +3,6 @@
* Declarations for a simple class that implements an Ansi C wall clock timer * Declarations for a simple class that implements an Ansi C wall clock timer
* (see \ref Cantera::clockWC). * (see \ref Cantera::clockWC).
*/ */
/*
* $Author$
* $Revision$
* $Date$
*/
/* /*
* Copywrite 2004 Sandia Corporation. Under the terms of Contract * Copywrite 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government

View file

@ -3,12 +3,6 @@
* Driver for the system call to the python executable that converts * Driver for the system call to the python executable that converts
* cti files to ctml files (see \ref inputfiles). * cti files to ctml files (see \ref inputfiles).
*/ */
/*
* $Revision$
* $Date$
*/
// Copyright 2001-2005 California Institute of Technology // Copyright 2001-2005 California Institute of Technology
// turn off warnings under Windows // turn off warnings under Windows

View file

@ -8,12 +8,6 @@
* All physical constants are stored here. * All physical constants are stored here.
* The module physConstants is defined here. * The module physConstants is defined here.
*/ */
/*
* $Revision$
* $Date$
*/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology

View file

@ -4,12 +4,6 @@
* thrown when %Cantera experiences an error condition * thrown when %Cantera experiences an error condition
* (also contains errorhandling module text - see \ref errorhandling). * (also contains errorhandling module text - see \ref errorhandling).
*/ */
/*
* $Date$
* $Revision$
*/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology
#ifndef CT_CTEXCEPTIONS_H #ifndef CT_CTEXCEPTIONS_H

View file

@ -3,12 +3,6 @@
* Definitions for functions to read and write CTML. * Definitions for functions to read and write CTML.
* *
*/ */
/*
* $Revision$
* $Date$
*/
// Copyright 2002 California Institute of Technology // Copyright 2002 California Institute of Technology

View file

@ -4,12 +4,6 @@
* to store data. These functions read and write it. * to store data. These functions read and write it.
* (see \ref inputfiles and importCTML, ck2ctml) * (see \ref inputfiles and importCTML, ck2ctml)
*/ */
/*
* $Revision$
* $Date$
*/
// Copyright 2002 California Institute of Technology // Copyright 2002 California Institute of Technology
#ifndef CT_CTML_H #ifndef CT_CTML_H

View file

@ -15,12 +15,6 @@
* - textlogs (see \ref textlogs) * - textlogs (see \ref textlogs)
* - HTML_logs (see \ref HTML_logs) * - HTML_logs (see \ref HTML_logs)
*/ */
/*
* $Revision$
* $Date$
*/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology
#ifndef CT_GLOBAL_H #ifndef CT_GLOBAL_H

View file

@ -3,10 +3,6 @@
* Header for Base class for 'loggers' that write text messages to log files * Header for Base class for 'loggers' that write text messages to log files
* (see \ref textlogs and class \link Cantera::Logger Logger\endlink). * (see \ref textlogs and class \link Cantera::Logger Logger\endlink).
*/ */
/*
* $Id$
*/
#ifndef CT_LOGGER_H #ifndef CT_LOGGER_H
#define CT_LOGGER_H #define CT_LOGGER_H

View file

@ -2,10 +2,6 @@
* @file mdp_allo.cpp * @file mdp_allo.cpp
* Definitions for dynamic allocation of multidimensional pointer arrays * Definitions for dynamic allocation of multidimensional pointer arrays
*/ */
/*
* $Revision$
* $Date$
*/
/* /*
* Copywrite 2004 Sandia Corporation. Under the terms of Contract * Copywrite 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government

View file

@ -4,10 +4,6 @@
* allow for dimensioning of arbitrarily dimensioned pointer arrays using * allow for dimensioning of arbitrarily dimensioned pointer arrays using
* one call. * one call.
*/ */
/*
* $Revision$
* $Date$
*/
/* /*
* Copywrite 2004 Sandia Corporation. Under the terms of Contract * Copywrite 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government * DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government

View file

@ -9,10 +9,6 @@
* logs * logs
* HTML_logs * HTML_logs
*/ */
/*
* $Id$
*/
#ifdef WIN32 #ifdef WIN32
#pragma warning(disable:4786) #pragma warning(disable:4786)
#pragma warning(disable:4503) #pragma warning(disable:4503)

View file

@ -1,12 +1,6 @@
/** /**
* @file plots.cpp * @file plots.cpp
*/ */
/*
* $Revision$
* $Date$
*/
// Copyright 2002 California Institute of Technology // Copyright 2002 California Institute of Technology

View file

@ -3,12 +3,6 @@
* Contains declarations for utility functions for * Contains declarations for utility functions for
* outputing to plotting programs. * outputing to plotting programs.
*/ */
/*
* $Revision$
* $Date$
*/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology
#ifndef CT_PLOTS_H #ifndef CT_PLOTS_H

View file

@ -3,11 +3,6 @@
* Contains definitions for string manipulation functions * Contains definitions for string manipulation functions
* within Cantera. * within Cantera.
*/ */
/*
* $Id$
*/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology
//@{ //@{

View file

@ -3,12 +3,6 @@
* Contains declarations for string manipulation functions * Contains declarations for string manipulation functions
* within Cantera. * within Cantera.
*/ */
/*
* $Revision$
* $Date$
*/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology
#ifndef CT_STRINGUTILS_H #ifndef CT_STRINGUTILS_H

View file

@ -6,9 +6,6 @@
* *
* This header is included only by file misc.cpp. * This header is included only by file misc.cpp.
*/ */
/*
* $Id$
*/
// Copyright 2002 California Institute of Technology // Copyright 2002 California Institute of Technology
#ifndef CT_UNITS_H #ifndef CT_UNITS_H

View file

@ -5,10 +5,6 @@
*/ */
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology
/*
* $Id$
*/
/** /**
* @defgroup utils Templated Utility Functions * @defgroup utils Templated Utility Functions
* *

View file

@ -3,11 +3,7 @@
* Templates for operations on vector-like objects. * Templates for operations on vector-like objects.
*/ */
/* /*
* $Date$
* $Revision$
*
* Copyright 2001 California Institute of Technology * Copyright 2001 California Institute of Technology
*
*/ */
#ifndef CT_VEC_FUNCTIONS_H #ifndef CT_VEC_FUNCTIONS_H

View file

@ -4,12 +4,6 @@
* implement only those aspects of XML required to read, write, and * implement only those aspects of XML required to read, write, and
* manipulate CTML data files. * manipulate CTML data files.
*/ */
/*
* $Revision$
* $Date$
*/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology

View file

@ -4,12 +4,6 @@
* implement only those aspects of XML required to read, write, and * implement only those aspects of XML required to read, write, and
* manipulate CTML data files. * manipulate CTML data files.
*/ */
/*
* $Revision$
* $Date$
*/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology
#ifndef CT_XML_H #ifndef CT_XML_H

View file

@ -4,8 +4,6 @@
*/ */
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology
//
// $Id$
// turn off warnings about truncating long names under Windows // turn off warnings about truncating long names under Windows
#ifdef WIN32 #ifdef WIN32

View file

@ -4,10 +4,6 @@
*/ */
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology
//
// $Id$
//
#include <numeric> #include <numeric>
#include <algorithm> #include <algorithm>

View file

@ -2,9 +2,6 @@
* @file Species.h * @file Species.h
* *
*/ */
/*
* $Id$
*/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology

View file

@ -2,10 +2,6 @@
* @file ck2ct.cpp * @file ck2ct.cpp
* Convert CK-format reaction mechanism files to Cantera input format. * Convert CK-format reaction mechanism files to Cantera input format.
*/ */
/*
* $Id$
*
*/
#ifdef WIN32 #ifdef WIN32
#pragma warning(disable:4786) #pragma warning(disable:4786)
#pragma warning(disable:4503) #pragma warning(disable:4503)

View file

@ -3,11 +3,6 @@
* Functions which calculation optimized basis of the * Functions which calculation optimized basis of the
* stoichiometric coefficient matrix (see /ref equil functions) * stoichiometric coefficient matrix (see /ref equil functions)
*/ */
/*
* $Id$
*/
#include "ct_defs.h" #include "ct_defs.h"
#include "global.h" #include "global.h"
#include "ThermoPhase.h" #include "ThermoPhase.h"

View file

@ -1,18 +1,10 @@
/** /**
*
* @file ChemEquil.cpp * @file ChemEquil.cpp
* Chemical equilibrium. Implementation file for class * Chemical equilibrium. Implementation file for class
* ChemEquil. * ChemEquil.
*/ */
/* // Copyright 2001 California Institute of Technology
*
*
* $Id$
*
* Copyright 2001 California Institute of Technology
*
*/
#ifdef WIN32 #ifdef WIN32
#pragma warning(disable:4786) #pragma warning(disable:4786)

View file

@ -2,13 +2,9 @@
* @file ChemEquil.h * @file ChemEquil.h
* *
* Chemical equilibrium. * Chemical equilibrium.
* */
* $Author$ /*
* $Date$
* $Revision$
*
* Copyright 2001 California Institute of Technology * Copyright 2001 California Institute of Technology
*
*/ */

View file

@ -3,12 +3,6 @@
* Definitions for the \link Cantera::MultiPhase MultiPhase\endlink * Definitions for the \link Cantera::MultiPhase MultiPhase\endlink
* object that is used to set up multiphase equilibrium problems (see \ref equilfunctions). * object that is used to set up multiphase equilibrium problems (see \ref equilfunctions).
*/ */
/*
*
* $Date$
* $Revision$
*/
#include "MultiPhase.h" #include "MultiPhase.h"
#include "MultiPhaseEquil.h" #include "MultiPhaseEquil.h"

View file

@ -3,12 +3,6 @@
* Headers for the \link Cantera::MultiPhase MultiPhase\endlink * Headers for the \link Cantera::MultiPhase MultiPhase\endlink
* object that is used to set up multiphase equilibrium problems (see \ref equilfunctions). * object that is used to set up multiphase equilibrium problems (see \ref equilfunctions).
*/ */
/*
* $Date$
* $Revision$
*/
// Copyright 2004 California Institute of Technology // Copyright 2004 California Institute of Technology

View file

@ -1,10 +1,6 @@
/** /**
* @file MultiPhaseEquil.cpp * @file MultiPhaseEquil.cpp
*/ */
/*
* $Id$
*/
#include "MultiPhaseEquil.h" #include "MultiPhaseEquil.h"
#include "MultiPhase.h" #include "MultiPhase.h"
#ifdef WITH_ELECTROLYTES #ifdef WITH_ELECTROLYTES

View file

@ -1,9 +1,5 @@
/** /**
* @file PropertyCalculator.h * @file PropertyCalculator.h
*
* $Author$
* $Revision$
* $Date$
*/ */
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology

View file

@ -1,9 +1,3 @@
/***********************************************************************
* $RCSfile: equil.h,v $
* $Author$
* $Date$
* $Revision$
***********************************************************************/
// Copyright 2001 California Institute of Technology // Copyright 2001 California Institute of Technology
/** /**

View file

@ -3,9 +3,6 @@
* Driver routines for the chemical equilibrium solvers. * Driver routines for the chemical equilibrium solvers.
* *
*/ */
/*
* $Id$
*/
#include "equil.h" #include "equil.h"
#include "ChemEquil.h" #include "ChemEquil.h"
#include "MultiPhaseEquil.h" #include "MultiPhaseEquil.h"

View file

@ -3,13 +3,6 @@
* *
* Header file for class DoubleStarStar * Header file for class DoubleStarStar
*/ */
/*
* $Author$
* $Revision$
* $Date$
*/
#include "vcs_DoubleStarStar.h" #include "vcs_DoubleStarStar.h"
namespace VCSnonideal { namespace VCSnonideal {

View file

@ -3,13 +3,6 @@
* *
* Header file for class DoubleStarStar * Header file for class DoubleStarStar
*/ */
/*
* $Author$
* $Revision$
* $Date$
*/
#ifndef VCS_DOUBLESTARSTAR_H #ifndef VCS_DOUBLESTARSTAR_H
#define VCS_DOUBLESTARSTAR_H #define VCS_DOUBLESTARSTAR_H

View file

@ -1,9 +1,6 @@
/** /**
* @file vcs_Exception.h * @file vcs_Exception.h
*/ */
/*
* $Id$
*/
/* /*
* Copywrite (2005) Sandia Corporation. Under the terms of * Copywrite (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the * Contract DE-AC04-94AL85000 with Sandia Corporation, the

View file

@ -2,10 +2,6 @@
* @file vcs_Gibbs.cpp * @file vcs_Gibbs.cpp
* Functions which calculate the extrinsic Gibbs Free energies * Functions which calculate the extrinsic Gibbs Free energies
*/ */
/*
* $Id$
*/
/* /*
* Copywrite (2005) Sandia Corporation. Under the terms of * Copywrite (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the * Contract DE-AC04-94AL85000 with Sandia Corporation, the

View file

@ -3,13 +3,6 @@
* *
* Header file for class IntStarStar * Header file for class IntStarStar
*/ */
/*
* $Author$
* $Revision$
* $Date$
*/
#include "vcs_IntStarStar.h" #include "vcs_IntStarStar.h"
namespace VCSnonideal { namespace VCSnonideal {

View file

@ -3,13 +3,6 @@
* *
* Header file for class IntStarStar * Header file for class IntStarStar
*/ */
/*
* $Author$
* $Revision$
* $Date$
*/
#ifndef VCS_INTSTARSTAR_H #ifndef VCS_INTSTARSTAR_H
#define VCS_INTSTARSTAR_H #define VCS_INTSTARSTAR_H

View file

@ -2,9 +2,6 @@
* @file vcs_MultiPhaseEquil.cpp * @file vcs_MultiPhaseEquil.cpp
* Driver routine for the VCSnonideal equilibrium solver package * Driver routine for the VCSnonideal equilibrium solver package
*/ */
/*
* $Id$
*/
/* /*
* Copywrite (2006) Sandia Corporation. Under the terms of * Copywrite (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the * Contract DE-AC04-94AL85000 with Sandia Corporation, the

View file

@ -2,14 +2,6 @@
* @file vcs_MultiPhaseEquil.h * @file vcs_MultiPhaseEquil.h
* Interface class for the vcsnonlinear solver * Interface class for the vcsnonlinear solver
*/ */
/*
* $Author$
* $Revision$
* $Date$
*/
#ifndef VCS_MULTIPHASEEQUIL_H #ifndef VCS_MULTIPHASEEQUIL_H
#define VCS_MULTIPHASEEQUIL_H #define VCS_MULTIPHASEEQUIL_H

View file

@ -1,10 +1,6 @@
/** /**
* @file vcs_SpeciesProperties.cpp * @file vcs_SpeciesProperties.cpp
*/ */
/*
* $Id $
*/
#include "vcs_defs.h" #include "vcs_defs.h"
#include "vcs_SpeciesProperties.h" #include "vcs_SpeciesProperties.h"
#include "vcs_VolPhase.h" #include "vcs_VolPhase.h"

View file

@ -1,6 +1,4 @@
/* $Id$ */
#ifndef VCS_SPECIES_PROPERTIES_H #ifndef VCS_SPECIES_PROPERTIES_H
#define VCS_SPECIES_PROPERTIES_H #define VCS_SPECIES_PROPERTIES_H

View file

@ -1,13 +1,3 @@
/* ======================================================================= */
/* -------------------------------------------------- */
/* | RCS Head Information on zuzax.pchem.sandia.gov | */
/* -------------------------------------------------- */
/* $RCSfile: vcs_TP.cpp,v $ */
/* $Author$ */
/* $Date$ */
/* $Revision$ */
/* ======================================================================= */
#include "vcs_solve.h" #include "vcs_solve.h"
#include "vcs_internal.h" #include "vcs_internal.h"
#include "vcs_species_thermo.h" #include "vcs_species_thermo.h"

Some files were not shown because too many files have changed in this diff Show more