00001 /*! 00002 \file 00003 \brief Forward declaration of the class InvolutionSet. 00004 */ 00005 /* 00006 This is involutions_fwd.h 00007 00008 Copyright (C) 2004,2005 Fokko du Cloux 00009 part of the Atlas of Reductive Lie Groups 00010 00011 See file main.cpp for full copyright notice 00012 */ 00013 00014 #ifndef INVOLUTIONS_FWD_H /* guard against multiple inclusions */ 00015 #define INVOLUTIONS_FWD_H 00016 00017 namespace atlas { 00018 00019 /******** type declarations *************************************************/ 00020 00021 namespace involutions { 00022 00023 class InvolutionSet; 00024 00025 } 00026 00027 } 00028 00029 #endif
1.3.9.1