Skip to content

Commit 00ba992

Browse files
committed
fixed broken pipeline caused by undefined reference
1 parent 6faf894 commit 00ba992

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

src/GasMixture.cpp

+13-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,19 @@ bool CGasMixture::updateLevelPopulation(CGridBasic * grid, photon_package * pp,
1717
}
1818

1919
bool CGasMixture::updateZeemanLevelPopulation(CGridBasic * grid,
20-
photon_package * pp,
21-
uint i_species,
22-
uint i_line,
23-
double * sublvl_fraction)
20+
cell_basic * cell,
21+
uint i_species,
22+
uint i_line,
23+
double * sublvl_fraction)
24+
{
25+
return true;
26+
}
27+
28+
bool CGasMixture::updateZeemanLevelPopulation(CGridBasic * grid,
29+
photon_package * pp,
30+
uint i_species,
31+
uint i_line,
32+
double * sublvl_fraction)
2433
{
2534
return updateZeemanLevelPopulation(grid, pp->getPositionCell(), i_species, i_line, sublvl_fraction);
2635
}

0 commit comments

Comments
 (0)