Blame env-builder-data/build/script/packet/superlu-5.2.1.files/mc64ad.c
|
|
6675b2 |
#include <stdio.h></stdio.h>
|
|
|
6675b2 |
#include <stdlib.h></stdlib.h>
|
|
|
6675b2 |
|
|
|
6675b2 |
void mc64id_(int *a)
|
|
|
6675b2 |
{
|
|
|
6675b2 |
fprintf(stderr, "SuperLU: MC64 functionality not available (it uses non-free code). Aborting.\n");
|
|
|
6675b2 |
abort();
|
|
|
6675b2 |
}
|
|
|
6675b2 |
|
|
|
6675b2 |
void mc64ad_(int *a, int *b, int *c, int d[], int e[], double f[],
|
|
|
6675b2 |
int *g, int h[], int *i, int j[], int *k, double l[],
|
|
|
6675b2 |
int m[], int n[])
|
|
|
6675b2 |
{
|
|
|
6675b2 |
fprintf(stderr, "SuperLU: MC64 functionality not available (it uses non-free code). Aborting.\n");
|
|
|
6675b2 |
abort();
|
|
|
6675b2 |
}
|