Skip to content

Commit

Permalink
Detach Pupil from MATLAB
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed May 19, 2023
1 parent d8dc2fe commit cb2abde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tdms/src/simulation_manager/objects_from_infile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ IndependentObjectsFromInfile::IndependentObjectsFromInfile(
// if exdetintegral is flagged, setup pupil, D_tilde, and f_vec accordingly
if (params.exdetintegral) {
f_vec = INPUT_FILE.read();
pupil.initialise_from_matlab(matrices_from_input_file["Pupil"],
f_vec.x.size(), f_vec.y.size());
INPUT_FILE.read("Pupil", pupil);
D_tilde.initialise(matrices_from_input_file["D_tilde"], f_vec.x.size(),
f_vec.y.size());

Expand Down

0 comments on commit cb2abde

Please sign in to comment.