mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
Stray debug print removed from StorageBin.
git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@1426 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
4230069264
commit
eb5b95110d
@ -707,7 +707,6 @@ void cxxStorageBin::mpi_send(int n, int task_number)
|
||||
if (d > 0) {
|
||||
MPI_Pack(&(doubles.front()), d, MPI_DOUBLE, buffer, max_size, &position, MPI_COMM_WORLD);
|
||||
}
|
||||
std::cerr << "Packed 4" << std::endl;
|
||||
MPI_Send(buffer, position, MPI_PACKED, task_number, 0, MPI_COMM_WORLD);
|
||||
|
||||
buffer = (void *) free_check_null(buffer);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user