1 //
2 //  clamov.c
3 //
4 //  Written by Lee Killough 04/19/2012
5 //
6 
7 #define TYPE  complex
8 #define FUNC  "CLAMOV"
9 #define LAMOV clamov_
10 #define LACPY clacpy_
11 #include "lamov.h"
12