Skip to content

Commit a30d2dd

Browse files
committed
updated Doc and Clang
1 parent df6a4f2 commit a30d2dd

File tree

3 files changed

+2
-269
lines changed

3 files changed

+2
-269
lines changed

src/model/BloodVesselCRL.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* to [R, l=$S$, -] (5,0)
5353
* (5,0) to [L, l=$L$, -*] (7,0)
5454
* node[anchor=south]{$P_{out}$}
55-
* (0,0) to [C, l=$C$, -] (0,-1.5)
55+
* (1,0) to [C, l=$C$, -] (1,-1.5)
5656
* node[ground]{};
5757
* \draw [-latex] (7.2,0) -- (8,0) node[right] {$Q_{out}$};
5858
* \end{circuitikz}

tests/cases/RegChamberCRL.json

Lines changed: 0 additions & 266 deletions
This file was deleted.

tests/test_dirgraph.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
'closedLoopHeart_withCoronaries.json',
2121
'coupledBlock_closedLoopHeart_singleVessel.json',
2222
'coupledBlock_closedLoopHeart_withCoronaries.json',
23-
'double_pulsatileFlow_CRL.json',
24-
'RegChamberCRL.json'
23+
'double_pulsatileFlow_CRL.json'
2524
]
2625

2726
# Generate the list of JSON files to test

0 commit comments

Comments
 (0)