langford.h 202 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 /* * langford.h * * Created on: 24/03/2017 * Author: pedro */ #ifndef SRC_CSPS_LANGFORD_H_ #define SRC_CSPS_LANGFORD_H_ void run_langford(int* csp_dims); #endif /* SRC_CSPS_LANGFORD_H_ */