File: rb_gsl_dirac.h

package info (click to toggle)
ruby-gsl 1.14.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,116 kB
  • sloc: ansic: 62,186; ruby: 17,804; makefile: 18; sh: 15
file content (13 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ___RB_GSL_DIRAC_H___
#define ___RB_GSL_DIRAC_H___

#include "rb_gsl.h"
#include "rb_gsl_common.h"
#include "rb_gsl_complex.h"
#include "rb_gsl_array.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

#endif