ESyS-Particle
4.0.1
|
00001 00002 // // 00003 // Copyright (c) 2003-2011 by The University of Queensland // 00004 // Earth Systems Science Computational Centre (ESSCC) // 00005 // http://www.uq.edu.au/esscc // 00006 // // 00007 // Primary Business: Brisbane, Queensland, Australia // 00008 // Licensed under the Open Software License version 3.0 // 00009 // http://www.opensource.org/licenses/osl-3.0.php // 00010 // // 00012 00013 00014 #ifndef ESYS_LSMCLOSEPACKORIENTATION_H 00015 #define ESYS_LSMCLOSEPACKORIENTATION_H 00016 00017 namespace esys 00018 { 00019 namespace lsm 00020 { 00025 enum ClosePackOrientation 00026 { 00027 DEFAULT_ORIENT = 0, 00028 XYZ, 00029 XZY, 00030 YXZ, 00031 YZX, 00032 ZXY, 00033 ZYX, 00034 NUM_ORIENTATIONS 00035 }; 00036 } 00037 } 00038 #endif