9 lines
91 B
C
9 lines
91 B
C
#ifndef _calculus_h
|
|
#define _calculus_h
|
|
|
|
extern double GG[];
|
|
|
|
extern double GGS[];
|
|
|
|
#endif
|