Skip to content

Commit e1eaf26

Browse files
committed
a few minor tweaks
1 parent c587434 commit e1eaf26

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/clib/cool1d_multi_g.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818

1919
#include <cstdio>
2020
#include <vector>
21-
#include <iostream>
2221

23-
#include "calc_temp1d_cloudy_g.hpp"
2422
#include "cool1d_cloudy_g.hpp"
2523
#include "cool1d_cloudy_old_tables_g.hpp"
2624
#include "cool1d_multi_g.hpp"
@@ -259,7 +257,7 @@ void grackle::impl::cool1d_multi_g(
259257
}
260258
}
261259

262-
// calculate the basic gas properties (tgas, mmw, p2d, rhoH)
260+
// calculate the basic gas properties (tgas, mmw, rhoH)
263261
basic_gas_props(tgas, mmw, rhoH, imetal, itmask, my_chemistry,
264262
&my_rates->cloudy_primordial, my_fields, internalu, idx_range,
265263
zr);

src/clib/gas_props.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "calc_temp1d_cloudy_g.hpp"
1616
#include "grackle.h"
1717
#include "index_helper.h"
18-
#include "internal_types.hpp"
1918
#include "internal_units.h"
2019
#include "support/config.hpp"
2120
#include "utils-cpp.hpp"

0 commit comments

Comments
 (0)