Updated some definitions

This commit is contained in:
Anne de Jong 2020-10-02 10:01:18 +02:00
parent c8bfc461ce
commit 2775e29fab
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ set(LASP_FLOAT double)
# set(LASP_FLOAT float)
add_definitions(-DLASP_PARALLEL)
add_definitions(-DLASP_MAX_NUM_THREADS=8)
add_definitions(-DLASP_MAX_NUM_THREADS=30)
add_definitions(-DLASP_MAX_NUM_CHANNELS=80)
@ -52,7 +52,7 @@ if(NOT DEFINED LASP_DEBUG)
endif(NOT DEFINED LASP_DEBUG)
# ##################### END Cmake variables converted to a macro
set(Python_ADDITIONAL_VERSIONS "3")
set(Python_ADDITIONAL_VERSIONS "3.8")
# #################### Setting definitions and debug-specific compilation flags
# General make flags

View File

@ -180,7 +180,7 @@ static void Sweep_genSignal(Siggen* siggen, SweepSpecific* sweep,
const d Thalf = Ts/2;
dVARTRACE(20, deltat);
dVARTRACE(15, deltat);
// Load state
d tau = sweep->tau;