| tLaunch octave without X11 - numeric - C++ library with numerical algorithms | |
| git clone git://src.adamsgaard.dk/numeric | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 4f870d6c36907606a4ccc9ad83d053b4759e31b8 | |
| parent 0f91125e97febb30ed6dbf7b35c54f5049b5c498 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Tue, 22 Jan 2013 13:18:06 +0100 | |
| Launch octave without X11 | |
| Diffstat: | |
| M matrixmul/octave.m | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/matrixmul/octave.m b/matrixmul/octave.m | |
| t@@ -1,4 +1,4 @@ | |
| -#/usr/bin/octave -q -f | |
| +#/usr/bin/octave -q -f --no-window-system | |
| if (nargin == 1) | |
| M = str2num(argv(){1}); |