Eliminated a doxygen error.

This commit is contained in:
Harry Moffat 2010-01-12 21:34:40 +00:00
parent ab38d29228
commit bedb314545

View file

@ -439,6 +439,8 @@ namespace Cantera {
//! Typedef for map between a thread and the message
typedef std::map< cthreadId_t, pMessages_t > threadMsgMap_t ;
//! Class that stores thread messages for each thread, and retrieves them
//! based on the thread id.
class ThreadMessages
{
public: