mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 12:23:56 +01:00
Correctly wrap qmckl_dump_probes in preprocessor guard
This commit is contained in:
parent
fb3eeaaa5d
commit
f59a6385ee
@ -58,12 +58,11 @@ bool qmckl_probe_check_relative (
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
void __attribute__((destructor)) qmckl_dump_probes(){
|
||||
#ifdef VFC_CI
|
||||
void __attribute__((destructor)) qmckl_dump_probes(){
|
||||
vfc_dump_probes(&probes);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
// Fortran wrappers
|
||||
|
Loading…
Reference in New Issue
Block a user