comparison src/variables.cc @ 997:528adb28416f

[project @ 1994-12-16 05:11:19 by jwe]
author jwe
date Fri, 16 Dec 1994 05:11:19 +0000
parents 34c1b152d6a3
children dfe01093f657
comparison
equal deleted inserted replaced
996:24154cb763dc 997:528adb28416f
1485 0, 0, 1, whitespace_in_literal_matrix, 1485 0, 0, 1, whitespace_in_literal_matrix,
1486 "control auto-insertion of commas and semicolons in literal matrices"); 1486 "control auto-insertion of commas and semicolons in literal matrices");
1487 1487
1488 DEFVAR ("default_save_format", SBV_default_save_format, "ascii", 1488 DEFVAR ("default_save_format", SBV_default_save_format, "ascii",
1489 0, 0, 1, sv_default_save_format, 1489 0, 0, 1, sv_default_save_format,
1490 "default format for files created with save, may be either\n\ 1490 "default format for files created with save, may be one of\n\
1491 \"binary\" or \"text\""); 1491 \"binary\", \"text\", or \"mat-binary\"");
1492 1492
1493 DEFVAR ("do_fortran_indexing", SBV_do_fortran_indexing, "false", 0, 0, 1493 DEFVAR ("do_fortran_indexing", SBV_do_fortran_indexing, "false", 0, 0,
1494 1, do_fortran_indexing, 1494 1, do_fortran_indexing,
1495 "allow single indices for matrices"); 1495 "allow single indices for matrices");
1496 1496