Minor fix
This commit is contained in:
@@ -79,6 +79,7 @@ void detector_screen()
|
||||
sim.build_B();
|
||||
|
||||
std::ofstream ofile;
|
||||
utils::mkpath("data/screen");
|
||||
ofile.open("data/screen/single_slit.txt");
|
||||
ofile << sim.N << '\n';
|
||||
for (size_t i = 0; i < 80; i++) {
|
||||
|
||||
Reference in New Issue
Block a user