/usr/include/openturns/Wrapper.h is in libopenturns-dev 0.15-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 Wrapper.h
* @brief This file provides all definitions to build wrapper
*
* (C) Copyright 2005-2011 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 $LastChangedBy: schueller $
* @date $LastChangedDate: 2009-09-03 12:32:30 +0200 (Thu, 03 Sep 2009) $
*/
#ifndef OPENTURNS_WRAPPER_H
#define OPENTURNS_WRAPPER_H
#include "WrapperInterface.h"
#include "WrapperCommon.h"
#include "WrapperMacros.h"
#endif /* OPENTURNS_WRAPPER_H */
|