/usr/include/givaro/givvectordense.inl is in libgivaro-dev 3.7.2-1.
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 15 16 | // ==========================================================================
// $Source: /var/lib/cvs/Givaro/src/library/vector/givvectordense.inl,v $
// Copyright(c)'1994-2009 by The Givaro group
// This file is part of Givaro.
// Givaro is governed by the CeCILL-B license under French law
// and abiding by the rules of distribution of free software.
// see the COPYRIGHT file for more details.
// Authors: T. Gautier
// $Id: givvectordense.inl,v 1.3 2009-09-17 14:28:23 jgdumas Exp $
// ==========================================================================
namespace Givaro {
#pragma message "#warning this file will probably not compile"
}// Givaro
|