Skip to content

Commit

Permalink
fix module name for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarv committed Mar 29, 2023
1 parent c191369 commit 8092e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atintegrators/ExactRectBendPass.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ ExportMode struct elem *trackFunction(const atElem *ElemData, struct elem *Elem,
return Elem;
}

MODULE_DEF(ExactRectangularBendPass) /* Dummy module initialisation */
MODULE_DEF(ExactRectBendPass) /* Dummy module initialisation */

#endif /*defined(MATLAB_MEX_FILE) || defined(PYAT)*/

Expand Down

0 comments on commit 8092e0e

Please sign in to comment.