Skip to content

Commit dd91008

Browse files
committed
All ctests pass
1 parent 9d039ff commit dd91008

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pmpo_MPMesh_assembly.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ void MPMesh::invertMatrix(const Kokkos::View<double**>& vtxMatrices, const doubl
495495
VtxCoeffs(vtx, 0, 3) = temp[2];
496496

497497
//Debugging
498+
/*
498499
if(vtx == 2630){
499500
printf("Matrices %d vtx \n", vtx);
500501
printf("[ %.15e %.15e %.15e %.15e ]\n", vtxMatrices(vtx,0), vtxMatrices(vtx,1), vtxMatrices(vtx,2), vtxMatrices(vtx,3));
@@ -513,7 +514,7 @@ void MPMesh::invertMatrix(const Kokkos::View<double**>& vtxMatrices, const doubl
513514
printf("\n");
514515
printf("%.15e \n", minZ2);
515516
}
516-
517+
*/
517518
});
518519
this->precomputedVtxCoeffs_new = VtxCoeffs;
519520
count_deb++;

0 commit comments

Comments
 (0)