tLaunch octave without X11 - numeric - C++ library with numerical algorithms
 (HTM) git clone git://src.adamsgaard.dk/numeric
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 4f870d6c36907606a4ccc9ad83d053b4759e31b8
 (DIR) parent 0f91125e97febb30ed6dbf7b35c54f5049b5c498
 (HTM) Author: Anders Damsgaard <adc@geo.au.dk>
       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(-)
       ---
 (DIR) 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});