Skip to content

Commit 7aedbee

Browse files
committed
remove redundancy in model.cpp
1 parent eb38101 commit 7aedbee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/model/Model.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,6 @@ void Model::finalize() {
176176
for (auto& block : blocks) {
177177
block->setup_model_dependent_params();
178178
}
179-
180-
if (cardiac_cycle_period < 0.0) {
181-
cardiac_cycle_period = 1.0;
182-
}
183179
}
184180

185181
int Model::get_num_blocks(bool internal) const {

0 commit comments

Comments
 (0)