Skip to content

Commit 3e4616e

Browse files
author
camilo
committed
add .deepsource.toml
1 parent 5a19295 commit 3e4616e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.deepsource.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version = 1
2+
3+
[[analyzers]]
4+
name = "cxx"
5+
6+
exclude_patterns = [
7+
"check/**",
8+
"examples/**",
9+
"doc/**"
10+
]

src/ltisys.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ bool continuousSystem::setup( real_t *num, real_t *den, state *x,const size_t n_
149149

150150
if ( ( nullptr != num ) && ( nullptr != den ) && ( nullptr != x ) && ( n_a > 0U ) ) {
151151
b = &num[ 1 ];
152-
153152
n = n_a - 1u;
154153
nb = n;
155154
na = n_a;

0 commit comments

Comments
 (0)