Skip to content

Commit

Permalink
typos in comments corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanschatzlmayr committed May 23, 2024
1 parent 4e3cd9d commit 40b432e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SRC/differentiate.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ subroutine differentiate(x,y,z,n,f,fx,fy,fz)
! n - number of functions to differentiate
! f(4,n) - values of functions at the vertices
! Output parameters:
! Formal: fx(n),fy(n),fz(n) - deivatives of functions over x,y and z, resp.
! Formal: fx(n),fy(n),fz(n) - derivatives of functions over x,y and z, resp.
!
! Called routines: dgesv - from the Lapack library
!
Expand Down
2 changes: 1 addition & 1 deletion SRC/tetra_physics_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module tetra_physics_mod
double precision :: dist_ref ! normal distance of vertex1 to face1 * |n_1| <-- normal vector to face 1
double precision, dimension(4) :: dist_ref_vec
double precision :: tetra_dist_ref ! distance reference of a tetrahdron in unit length
double precision, dimension(3,4) :: anorm ! normals to faces pointing invards
double precision, dimension(3,4) :: anorm ! normals to faces pointing inwards
!Field properties
double precision, dimension(3) :: curlA ! $\epsilon^{ijk}\difp{A_k}{x^j}$ = vector a_4^i ("curl A")
double precision :: bmod1 ! module of B in the first vertex
Expand Down

0 comments on commit 40b432e

Please sign in to comment.