Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit ab4c378

Browse files
committed
added configuration file, updated gitignore
1 parent 642fb30 commit ab4c378

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
/bin/*.jar
1818
/bin/*.log
1919
/bin/*.xml
20+
!/bin/BioGearsConfiguration.xml
2021

2122

2223
/deploy/toolkit/BioGears.jar

bin/BioGearsConfiguration.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<BioGearsConfiguration xmlns="uri:/mil/tatrc/physiology/datamodel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="">
3+
4+
<!-- You can override any of the engine defaults here, they will be used in both loading a state file and initializing an engine from a patient. -->
5+
<!-- Don't edit these unless you know what you are doing! -->
6+
7+
<!-- This will change the time step -->
8+
<!-- <TimeStep readOnly="false" unit="s" value="0.02"/> -->
9+
</BioGearsConfiguration>
10+

0 commit comments

Comments
 (0)