From e09bf8c244381622bb7d1751fae790b651424efb Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 5 Dec 2009 23:18:36 +0000 Subject: [PATCH] Added a note about deprecation. --- Cantera/src/oneD/Resid1D.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cantera/src/oneD/Resid1D.h b/Cantera/src/oneD/Resid1D.h index 26eeed9aa..af33cd752 100644 --- a/Cantera/src/oneD/Resid1D.h +++ b/Cantera/src/oneD/Resid1D.h @@ -12,7 +12,9 @@ #ifndef CT_RESID1D_H #define CT_RESID1D_H - +/* + * NOTE: I don't think this file is used any longer. Thus, this is deprecated. + */ #include "../ctexceptions.h" #include "../xml.h" #include "refine.h"