Skip to content

Commit 3a2a913

Browse files
committed
This print statement is redundant
This print statement is redundant, addressing comment #1266 (comment) by @LourensVeen.
1 parent 7568d01 commit 3a2a913

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/amuse_ph4/src/jdata.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ int jdata::add_particle(real pmass, real pradius,
141141
const char *in_function = "jdata::add_particle";
142142

143143
if (pmass <= _TINY_) {
144-
if (mpi_rank == 0) {
145-
cerr << "Warning: ignoring particle with mass="
146-
<< pmass << endl;
147-
}
148144
return -1;
149145
}
150146
if (DEBUG > 2 && mpi_rank == 0) PRL(in_function);

0 commit comments

Comments
 (0)