From aaeb103c57e7203ae015fd54ccbb3156a66e025d Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Mon, 28 Nov 2011 11:58:41 +0100 Subject: [PATCH] fparser external lib reference added --- openems.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openems.cpp b/openems.cpp index 846c1e9..5610d96 100644 --- a/openems.cpp +++ b/openems.cpp @@ -198,6 +198,9 @@ string openEMS::GetExtLibsInfo() // tinyxml str << "\t\t" << "tinyxml -- compiled against: " << TIXML_MAJOR_VERSION << '.' << TIXML_MINOR_VERSION << '.' << TIXML_PATCH_VERSION << endl; + // fparser + str << "\t\t" << "fparser" << endl; + // boost str << "\t\t" << "boost -- compiled against: " << BOOST_LIB_VERSION << endl;