Skip to content
Snippets Groups Projects
Commit 010f90b5 authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot]
Browse files

[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
parent 6b470bbc
No related branches found
No related tags found
No related merge requests found
Pipeline #51587 passed with warnings
......@@ -4,9 +4,11 @@
#include "tsid/contacts/measured-3d-force.hpp"
#ifdef _MSC_VER
#pragma message("TSID DEPRECATED: Please update your includes from 'measured-3Dforce.hpp' to 'measured-3d-force.hpp'")
#pragma message( \
"TSID DEPRECATED: Please update your includes from 'measured-3Dforce.hpp' to 'measured-3d-force.hpp'")
#else
#warning "TSID DEPRECATED: Please update your includes from 'measured-3Dforce.hpp' to 'measured-3d-force.hpp'"
#warning \
"TSID DEPRECATED: Please update your includes from 'measured-3Dforce.hpp' to 'measured-3d-force.hpp'"
#endif
#endif // TSID_CONTACTS_MEASURED_3DFORCE_HPP
#endif // TSID_CONTACTS_MEASURED_3DFORCE_HPP
......@@ -4,9 +4,11 @@
#include "tsid/contacts/measured-6d-wrench.hpp"
#ifdef _MSC_VER
#pragma message("TSID DEPRECATED: Please update your includes from 'measured-6Dwrench.hpp' to 'measured-6d-wrench.hpp'")
#pragma message( \
"TSID DEPRECATED: Please update your includes from 'measured-6Dwrench.hpp' to 'measured-6d-wrench.hpp'")
#else
#warning "TSID DEPRECATED: Please update your includes from 'measured-6Dwrench.hpp' to 'measured-6d-wrench.hpp'"
#warning \
"TSID DEPRECATED: Please update your includes from 'measured-6Dwrench.hpp' to 'measured-6d-wrench.hpp'"
#endif
#endif // TSID_CONTACTS_MEASURED_6DWRENCH_HPP
#endif // TSID_CONTACTS_MEASURED_6DWRENCH_HPP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment