FloatArray.h
FloatArray.cc  :  a simple array of float

testPerm.cc : test a function to permutate objects of any type

to compile

c++ -Wall -o testPerm testPerm.cc FloatArray.cc
