Skip to content
Closed
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
1 change: 1 addition & 0 deletions _codeql_detected_source_root
2 changes: 1 addition & 1 deletion src/buildblock/PETSIRDInfo.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ PETSIRDInfo::PETSIRDInfo(shared_ptr<const petsird::ScannerInformation> petsird_i
}
else
{
info("the cylindical area is less then 95% matching the polygon area. We will predsume a non-cylindrical configuration.");
info("the cylindrical area is less than 95% matching the polygon area. We will presume a non-cylindrical configuration.");
stir_scanner_sptr.reset(
new Scanner(Scanner::User_defined_scanner,
std::string("PETSIRD_defined_scanner"),
Expand Down