0
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-01-18 17:31:19 +01:00

Remove "extern C" in CholmodSupport.

This commit is contained in:
Antonio Sánchez
2024-03-25 00:03:28 +00:00
parent a39ade4ccf
commit 0b3df4a6e6

View File

@@ -12,9 +12,7 @@
#include "src/Core/util/DisableStupidWarnings.h"
extern "C" {
#include <cholmod.h>
}
/** \ingroup Support_modules
* \defgroup CholmodSupport_Module CholmodSupport module