Skip to content

Commit c75ac9c

Browse files
glesurCopilot
andauthored
Update src/fluid/constrainedTransport/enforceEMFBoundary.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 219e0b2 commit c75ac9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fluid/constrainedTransport/enforceEMFBoundary.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void ConstrainedTransport<Phys>::EnforceEMFBoundary() {
4949
}
5050
}
5151
#ifdef ENFORCE_EMF_CONSISTENCY
52-
EnforceEMFBoundaryPeriodic(ex,ey,ez);
52+
EnforceEMFBoundaryPeriodic(this->ex, this->ey, this->ez);
5353
#endif //ENFORCE_EMF_CONSISTENCY
5454
#endif // MHD==YES
5555
idfx::popRegion();

0 commit comments

Comments
 (0)