Function has a different name in the parallel vs. serial version

This commit is contained in:
Roland Kaufmann 2013-08-07 01:13:08 +02:00
parent de83e28880
commit 51546a5c5f

View File

@ -38,7 +38,11 @@
// Note that both the matrix entries and column indices are writable.
// The solver may permute the matrix entries within each row during
// the setup phase.
#ifdef HAVE_MPI
#define DAGMG_ FC_FUNC(dagmgpar, DAGMGPAR)
#else
#define DAGMG_ FC_FUNC(dagmg, DAGMG)
#endif
extern "C"
void