Skip to content

Commit a5291b2

Browse files
committed
added nolint to suppress unnecessary warning
1 parent 1ac760e commit a5291b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Spray/SprayInjection.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ SprayParticleContainer::sprayInjectionfromDPMFile(
182182
p.rdata(SprayComps::pstateDia) = dia; // Setting the particle density
183183
p.rdata(SprayComps::pstateT) =
184184
temperature; // Setting the particle temperature
185-
set_part_Y = spray_jet->get_new_particle(
185+
set_part_Y = spray_jet->get_new_particle( // NOLINT(clang-analyzer-deadcode.DeadStores)
186186
Y_part); // NOLINT(clang-analyzer-deadcode.DeadStores)
187187

188188
if (SPRAY_FUEL_NUM > 1 && set_part_Y) // Setting particle mass fractions

0 commit comments

Comments
 (0)