mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Avoid Werror for an uninitialized variable
This commit is contained in:
parent
c5411e048c
commit
4e8a9213dd
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ CONTAINS
|
|||
res = torch_c_cuda_is_available()
|
||||
#else
|
||||
CPABORT("CP2K was compiled without Torch library.")
|
||||
MARK_USED(res)
|
||||
res = .FALSE.
|
||||
#endif
|
||||
END FUNCTION torch_cuda_is_available
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue