Skip to content

Commit 699f3aa

Browse files
NewRadX: Fixed typo in function interface documentation
1 parent d8e353a commit 699f3aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

NewRadX/src/newradx.hxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ void NewRadX_Apply(const cGH *restrict const cctkGH,
3636
* @param cctkGH Pointer to Cactus grid hierarchy struct.
3737
* @param var State variable which will have boundary conditions applied to it.
3838
* @param rhs RHS of the evolution equation for @param var
39-
* @param vcoordx Global x vertex coordinates grid function. Providade by
39+
* @param vcoordx Global x vertex coordinates grid function. Provided by
4040
* CoordinatesX
41-
* @param vcoordy Global y vertex coordinates grid function. Providade by
41+
* @param vcoordy Global y vertex coordinates grid function. Provided by
4242
* CoordinatesX
43-
* @param vcoordz Global z vertex coordinates grid function. Providade by
43+
* @param vcoordz Global z vertex coordinates grid function. Provided by
4444
* CoordinatesX
4545
* @param vJ_da_dx Vertex centered coordinate transformation Jacobian da/dx.
4646
* Provided by any thorn implementing the Multipatch interface.

0 commit comments

Comments
 (0)