Skip to content

Commit

Permalink
[MultiThreading] Fix module name in BeamLinearMapping_mt (#4740)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger committed May 17, 2024
1 parent 9e8e531 commit f1484bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* Contact information: contact@sofa-framework.org *
******************************************************************************/
#include <MultiThreading/component/mapping/linear/BeamLinearMapping_mt.inl>
#include <MultiThreading/config.h>
#include <sofa/core/ObjectFactory.h>
//#include <sofa/core/behavior/MechanicalState.h>
#include <sofa/core/Mapping.inl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <sofa/config.h>

#ifdef SOFA_BUILD_MULTITHREADING
# define SOFA_TARGET MultiThreading
# define SOFA_TARGET @PROJECT_NAME@
# define SOFA_MULTITHREADING_PLUGIN_API SOFA_EXPORT_DYNAMIC_LIBRARY
#else
# define SOFA_MULTITHREADING_PLUGIN_API SOFA_IMPORT_DYNAMIC_LIBRARY
Expand Down

0 comments on commit f1484bf

Please sign in to comment.