Skip to content

Commit

Permalink
Update Scene.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MaguetteD authored Oct 10, 2024
1 parent 4adefc9 commit c6f6580
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void setBodyBarrier(boolean bodyBarrier) {

/** Maximum source distance */
public double maxSrcDist = DEFAULT_MAX_PROPAGATION_DISTANCE;
/** Maximum reflection wall distance from receiver vers source line */
/** Maximum reflection wall distance from receiver to source line */
public double maxRefDist = DEFAULT_MAXIMUM_REF_DIST;
/** Source factor absorption */
public double gS = DEFAULT_GS;
Expand All @@ -112,7 +112,6 @@ public void setBodyBarrier(boolean bodyBarrier) {
/** Progression information */
public ProgressVisitor cellProg;
/** list Geometry of soil and the type of this soil */
//protected List<GeoWithSoilType> soilList = new ArrayList<>();

Map<String, Integer> sourceFieldNames = new HashMap<>();
public static final Integer[] DEFAULT_FREQUENCIES_THIRD_OCTAVE = new Integer[] {50, 63, 80, 100, 125, 160, 200, 250, 315, 400, 500, 630, 800, 1000, 1250, 1600, 2000, 2500, 3150, 4000, 5000, 6300, 8000, 10000};
Expand Down

0 comments on commit c6f6580

Please sign in to comment.