00001 //*****************************************************************************// 00002 // // 00003 // Copyright (c) 2001 // 00004 // INRIA // 00005 // 54600 VILLERS LES NANCY // 00006 // France // 00007 // // 00008 //*****************************************************************************// 00009 // // 00010 // *** NOTICE OF PROPRIETARY INFORMATION *** // 00011 // // 00012 // The information contained in this file is considered proprietary and the // 00013 // exclusive property of INRIA. This information may not be disclosed, // 00014 // duplicated or used, in whole or in part, for any purpose whatsoever // 00015 // without express written authorization from INRIA // 00016 // // 00017 //*****************************************************************************// 00018 00019 00020 #include "QCCommon.hpp" 00021 #include "QCModel.hpp" 00022 00023 00027 QCModel::QCModel (const int& nbAOsp, const int& nbAOspd) : 00028 spdWorkingAB(nbAOspd), 00029 spWorkingAA (nbAOsp), 00030 spWorkingAB (nbAOsp), 00031 spWorkingBB (nbAOsp), 00032 spWorkingAA2(nbAOsp), 00033 spWorkingBB2(nbAOsp), 00034 spWorkingAB2(nbAOsp) 00035 {} 00036 00037 00038 00042 QCModel::~QCModel (void) 00043 {}