Skip to content

Commit

Permalink
Remove extra plot of analytical solution
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <[email protected]>
  • Loading branch information
quantumsteve committed Mar 19, 2024
1 parent e2b61dc commit 107c1be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ int main(int argc, char **argv)
}

ml_plot.init_plotting(*pde, adaptive_grid.get_table());
ml_plot.plot_fval(*pde, adaptive_grid.get_table(), real_space,
analytic_solution_realspace);

// send initial condition to matlab
std::vector<size_t> sizes(pde->num_dims);
Expand Down

0 comments on commit 107c1be

Please sign in to comment.