Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Change kB to KiB
Browse files Browse the repository at this point in the history
Co-authored-by: Olli Lupton <oliver.lupton@epfl.ch>
  • Loading branch information
iomaganaris and olupton authored Jun 23, 2022
1 parent 949d115 commit e8b7a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreneuron/io/mech_report.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void write_mech_report() {
/// print global stats to stdout
if (nrnmpi_myid == 0) {
printf("\n================= MECHANISMS COUNT BY TYPE ===================\n");
printf("%4s %20s %10s %25s\n", "Id", "Name", "Count", "Total memory size (kB)");
printf("%4s %20s %10s %25s\n", "Id", "Name", "Count", "Total memory size (KiB)");
for (size_t i = 0; i < total_mech_count.size(); i++) {
printf("%4lu %20s %10ld %25.2lf\n",
i,
Expand Down

0 comments on commit e8b7a97

Please sign in to comment.