phono3py/ctest/utils.h

6 lines
149 B
C

#ifndef __test_utils_H__
#define __test_utils_H__
long get_num_unique_elems(const long array[], const long array_size);
#endif // __test_utils_H__