Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chongchonghe committed Oct 11, 2024
1 parent de072df commit a8df3b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/problems/RadLineCooling/test_rad_line_cooling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ auto problem_main() -> int
auto [position, values] = fextract(sim.state_new_cc_[0], sim.Geom(0), 0, 0.0);
const int nx = static_cast<int>(position.size());

double Erad_other_groups_error = 0.0;

std::vector<double> &Tgas = sim.userData_.Tgas_vec_;
std::vector<double> &Erad = sim.userData_.Erad_vec_;
std::vector<double> &t_sim = sim.userData_.t_vec_;
Expand Down

0 comments on commit a8df3b9

Please sign in to comment.