Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
ITAGeo
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)
ITAGeo
Commits
08121009
Commit
08121009
authored
Jan 21, 2019
by
Armin Erraji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added changes from develop branch.
parent
12c91c27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/ITAGeo/Utils.cpp
src/ITAGeo/Utils.cpp
+8
-8
No files found.
src/ITAGeo/Utils.cpp
View file @
08121009
...
...
@@ -628,21 +628,21 @@ std::string ITAGeoUtils::GetAcousticMaterialTypeString( const int iType )
{
switch
(
iType
)
{
case
ITAGeo
::
IAcoustic
Material
::
VISUALIZATION
:
case
ITAGeo
::
Material
::
I
Material
::
VISUALIZATION
:
return
"Visualization"
;
case
ITAGeo
::
IAcoustic
Material
::
SCALAR
:
case
ITAGeo
::
Material
::
I
Material
::
SCALAR
:
return
"Scalar"
;
case
ITAGeo
::
IAcoustic
Material
::
COMPLEX_SPECTRUM
:
case
ITAGeo
::
Material
::
I
Material
::
COMPLEX_SPECTRUM
:
return
"Complex spectrum"
;
case
ITAGeo
::
IAcoustic
Material
::
MAGNITUDE_SPECTRUM
:
case
ITAGeo
::
Material
::
I
Material
::
MAGNITUDE_SPECTRUM
:
return
"Magnitude spectrum"
;
case
ITAGeo
::
IAcoustic
Material
::
THIRD_OCTAVE
:
case
ITAGeo
::
Material
::
I
Material
::
THIRD_OCTAVE
:
return
"Third octave band spectrum"
;
case
ITAGeo
::
IAcoustic
Material
::
WHOLE_OCTAVE
:
case
ITAGeo
::
Material
::
I
Material
::
WHOLE_OCTAVE
:
return
"Octave band spectrum"
;
case
ITAGeo
::
IAcoustic
Material
::
TRI_BAND
:
case
ITAGeo
::
Material
::
I
Material
::
TRI_BAND
:
return
"Tri-band spectrum"
;
case
ITAGeo
::
IAcoustic
Material
::
NONE
:
case
ITAGeo
::
Material
::
I
Material
::
NONE
:
default:
return
"Unspecified"
;
}
...
...
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