File: rb_gsl_dirac.h

package info (click to toggle)
libgsl-ruby 1.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,524 kB
  • ctags: 8,554
  • sloc: ansic: 62,030; ruby: 17,791; makefile: 17; 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