mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-25 05:43:47 +01:00
uninitialized variable
This commit is contained in:
parent
ba0094f5f8
commit
52ca18c152
@ -50,7 +50,7 @@ double precision :: time, time0
|
|||||||
edI = 0d0
|
edI = 0d0
|
||||||
f = 0
|
f = 0
|
||||||
delta_det = 0d0
|
delta_det = 0d0
|
||||||
|
cp = 0d0
|
||||||
task = CHAR(0)
|
task = CHAR(0)
|
||||||
|
|
||||||
call omp_init_lock(sending)
|
call omp_init_lock(sending)
|
||||||
|
Loading…
Reference in New Issue
Block a user