ARTS  2.3.1285(git:92a29ea9-dirty)
matpack.h File Reference
#include "config.h"
#include "debug.h"

Go to the source code of this file.

Typedefs

typedef NUMERIC Numeric
 The type to use for all floating point numbers. More...
 
typedef INDEX Index
 The type to use for all integer numbers and indices. More...
 

Detailed Description

Author
Stefan Buehler

Definition in file matpack.h.

Typedef Documentation

◆ Index

typedef INDEX Index

The type to use for all integer numbers and indices.

You should never use int, long, or size_t explicitly, unless you have a very good reason. Always use this type instead.

Definition at line 39 of file matpack.h.

◆ Numeric

typedef NUMERIC Numeric

The type to use for all floating point numbers.

You should never use float or double explicitly, unless you have a very good reason. Always use this type instead.

Definition at line 33 of file matpack.h.