--- ray/src/util/rmatrix.h 2014/09/18 23:20:12 2.6 +++ ray/src/util/rmatrix.h 2015/05/04 20:53:21 2.7 @@ -1,4 +1,4 @@ -/* RCSid $Id: rmatrix.h,v 2.6 2014/09/18 23:20:12 greg Exp $ */ +/* RCSid $Id: rmatrix.h,v 2.7 2015/05/04 20:53:21 greg Exp $ */ /* * Header file for general matrix routines. */ @@ -31,8 +31,8 @@ extern void rmx_free(RMATRIX *rm); /* Resolve data type based on two input types (returns 0 for mismatch) */ extern int rmx_newtype(int dtyp1, int dtyp2); -/* Load matrix from supported file type */ -extern RMATRIX *rmx_load(const char *fname); +/* Load matrix from supported file type (NULL for stdin, '!' with command) */ +extern RMATRIX *rmx_load(const char *inspec); /* Append header information associated with matrix data */ extern int rmx_addinfo(RMATRIX *rm, const char *info);