/usr/include/simbody/SimTKsimbody_aux.h is in libsimbody-dev 3.5.4+dfsg-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #ifndef SimTK_SIMBODY_SimTKSIMBODY_AUX_H_
#define SimTK_SIMBODY_SimTKSIMBODY_AUX_H_
/** @file
Obsolete -- this header file is obsolete as of Simbody 2.2. This stub
version remains to allow old programs that included "SimTKsimbody_aux.h"
to continue to compile for now. This header will be removed in a future
release; you should just include "Simbody.h". **/
#include "Simbody.h"
#endif // SimTK_SIMBODY_SimTKSIMBODY_AUX_H_
|