From 3e4ffd25240bfdac2d5a8bb0216d0b795ab0674c Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 20 Aug 2003 21:34:25 +0000 Subject: [PATCH] Added header lines to the file --- Cantera/src/misc.cpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Cantera/src/misc.cpp b/Cantera/src/misc.cpp index f46c96d18..33cfa175b 100755 --- a/Cantera/src/misc.cpp +++ b/Cantera/src/misc.cpp @@ -1,9 +1,16 @@ +/** + * @file misc.cpp + */ + +/* + * $Author$ + * $Revision$ + * $Date$ + */ #ifdef WIN32 #pragma warning(disable:4786) #pragma warning(disable:4503) - -//#include "ctwin.h" #endif #include "global.h"