Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
443fa6ae
Commit
443fa6ae
authored
Apr 04, 2018
by
Jan-Gerrit Richter
Browse files
Revert "added sofa dummy files that will give an error message and hint to call ita_sofa_install"
This reverts commit
802e0226
.
parent
802e0226
Changes
6
Hide whitespace changes
Inline
Side-by-side
external_packages/sofa/itaFunctions/ita_sofa_install.m
View file @
443fa6ae
...
...
@@ -18,7 +18,7 @@ function varargout = ita_sofa_install(varargin)
% Author: Jan-Gerrit Richter -- Email: jri@akustik.rwth-aachen.de
% Created: 04-Apr-2018
if
~
exist
([
'SOFA
getVersion
.m'
],
'file'
)
if
~
exist
([
'SOFA
start
.m'
],
'file'
)
% the sofa link from github
url
=
'https://codeload.github.com/sofacoustics/API_MO/zip/master'
;
...
...
@@ -46,10 +46,7 @@ if ~exist(['SOFAgetVersion.m'],'file')
% delete zip file
fprintf
(
'.\n'
)
delete
(
fullfile
(
path
,
'sofa.zip'
))
% delete the dummy functions
fullpath
=
fileparts
(
which
(
'SOFAstart.m'
));
rmdir
(
fullpath
,
's'
)
% add folder to path
addpath
(
genpath
([
path
(
1
:
end
-
16
)
'sofa/API_MO-master/API_MO'
]));
ita_path_handling
();
...
...
external_packages/sofa/itaFunctions/sofaDummys/SOFAdbPath.m
deleted
100644 → 0
View file @
802e0226
function
dbPath
=
SOFAdbPath
(
newPath
)
% DUMMY FILE
error
(
'SOFA IS NOT INSTALLED. CALL ITA_SOFA_INSTALL'
)
\ No newline at end of file
external_packages/sofa/itaFunctions/sofaDummys/SOFAgetConventions.m
deleted
100644 → 0
View file @
802e0226
function
Obj
=
SOFAgetConventions
(
sofaconventions
,
flags
)
% DUMMY FILE
error
(
'SOFA IS NOT INSTALLED. CALL ITA_SOFA_INSTALL'
)
\ No newline at end of file
external_packages/sofa/itaFunctions/sofaDummys/SOFAload.m
deleted
100644 → 0
View file @
802e0226
function
Obj
=
SOFAload
(
fn
,
varargin
)
% DUMMY FILE
error
(
'SOFA IS NOT INSTALLED. CALL ITA_SOFA_INSTALL'
)
\ No newline at end of file
external_packages/sofa/itaFunctions/sofaDummys/SOFAsave.m
deleted
100644 → 0
View file @
802e0226
function
[
Obj
]
=
SOFAsave
(
filename
,
Obj
,
varargin
)
% DUMMY FILE
error
(
'SOFA IS NOT INSTALLED. CALL ITA_SOFA_INSTALL'
)
\ No newline at end of file
external_packages/sofa/itaFunctions/sofaDummys/SOFAstart.m
deleted
100644 → 0
View file @
802e0226
function
SOFAstart
(
flags
)
% DUMMY FILE
error
(
'SOFA IS NOT INSTALLED. CALL ITA_SOFA_INSTALL'
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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