1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-30 00:44:52 +02:00

Correctly wrap qmckl_dump_probes in preprocessor guard

This commit is contained in:
PurplePachyderm 2021-08-19 12:47:50 +02:00
parent fb3eeaaa5d
commit f59a6385ee

View File

@ -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