Minor fix

This commit is contained in:
2023-12-17 13:40:01 +01:00
parent 54de6d68b1
commit 9374889bf3
5 changed files with 395 additions and 0 deletions

View File

@@ -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++) {