// This may look like C code, but it is really -*- C++ -*- // --- SOPHYA software - TArray module --- // (C) UPS+LAL IN2P3/CNRS (C) DAPNIA-SPP/CEA // All the necessari include files for array manipulation #ifndef AllTArray_SEEN #define AllTArray_SEEN #include "bitvector.h" #include "tarray.h" #include "tmatrix.h" #include "tvector.h" #include "matharr.h" #include "fioarr.h" #include "sopemtx.h" #include "arrctcast.h" #include "spesqmtx.h" #include "diagmtx.h" #include "trngmtx.h" #include "symmtx.h" #endif