C++ified reordering transport solver facade.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-01-24 13:47:00 +01:00
parent 974b027dbf
commit 22d269811f

View File

@ -2,12 +2,22 @@
#ifndef REORDERSEQUENCE_H_INCLUDED
#define REORDERSEQUENCE_H_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
struct UnstructuredGrid;
void compute_sequence(struct UnstructuredGrid *grid, const double *flux,
int *sequence, int *components, int *ncomponents);
#ifdef __cplusplus
}
#endif
#endif /* REORDERSEQUENCE_H_INCLUDED */
/* Local Variables: */
/* c-basic-offset:4 */
/* End: */