Skip to content

Commit 74240f4

Browse files
author
skywalker_cn
committed
Fix the farmat error
1 parent f43e046 commit 74240f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/openmc/particle_data.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,6 @@ class GeometryState {
400400
{
401401
return material_last_;
402402
}
403-
const int& material_last() const
404-
{
405-
return material_last_;
406-
}
407403

408404
// temperature of current and last cell
409405
double& sqrtkT()
@@ -457,7 +453,6 @@ class GeometryState {
457453
double density_mult_ {1.0}; //!< density multiplier
458454
double density_mult_last_ {1.0}; //!< last density multiplier
459455

460-
461456
#ifdef OPENMC_DAGMC_ENABLED
462457
moab::DagMC::RayHistory history_;
463458
Direction last_dir_;

0 commit comments

Comments
 (0)