diff --git a/Cantera/fortran/src/fctxml.cpp b/Cantera/fortran/src/fctxml.cpp index 9f485d3f4..040346ac7 100644 --- a/Cantera/fortran/src/fctxml.cpp +++ b/Cantera/fortran/src/fctxml.cpp @@ -1,9 +1,22 @@ +/** + * @file fctxml.cpp + * + */ + +/* + * $Revision$ + * $Date$ + */ + +// Copyright 2001 California Institute of Technology + #include "flib_defs.h" -// Cantera includes #include "ctml.h" -//#include "importCTML.h" + +#include + using namespace ctml; #include "../../clib/src/Cabinet.h"