From 1b0c3961058b74d5fc2e2fc48103ca40c68538a5 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 27 Jul 2007 20:05:19 +0000 Subject: [PATCH] Added a str:: to a string parameter --- Cantera/src/converters/ck2ct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/converters/ck2ct.h b/Cantera/src/converters/ck2ct.h index eb44e5ed7..fd3c88319 100644 --- a/Cantera/src/converters/ck2ct.h +++ b/Cantera/src/converters/ck2ct.h @@ -13,7 +13,7 @@ namespace ckr{ namespace pip { - void ck2ct(string idtag, ckr::CKReader& r); + void ck2ct(std::string idtag, ckr::CKReader& r); int convert_ck(const char* in_file, const char* db_file, const char* tr_file, const char* id_tag, bool debug, bool validate);