Skip to content

Commit

Permalink
spelling misstake
Browse files Browse the repository at this point in the history
  • Loading branch information
CWillberg committed Jul 8, 2024
1 parent 2a8827c commit d1c7ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FEM/Element_formulation/lagrange_element.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end
Init the Lagrange element of a given polynomial degree. This degree can be different for each direction
# Arguments
- `datamanager::Module`: Datamanger.
- `datamanager::Module`: Datamanager.
- `elements::Union{SubArray,Vector{Int64}}`: listed element numbers
- `element_params::Dict`: Element specific data.
- `p::Vector{Int64}`: A vector containing the polynomial degrees for each degree of freedom.
Expand Down
2 changes: 1 addition & 1 deletion src/Physics/Pre_calculation/Pre_Calculation_Factory.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export compute
export init_pre_calculation
export synchronize

function synchronize(datamanger::Module, options::Dict, synchronise_field)
function synchronize(datamanager::Module, options::Dict, synchronise_field)
if options["Bond Associated Deformation Gradient"]
synchronise_field(datamanager.get_comm(), datamanager.get_synch_fields(), datamanager.get_overlap_map(), datamanager.get_field, "Deformation Gradient", "upload_to_cores")
end
Expand Down

0 comments on commit d1c7ae9

Please sign in to comment.