Skip to content
Snippets Groups Projects
Forked from Coal / coal
2575 commits behind the upstream repository.
Joseph Mirabel's avatar
Joseph Mirabel authored
* Commands executed:
* find include src test -iname "*.h" -type f -exec sed -i "s/^namespace fcl/namespace hpp\n{\nnamespace fcl/; \$i} // namespace hpp\n" {} \;
* find src -iname "*.cpp" -type f -exec sed -i "s/^namespace fcl/namespace hpp\n{\nnamespace fcl/; \$a\\\n} // namespace hpp" {} \;
* find test/ -iname "*.cpp" -type f -exec sed -i "s/using namespace fcl/using namespace hpp::fcl/; s/fcl::/hpp::fcl::/g" {} \;
788afa0d
History
Name Last commit Last update
..
matrix_3f.h
tools.h
transform.h
vec_3f.h