~logan/ubuntu/trusty/suitesparse/4.2.1-3ubuntu1

« back to all changes in this revision

Viewing changes to CHOLMOD/Tcov/test_ops.c

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2009-02-24 11:08:12 UTC
  • mfrom: (7.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090224110812-hawvr3dh5kjbvlae
debian/control: Add an epoch to the version number of
libsuitesparse-3.0.2 in replaces/conflicts for libcolamd-3.2.0
(really, closes: #516725)

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
    Int n, kk, k, nrow, ncol, len, nz, ok, i, j, stype, nmin, mode, isreal,
200
200
        xtype, xtype2, mtype, asym, xmatched, pmatched, nzoffdiag, nz_diag ;
201
201
    size_t nz1, nz2 ;
202
 
    void (*save) (int, char *, int, char *) ;
 
202
    void (*save) (int, const char *, int, const char *) ;
203
203
    double alpha [2], beta [2], *Xx ;
204
204
    FILE *f ;
205
205
    int option, save3 ;