##// END OF EJS Templates
Add thread protection for DataSeries...
Add thread protection for DataSeries Set Y range to varRange instead of graghRange where no data has been computed yet Set cosinus freq to 1htz

File last commit:

r620:3dbb981097b0
r636:ad1efe843595
Show More
build.sh
8 lines | 143 B | application/x-sh | BashLexer
#!/bin/bash
mkdir build
meson --prefix=/tmp/SciQLOP --cross-file build_cfg/windows/cross_fedora_win64.txt build
cd build
ninja
ninja install