In my main program module i have definied two array
Dim SinTbl#(359)
Dim CosTbl#(359)
Include "2DFunctions.bb"
from the blitz manual
"Arrays are global, and must be defined in the main program."
but if i use the array SinTbl or CosTbl in a secondary module "2DFunctions.bb" (a secondary file with some function that refer to SinTbl and CosTbl) the compiler give me the error: function SinTbl not found! (same things with CosTbl)
Why? Help Me!!!
(NB. i use BB3D 1.87)
thanks!!!
CIAO!
Dim SinTbl#(359)
Dim CosTbl#(359)
Include "2DFunctions.bb"
from the blitz manual
"Arrays are global, and must be defined in the main program."
but if i use the array SinTbl or CosTbl in a secondary module "2DFunctions.bb" (a secondary file with some function that refer to SinTbl and CosTbl) the compiler give me the error: function SinTbl not found! (same things with CosTbl)
Why? Help Me!!!
(NB. i use BB3D 1.87)
thanks!!!
CIAO!