Commit 3cbe674
committed
fix initializer warning with arma::vec
apparently different versions of gcc were raising warnings with the
assignment of values in neighbors. The recommended fix was to use an
initializer list, which is explained in the arma doc below.
https://arma.sourceforge.net/docs.html#element_initialisation1 parent 24b605a commit 3cbe674
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments