Skip to content

Commit

Permalink
Update src/dxtbx/model/beam.h
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Devenish <[email protected]>
  • Loading branch information
dagewa and ndevenish authored Aug 4, 2023
1 parent 5bdb3b4 commit f467e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dxtbx/model/beam.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ namespace dxtbx { namespace model {
case neutron:
return std::string("neutron");
default:
return std::string("unknown");
DXTBX_ERROR("Unknown probe type");
}
}

Expand Down

0 comments on commit f467e48

Please sign in to comment.