Skip to content

Commit

Permalink
Imaginary unit vs counting variable i
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Jan 19, 2024
1 parent 27c4799 commit 9f89737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math_constants.f90
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module math_constants
real(kind=real_kind), parameter :: EULER = 0.5772156649015328606065120900824024310422_real_kind

!> Imaginary unit:
complex(kind=complex_kind), parameter :: I = (0.d0,1.d0)
complex(kind=complex_kind), parameter :: IMUN = (0.d0,1.d0)

! Define physical constants (SI-units)
real(kind=real_kind), parameter, public :: MU_0 = 1.25663706212e-6_real_kind !< vacuum permeability [N A^-2]
Expand Down

0 comments on commit 9f89737

Please sign in to comment.