Skip to content
Snippets Groups Projects
Unverified Commit 09c30fce authored by Thorsten Hater's avatar Thorsten Hater Committed by GitHub
Browse files

Emit better warning. (#2071)

Before
```
✦2 ❯ modcc -t cpu jnml-arbor/SKv3_1.mod
Warnings:
  * jnml-arbor/SKv3_1.mod:(line 1,col 1) Assignments to local variable containing state variables will not be integrated in time
```
After
```
✦2 ❯ modcc -t cpu jnml-arbor/SKv3_1.mod
Warnings:
  * jnml-arbor/SKv3_1.mod:(line 172,col 14) Assignments to local variable containing state variables will not be integrated in time: (rate_m_q = ((m_inf - m_q) / m_tau))
```
parent 29166744
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment