Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
4
Merge Requests
4
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
443fa6ae
Commit
443fa6ae
authored
Apr 04, 2018
by
Jan-Gerrit Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
6 changed files
with
2 additions
and
22 deletions
+2
-22
external_packages/sofa/itaFunctions/ita_sofa_install.m
external_packages/sofa/itaFunctions/ita_sofa_install.m
+2
-5
external_packages/sofa/itaFunctions/sofaDummys/SOFAdbPath.m
external_packages/sofa/itaFunctions/sofaDummys/SOFAdbPath.m
+0
-4
external_packages/sofa/itaFunctions/sofaDummys/SOFAgetConventions.m
...ackages/sofa/itaFunctions/sofaDummys/SOFAgetConventions.m
+0
-3
external_packages/sofa/itaFunctions/sofaDummys/SOFAload.m
external_packages/sofa/itaFunctions/sofaDummys/SOFAload.m
+0
-3
external_packages/sofa/itaFunctions/sofaDummys/SOFAsave.m
external_packages/sofa/itaFunctions/sofaDummys/SOFAsave.m
+0
-3
external_packages/sofa/itaFunctions/sofaDummys/SOFAstart.m
external_packages/sofa/itaFunctions/sofaDummys/SOFAstart.m
+0
-4
No files found.
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
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