Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Oct 3, 2023
1 parent 83aa652 commit 2711eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amr-wind/physics/multiphase/MultiPhase.H
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/** Multiphase physics
*
* This class implemnts the necessary code to simulate multiphase
* This class implements the necessary code to simulate multiphase
* (air-water interaction) problems with AMR-Wind. It reads the
* namespace `MultiPhase' from the input file to determine how the
* initial conditions are generated.
Expand Down
2 changes: 1 addition & 1 deletion tools/postproamrwind.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def timeaverage(dat, t1, t2, Ncells, Ncomp):
# Loads the line_plot.txt file given by filename, for all times
# between t1 and t2.
#
# If the line_plot.txt file is missing a header, provde the input
# If the line_plot.txt file is missing a header, provide the input
# headerinfo=[ncell ncomp]
def loadfile(filename, t1, t2, headerinfo=[]):
if len(headerinfo)>0: hasheader=False
Expand Down

0 comments on commit 2711eaf

Please sign in to comment.