Skip to content

Commit

Permalink
Update CouplingUtilities.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
parikshitbajpai committed Jul 6, 2023
1 parent 5f9e6d5 commit b8019b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/CouplingUtilities.f90
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ subroutine SetElementMass(iAtom, dMass)
if (.NOT. lPreset(iAtom)) dElementMass(iAtom) = dMass
! write(*,*) 'SetElementMass ', iAtom, dElementMass(iAtom), dMass
end if
! print *, "Set element mass in Thermochimica: Element=", iAtom, " Moles=", dElementMass(iAtom)

return

Expand Down

0 comments on commit b8019b3

Please sign in to comment.