Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cla_prosim_driver
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fmg005
cla_prosim_driver
Commits
d876e103
Commit
d876e103
authored
Apr 28, 2018
by
fmg005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ability to run open loop simulations
parent
a37fa6fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
SimulationEngine.cpp
SimulationEngine.cpp
+6
-0
No files found.
SimulationEngine.cpp
View file @
d876e103
...
...
@@ -113,9 +113,15 @@ void Simulation(const string patient_name, const std::shared_ptr<Config>& cfg, c
cout
<<
"START DEVICES"
<<
endl
;
}
<<<<<<<
a37fa6fd45617d4f4ad968b34fb9ede293f14723
if
(
DEVICES_START
)
{
prosim
.
update
(
pe
);
}
=======
if
(
DEVICES_START
)
{
prosim
.
update
(
pe
);
}
>>>>>>>
Ability
to
run
open
loop
simulations
// track patient data
pe
->
GetEngineTracker
()
->
TrackData
(
pe
->
GetSimulationTime
(
TimeUnit
::
s
));
...
...
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