Skip to content

Commit

Permalink
Merge pull request #596 from pierromond/RefractorEmissionModule
Browse files Browse the repository at this point in the history
refactoring emission module
  • Loading branch information
nicolas-f authored Jul 25, 2023
2 parents 042cd19 + d281618 commit 7b4ccd7
Show file tree
Hide file tree
Showing 69 changed files with 19,384 additions and 11,824 deletions.
9 changes: 6 additions & 3 deletions noisemodelling-emission/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -13,7 +14,9 @@
<version>4.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<description>Translate light vehicle, heavy vehicle, public bus, tramway traffic into linear noise source. Then compute sound propagation and iso surface.</description>
<description>Computes sound emission levels from sound source characteristics (vehicle flow, vehicle type, sound
source type, etc.)
</description>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -68,7 +71,7 @@
<configuration>
<instructions>
<Public-Package>org.noise_planet.noisemodelling.emission.*</Public-Package>
<Bundle-Vendor>IFSTTAR, IRSTV - FR CNRS 2488</Bundle-Vendor>
<Bundle-Vendor>UMRAE, Universite Gustave Eiffel, Cerema</Bundle-Vendor>
<Import-Package>org.slf4j;version="[1.6.0,2)",!org.h2.*,*</Import-Package>
<Implementation-Build>${buildNumber}</Implementation-Build>
</instructions>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7b4ccd7

Please sign in to comment.