/usr/include/opencascade/Units_UnitsLexicon.lxx is in libopencascade-foundation-dev 6.5.0.dfsg-2build1.
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 17 18 | // File: Units_UnitsLexicon.lxx
// Created: Fri Oct 8 11:01:21 1993
// Author: Gilles DEBARBOUILLE
// <gde@meteox>
#include <Units_Lexicon.hxx>
//=======================================================================
//function : Dump
//purpose :
//=======================================================================
inline void Units_UnitsLexicon::Dump() const
{
cout<<" UNITSLEXICON : "<<endl;
Units_Lexicon::Dump();
}
|