mirror of
https://git.vladimir.cc/vladimir/wdsp.git
synced 2026-08-25 17:27:33 +00:00
9 lines
91 B
C
9 lines
91 B
C
#ifndef _calculus_h
|
|
#define _calculus_h
|
|
|
|
extern double GG[];
|
|
|
|
extern double GGS[];
|
|
|
|
#endif
|