Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
HomesGH authored Jul 30, 2024
1 parent c877cdd commit 8971ecf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ensemble/EnsembleBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ void Ensemble::readXML(XMLfileUnits& xmlconfig) {

for(mixingruletIter = query.begin(); mixingruletIter; mixingruletIter++) {
xmlconfig.changecurrentnode(mixingruletIter);
// MixingRuleBase* mixingrule = nullptr;
std::shared_ptr<MixingRuleBase> mixingrule;
std::string mixingruletype;

Expand Down

0 comments on commit 8971ecf

Please sign in to comment.