You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
232 B
C
11 lines
232 B
C
5 years ago
|
#ifndef MLD_CBIND_
|
||
|
#define MLD_CBIND_
|
||
|
|
||
|
#define MLD_VALID_PRECONDITIONER_STRINGS "NONE","DIAG","BJAC","ML","AS"
|
||
|
#define MLD_VALID_PRECONDITIONER_STRING "NONE DIAG BJAC ML AS"
|
||
|
|
||
|
#include "mld_const.h"
|
||
|
#include "mld_c_dprec.h"
|
||
|
|
||
|
#endif
|