Skip to content

Commit

Permalink
Adding debug control to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwl committed Feb 17, 2012
1 parent 83254cb commit ae2aa27
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -18,6 +18,7 @@

package edu.ufl.cise.colamd.tdouble.test;

import edu.ufl.cise.colamd.tdouble.Dcolamd;
import junit.framework.TestCase;

import static edu.ufl.cise.colamd.tdouble.Dcolamd.COLAMD_STATS;
Expand Down Expand Up @@ -62,6 +63,10 @@ public class Dcolamd_example extends TestCase {

public void test_colamd() {

Dcolamd.NDEBUG = false;
Dcolamd.NPRINT = false;
Dcolamd.colamd_debug = 4;

/* ====================================================================== */
/* input matrix A definition */
/* ====================================================================== */
Expand Down

0 comments on commit ae2aa27

Please sign in to comment.