/usr/include/openturns/WrapperCommon.h is in libopenturns-dev 1.2-2.
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 19 20 21 22 23 24 25 | // -*- C -*-
/**
* @file WrapperCommon.h
* @brief This file provides objects and functions commonly used by wrappers
*
* Copyright (C) 2005-2013 EDF
*
* Permission to copy, use, modify, sell and distribute this software
* is granted provided this copyright notice appears in all copies.
* This software is provided "as is" without express or implied
* warranty, and with no claim as to its suitability for any purpose.
*
*
* @author schueller
* @date 2012-02-17 19:35:43 +0100 (Fri, 17 Feb 2012)
*/
#ifndef OPENTURNS_WRAPPERCOMMON_H
#define OPENTURNS_WRAPPERCOMMON_H
#include <WrapperInterface.h>
#include <WrapperCommon_static.h>
#endif /* OPENTURNS_WRAPPERCOMMON_H */
|