debug
This commit is contained in:
parent
b83ccc00ec
commit
c74f6212f5
|
@ -414,9 +414,11 @@ inline void CommunicationManager::Check_In_Messages_and_Transfer_To_Topics()
|
||||||
|
|
||||||
for(int i =1; i<=header[3];i++){
|
for(int i =1; i<=header[3];i++){
|
||||||
it = multi_msgs.find(i);
|
it = multi_msgs.find(i);
|
||||||
|
std::cout<<"Transfering to topic chunk no. :"<<i << "Size of current map" <<it->second->size();
|
||||||
for (int j = 1; j < it->second->size(); j++)
|
for (int j = 1; j < it->second->size(); j++)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
if (' ' == it->second->at(j) || 0 == j)
|
if (' ' == it->second->at(j) || 0 == j)
|
||||||
{
|
{
|
||||||
sscanf(it->second->c_str() + j, "%" PRIu64 " ",
|
sscanf(it->second->c_str() + j, "%" PRIu64 " ",
|
||||||
|
|
Reference in New Issue