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

add variable to test allocate X_ and Y_

parent 3b9f837b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -51,8 +51,14 @@ void apply_Htarget_sparse(
 FpType *X_ = &(Xin_[0]);
 FpType *Y_ = &(Yout_[0]);
#ifdef USE_MAGMA
  const int ltrue = (1 == 1);
  int need_allocate_X = ltrue;
  int need_allocate_Y = ltrue;
  /*
  int need_allocate_X = !dmrg_is_managed( Xin_ );
  int need_allocate_Y = !dmrg_is_managed( Yout_ );
  */

#endif

/*