~ubuntu-branches/ubuntu/hardy/suitesparse/hardy

« back to all changes in this revision

Viewing changes to CHOLMOD/Modify/cholmod_updown.c

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere, Rafael Laboissiere, Ondrej Certik
  • Date: 2008-02-21 14:46:50 UTC
  • mfrom: (1.1.2 upstream) (5.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221144650-tgeppgj0t7s759i8
Tags: 3.1.0-3
[ Rafael Laboissiere ]
* Upload to unstable

[ Ondrej Certik ]
* XS-DM-Upload-Allowed: yes field added
* Ondrej Certik added to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
519
519
    /* get inputs */
520
520
    /* ---------------------------------------------------------------------- */
521
521
 
522
 
    mark = CHOLMOD(clear_flag) (Common) ;
 
522
    /* mark = CHOLMOD(clear_flag) (Common) ; */
 
523
    CHOLMOD_CLEAR_FLAG (Common) ;
 
524
    mark = Common->mark ;
523
525
 
524
526
    PRINT1 (("updown, rank %g update %d\n", (double) C->ncol, update)) ;
525
527
    DEBUG (CHOLMOD(dump_factor) (L, "input L for updown", Common)) ;