ob-maxima-test: Tiny cleanup
* testing/examples/ob-maxima-test.org: Removed superfluous source block variable.
This commit is contained in:
parent
71a3331aaf
commit
b394cfd9ed
|
@ -73,7 +73,7 @@ print(ms);
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: cc158527-b867-4b1d-8ae0-b8c713a90fd7
|
:ID: cc158527-b867-4b1d-8ae0-b8c713a90fd7
|
||||||
:END:
|
:END:
|
||||||
#+begin_src maxima :var s=test_tbl_mtr :results silent
|
#+begin_src maxima :results silent
|
||||||
m: genmatrix (lambda([i,j], i+j-1), 3, 3)$
|
m: genmatrix (lambda([i,j], i+j-1), 3, 3)$
|
||||||
write_data(m, "/dev/stdout")$
|
write_data(m, "/dev/stdout")$
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
Loading…
Reference in New Issue