Skip to content

Commit

Permalink
Remove debug prints/2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Ruokolainen committed Aug 17, 2024
1 parent 6c8155b commit e1831f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fem/src/ElementUtils.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,6 @@ FUNCTION CreateMatrix( Model, Solver, Mesh, Perm, DOFs, MatrixFormat, &
IF ( PRESENT(Equation) ) THEN
CALL Info(Caller,'Creating initial permutation',Level=14)
k = InitialPermutation( Perm,Model,Solver,Mesh,Eq,DG,GB )
print*,'aft k', k
IF ( k <= 0 ) THEN
IF(ALLOCATED(InvInitialReorder)) DEALLOCATE(InvInitialReorder)
RETURN
Expand Down

0 comments on commit e1831f9

Please sign in to comment.