Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
ITAPropagationPathSim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Institute of Technical Acoustics (ITA)
ITAPropagationPathSim
Commits
76a55817
Commit
76a55817
authored
Jan 24, 2019
by
Armin Erraji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed "Combinated" to "Combined".
parent
4f0399a8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
tests/CMakeLists.txt
tests/CMakeLists.txt
+1
-1
tests/CombinedModel/CMakeLists.txt
tests/CombinedModel/CMakeLists.txt
+6
-6
tests/CombinedModel/CombinedModelTest.cpp
tests/CombinedModel/CombinedModelTest.cpp
+0
-0
tests/CombinedModel/SketchUpFiles/SimpleRoom.skp
tests/CombinedModel/SketchUpFiles/SimpleRoom.skp
+0
-0
tests/CombinedModel/SketchUpFiles/SimpleUrbanEnvironment.skp
tests/CombinedModel/SketchUpFiles/SimpleUrbanEnvironment.skp
+0
-0
tests/CombinedModel/SketchUpFiles/ThreeBuildings.skp
tests/CombinedModel/SketchUpFiles/ThreeBuildings.skp
+0
-0
No files found.
tests/CMakeLists.txt
View file @
76a55817
...
...
@@ -3,6 +3,6 @@ cmake_minimum_required( VERSION 2.8 )
add_subdirectory
(
"ImageModel"
)
add_subdirectory
(
"ConvexDiffraction"
)
add_subdirectory
(
"MeshModelList"
)
add_subdirectory
(
"Combin
at
edModel"
)
add_subdirectory
(
"CombinedModel"
)
add_subdirectory
(
"UrbanDiffraction"
)
#add_subdirectory( "IndoorDiffraction" )
\ No newline at end of file
tests/Combin
at
edModel/CMakeLists.txt
→
tests/CombinedModel/CMakeLists.txt
View file @
76a55817
...
...
@@ -15,11 +15,11 @@ if( ITA_GEOMETRICAL_ACOUSTICS_BUILD_STATIC )
add_definitions
(
-DITA_PROPAGATION_PATH_SIM_STATIC -DITA_GEO_STATIC
)
endif
(
)
add_executable
(
Combin
atedModelTest Combinat
edModelTest.cpp
)
target_link_libraries
(
Combin
at
edModelTest
${
VISTA_USE_PACKAGE_LIBRARIES
}
)
add_executable
(
Combin
edModelTest Combin
edModelTest.cpp
)
target_link_libraries
(
CombinedModelTest
${
VISTA_USE_PACKAGE_LIBRARIES
}
)
vista_configure_app
(
Combin
at
edModelTest
)
vista_install
(
Combin
at
edModelTest
)
vista_create_default_info_file
(
Combin
at
edModelTest
)
vista_configure_app
(
CombinedModelTest
)
vista_install
(
CombinedModelTest
)
vista_create_default_info_file
(
CombinedModelTest
)
set_property
(
TARGET Combin
at
edModelTest PROPERTY FOLDER
"ITAGeometricalAcoustics/Tests/ITAPropagationPathSim/CombinatedModel"
)
set_property
(
TARGET CombinedModelTest PROPERTY FOLDER
"ITAGeometricalAcoustics/Tests/ITAPropagationPathSim/CombinatedModel"
)
tests/Combin
atedModel/Combinat
edModelTest.cpp
→
tests/Combin
edModel/Combin
edModelTest.cpp
View file @
76a55817
File moved
tests/Combin
at
edModel/SketchUpFiles/SimpleRoom.skp
→
tests/CombinedModel/SketchUpFiles/SimpleRoom.skp
View file @
76a55817
File moved
tests/Combin
at
edModel/SketchUpFiles/SimpleUrbanEnvironment.skp
→
tests/CombinedModel/SketchUpFiles/SimpleUrbanEnvironment.skp
View file @
76a55817
File moved
tests/Combin
at
edModel/SketchUpFiles/ThreeBuildings.skp
→
tests/CombinedModel/SketchUpFiles/ThreeBuildings.skp
View file @
76a55817
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment