00001 // -*- C++ -*- 00002 // 00003 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 00004 // 00005 // Fehmi Cirak 00006 // California Institute of Technology 00007 // (C) 2004 All Rights Reserved 00008 // 00009 // <LicenseText> 00010 // 00011 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 00012 // 00013 // EDITED BY MATT GALLOWAY FOR USE WITH DAPTA 00014 00015 #ifndef __PICONAMES_HPP__ 00016 #define __PICONAMES_HPP__ 00017 00018 namespace DAPTA { // Define namespace DAPTA 00019 00020 namespace pico { // Define namespace pico 00021 00022 // There is a solver type RED and a second one GREEN 00023 enum SolvType {RED=0, GREEN=1}; 00024 00025 } // namespace pico 00026 00027 } // namespace DAPTA 00028 00029 #endif
1.5.1