00001 // This is gel/vsol/vsol_box.h 00002 #ifndef vsol_box_h_ 00003 #define vsol_box_h_ 00004 //----------------------------------------------------------------------------- 00005 //: 00006 // \file 00007 // \brief Abstract base class for vsol_box_(n)d, n=1,2,3,... 00008 // 00009 // \author 00010 // H.Can Aras 00011 // 00012 //----------------------------------------------------------------------------- 00013 00014 class vsol_box 00015 { 00016 public: 00017 // Constructors/Destructor--------------------------------------------------- 00018 vsol_box() {} 00019 virtual ~vsol_box() {} 00020 }; 00021 00022 #endif // vsol_box_h_