Fix message about incorrect usage of dihedral type 9
[alexxy/gromacs.git] / cmake / TestCatamount.c
1
2 int
3 main()
4 {
5 #if defined __QK_USER__
6   return 0;
7 #else
8 #  error not catamount
9 #endif
10 }