Skip to content

Commit

Permalink
changed the cut & deleted an unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazingkivas committed Oct 16, 2024
1 parent ed98751 commit e6c3b18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions samples/sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,12 @@ void spherical_wave(int n, int it, char* base_path = "")
// Meaningful calculations
Test_FDTD test(params);
test.initiialize_current(method, cur_param, it, cur_func);
method.update_fields(it, true, Axis::X, "");
method.update_fields(it, true, Axis::Z, "");
}

int main(int argc, char* argv[])
{
std::ifstream source_fin;
char* outfile_path;

std::vector<char*> arguments(argv, argv + argc);
if (argc == 1)
{
Expand Down

0 comments on commit e6c3b18

Please sign in to comment.