fparser external lib reference added

pull/1/head
Thorsten Liebig 2011-11-28 11:58:41 +01:00
parent eb769052a2
commit aaeb103c57
1 changed files with 3 additions and 0 deletions

View File

@ -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;