Skip to content

Commit

Permalink
Scintillators are cool too
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jun 27, 2022
1 parent a2f4c2c commit 5c74111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn main() -> Result<(), String> {

//Instead of building a detector out of scintillators and photo multiplier tubes,
//we just allocate some memory on this here computer.
//Less exciting, but much cheaper
//Less exciting, much less accurate and sensitive, but much cheaper
let mut detector: Vec<u8> = vec![0; size];
if verbose {
print!("Initializing detector RAM with random values...");
Expand Down

0 comments on commit 5c74111

Please sign in to comment.