Commit 8a5b4537 authored by D'azevedo, Ed's avatar D'azevedo, Ed
Browse files

turn off debug message

parent c6071f23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ void setup_sparse_batch(
#define ld_Bmatrix(ipatch,jpatch,ioperator) ld_Bmatrix_[  index3(ipatch,jpatch,ioperator) ]

{
  const int idebug = 1;
  const int idebug = 0;
  const int ialign = 32;

  int ipatch = 0;