Skip to content

Commit

Permalink
A revert of one line of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalinen committed Jan 25, 2025
1 parent 15cb93b commit e03b654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fem/src/DefUtils.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ FUNCTION GetActiveElement(t,USolver) RESULT(Element)
! the correct solverwise bubble count is returned by calling the function
! GetElementNOFBDOFs without optional arguments in the assembly loop
!
n = GetElementNOFBDOFs(Element, Solver, Update =.TRUE.)
!n = GetElementNOFBDOFs(Element, Solver, Update =.TRUE.)
ELSE
WRITE( Message, * ) 'Invalid element number requested: ', t
CALL Fatal( 'GetActiveElement', Message )
Expand Down

0 comments on commit e03b654

Please sign in to comment.