From 35ccb7ae16913ebfc4c7c4bb08107465132bd9cc Mon Sep 17 00:00:00 2001 From: ChrisJChang Date: Mon, 22 Sep 2025 15:48:55 +0100 Subject: [PATCH] Remove usage of unsavoury language in comments --- Logs/src/logging.cpp | 2 +- .../include/gambit/Printers/printers/hdf5printer/hdf5tools.hpp | 2 +- Printers/src/printers/hdf5printer/hdf5tools.cpp | 2 +- ScannerBit/src/scanners/twalk/twalk.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Logs/src/logging.cpp b/Logs/src/logging.cpp index 3c6141acf1..98fa31c4ff 100644 --- a/Logs/src/logging.cpp +++ b/Logs/src/logging.cpp @@ -194,7 +194,7 @@ namespace Gambit //std::cout<<"Sorting tags..."<::iterator tag = mail.tags.begin(); tag != mail.tags.end(); ++tag) { - // Debugging crap... to be deleted. + // Debugging stuff... to be deleted. // std::cout<<"Sorting tag "<::iterator tag2 = components().begin(); tag2 != components().end(); ++tag2) diff --git a/Printers/include/gambit/Printers/printers/hdf5printer/hdf5tools.hpp b/Printers/include/gambit/Printers/printers/hdf5printer/hdf5tools.hpp index bebd197742..4bae259766 100644 --- a/Printers/include/gambit/Printers/printers/hdf5printer/hdf5tools.hpp +++ b/Printers/include/gambit/Printers/printers/hdf5printer/hdf5tools.hpp @@ -6,7 +6,7 @@ /// HDF5 databases. /// /// Currently I am using the C++ bindings for -/// HDF5, however they are a bit crap and it may +/// HDF5, however they not great and it may /// be better to just write our own. /// /// ********************************************* diff --git a/Printers/src/printers/hdf5printer/hdf5tools.cpp b/Printers/src/printers/hdf5printer/hdf5tools.cpp index bc35ede738..346e4ebfa6 100644 --- a/Printers/src/printers/hdf5printer/hdf5tools.cpp +++ b/Printers/src/printers/hdf5printer/hdf5tools.cpp @@ -6,7 +6,7 @@ /// HDF5 databases. /// /// Currently I am using the C++ bindings for -/// HDF5, however they are a bit crap and it may +/// HDF5, however they not great and it may /// be better to just write our own. /// /// ********************************************* diff --git a/ScannerBit/src/scanners/twalk/twalk.cpp b/ScannerBit/src/scanners/twalk/twalk.cpp index 7366d6ee46..dbc39ea63b 100644 --- a/ScannerBit/src/scanners/twalk/twalk.cpp +++ b/ScannerBit/src/scanners/twalk/twalk.cpp @@ -477,7 +477,7 @@ namespace Gambit set_resume_params.dump(); // Better way // This works I think, but it still has problems. In particular, // it looks like you must resume with the same number of processes - // that you started the run with, which is kind of crap. + // that you started the run with, which is not good. } for (auto &&gd : gDev) delete gd;