Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
saidctb authored and yguclu committed Aug 26, 2019
1 parent 9e0efa4 commit b857483
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions psydac/api/ast/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,16 +253,16 @@ def compute_atoms_expr_field(atomic_exprs, indices_quad,
Returns
-------
inits : <list>
list of assignments of the atomic expression evaluated in the quadature points
list of assignments of the atomic expression evaluated in the quadrature points
updates : <list>
list of augemented assignments which are updated in each loop iteration
list of augmented assignments which are updated in each loop iteration
map_stmts : <list>
list of assigments of atomic expression in case of mapping
atomic_exprs: <list>
list of new atomic expression in case of mapping that were introduced in case of a mapping
list of new atomic expressions that were introduced in case of a mapping
"""

inits = []
Expand Down Expand Up @@ -358,7 +358,6 @@ def compute_atoms_expr_mapping(atomic_exprs, indices_quad,
idxs : <list>
list of basis functions indices used in the for loops of the basis functions
basis : <list>
list of basis functions in each dimesion
Expand All @@ -368,10 +367,10 @@ def compute_atoms_expr_mapping(atomic_exprs, indices_quad,
Returns
-------
inits : <list>
list of assignments of the atomic expression evaluated in the quadature points
list of assignments of the atomic expression evaluated in the quadrature points
updates : <list>
list of augemented assignments which are updated in each loop iteration
list of augmented assignments which are updated in each loop iteration
"""

Expand Down

0 comments on commit b857483

Please sign in to comment.