Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino committed Jul 14, 2023
1 parent b6e40b9 commit 1fbfb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nrnmpi/mpispike.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ int nrnmpi_spike_exchange_compressed(int localgid_size,
*ovfl_capacity = novfl + 10;
free(*spfixin_ovfl);
*spfixin_ovfl = (unsigned char*) hoc_Emalloc(*ovfl_capacity * (1 + localgid_size) *

Check warning on line 232 in src/nrnmpi/mpispike.cpp

View check run for this annotation

Codecov / codecov/patch

src/nrnmpi/mpispike.cpp#L230-L232

Added lines #L230 - L232 were not covered by tests
sizeof(unsigned char));
sizeof(unsigned char));
hoc_malchk();
}
bs = byteovfl[nrnmpi_myid];
Expand Down

0 comments on commit 1fbfb17

Please sign in to comment.