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
8569e936
Commit
8569e936
authored
Nov 04, 2016
by
la800319@rwth-aachen.de
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added method to save raven project to different file
parent
6e434f95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
applications/VirtualAcoustics/Raven/itaRavenProject.m
applications/VirtualAcoustics/Raven/itaRavenProject.m
+10
-0
No files found.
applications/VirtualAcoustics/Raven/itaRavenProject.m
View file @
8569e936
...
...
@@ -409,6 +409,16 @@ classdef itaRavenProject < handle
obj
.
loadRavenConfig
(
filename
);
end
%------------------------------------------------------------------
function
saveRavenConfig
(
obj
,
filename
)
%saveRavenConfig - Saves the current object in a (different)
%raven project file. Can be used as a log if various
%simulations are run with multiple configurations
%
obj
.
rpf_ini
.
WriteFile
(
filename
);
end
%------------------------------------------------------------------
function
run
(
obj
)
...
...
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