Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Logs/src/logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ namespace Gambit
//std::cout<<"Sorting tags..."<<std::endl;
for(std::set<int>::iterator tag = mail.tags.begin(); tag != mail.tags.end(); ++tag)
{
// Debugging crap... to be deleted.
// Debugging stuff... to be deleted.
// std::cout<<"Sorting tag "<<tag2str()[*tag]<<std::endl;
// std::cout<<"empty?"<<components().empty()<<std::endl;
// for(std::set<int>::iterator tag2 = components().begin(); tag2 != components().end(); ++tag2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
/// *********************************************
Expand Down
2 changes: 1 addition & 1 deletion Printers/src/printers/hdf5printer/hdf5tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
/// *********************************************
Expand Down
2 changes: 1 addition & 1 deletion ScannerBit/src/scanners/twalk/twalk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading