RAVE
mean.c File Reference

Mean. More...

#include <pyravecompat.h>
#include "pycartesian.h"
#include "pyrave_debug.h"

Macros

#define Raise(type, msg)
 Sets a python exception.
 

Functions

 PYRAVE_DEBUG_MODULE ("_mean")
 This modules name.
 
 MOD_INIT (_mean)
 Initialize the _mean module.
 

Detailed Description

Mean.

Author
Daniel Michelson (Swedish Meteorological and Hydrological Institute, SMHI)
Anders Henja
Date
2009-12-17

Macro Definition Documentation

◆ Raise

#define Raise ( type,
msg )
Value:
{PyErr_SetString(type,msg);}

Sets a python exception.

Function Documentation

◆ MOD_INIT()

MOD_INIT ( _mean )

Initialize the _mean module.

◆ PYRAVE_DEBUG_MODULE()

PYRAVE_DEBUG_MODULE ( "_mean" )

This modules name.