Skip to content

Commit

Permalink
set conctructor public
Browse files Browse the repository at this point in the history
  • Loading branch information
tschlenther committed Sep 30, 2024
1 parent 15de3e1 commit f1bd941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public class KelheimOfflineAirPollutionAnalysisByEngineInformation implements MA
//dump out all pollutants. to include only a subset of pollutants, adjust!
static List<Pollutant> pollutants2Output = Arrays.asList(Pollutant.values());

KelheimOfflineAirPollutionAnalysisByEngineInformation(){
public KelheimOfflineAirPollutionAnalysisByEngineInformation(){
numberFormat = NumberFormat.getInstance(Locale.US);
numberFormat.setMaximumFractionDigits(4);
numberFormat.setGroupingUsed(false);
Expand Down

0 comments on commit f1bd941

Please sign in to comment.