Fix a bug in conversion functions for heterogeneous model

This commit is contained in:
quemy 2012-12-04 23:17:27 +01:00
commit aa9c01568b
3 changed files with 5 additions and 8 deletions

View file

@ -94,10 +94,7 @@ void paradiseo::smp::IslandModel<EOT>::operator()()
for(auto& thread : threads)
thread.join();
// Send last population
while(!listEmigrants.empty())
send();
// Wait the end of messages sending
for(auto& message : sentMessages)
message.join();