/usr/include/trilinos/Thyra_VectorSpaceBase.cpp is in libtrilinos-dev 10.4.0.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 13 14 | #include "Thyra_VectorSpaceBase_decl.hpp"
#ifdef HAVE_THYRA_EXPLICIT_INSTANTIATION
#include "Thyra_VectorSpaceBase_def.hpp"
#include "Teuchos_ExplicitInstantiationHelpers.hpp"
namespace Thyra {
TEUCHOS_MACRO_TEMPLATE_INSTANT_SCALAR_TYPES(THYRA_VECTOR_SPACE_BASE_INSTANT)
} // namespace Thyra
#endif // HAVE_THYRA_EXPLICIT_INSTANTIATION
|