Skip to content

Commit

Permalink
fixed minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvxx committed Apr 11, 2024
1 parent 8671ecd commit 7bb279d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pymgm_test/mgm2d/mgm2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def constructor(self, Lh, x, domArea=None, hasConstNullspace=False, verbose=True
]
return obj

def buildInterpOp(self,fineLevelStruct, coarseLevelStruct, interpMethod):
def buildInterpOp(self,fineLevelStruct, coarseLevelStruct, interp):
"""
Build interpolation operator for MGM2D.
Expand All @@ -274,8 +274,8 @@ def buildInterpOp(self,fineLevelStruct, coarseLevelStruct, interpMethod):
Fine level structure
coarseLevelStruct : dict
Coarse level structure
interpMethod : str
Interpolation method ('RBF' or 'GMLS')
interp : Boolean
Interpolation method (False for 'RBF' or True for 'GMLS')
Returns:
fineLevelStruct : dict
Expand Down

0 comments on commit 7bb279d

Please sign in to comment.