coherent WaveBurst
Library Reference Guide
home
cWB_docker
git
cWB
library
tools
eBBH
tutorials
test.C
Go to the documentation of this file.
1
{ gSystem->Load(
"/Users/valentin/sundials/lib/libsundials_cvode.dylib"
);
2
gSystem->Load(
"/Users/valentin/sundials/lib/libsundials_nvecserial.dylib"
);
3
4
gSystem->Load(
"libMatrix.so"
);
5
gSystem->Load(
"/Users/valentin/LIGO/trunk/wat/lib/wavelet.so"
);
6
7
gSystem->Load(
"lib/eBBH.so"
);
8
9
wavearray<double>
hp
,
hx
;
10
getEBBH
(16.395803, 19.401641, 25.317980, 0.24891893, hp, hx);
11
}
wavearray< double >
hp
wavearray< double > hp
Definition:
test.C:9
hx
wavearray< double > hx
Definition:
test.C:9
getEBBH
getEBBH(16.395803, 19.401641, 25.317980, 0.24891893, hp, hx)