Updated some definitions
This commit is contained in:
parent
c8bfc461ce
commit
2775e29fab
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user