Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MMEnergyTableAtom.fwd.hh
Go to the documentation of this file.
1 // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2 // vi: set ts=2 noet:
3 //
4 // This file is made available under the Rosetta Commons license.
5 // See http://www.rosettacommons.org/license
6 // (C) 199x-2007 University of Washington
7 // (C) 199x-2007 University of California Santa Cruz
8 // (C) 199x-2007 University of California San Francisco
9 // (C) 199x-2007 Johns Hopkins University
10 // (C) 199x-2007 University of North Carolina, Chapel Hill
11 // (C) 199x-2007 Vanderbilt University
12 
13 /// @file core/scoring/mm/mmtrie/MMEnergyTableAtom.fwd.hh
14 /// @brief Forward header for the MMEnergyTableAtom. Heavily coppied from the EtableAtom.fwd.hh
15 /// @author P. Douglas Renfrew (renfrew@unc.edu)
16 
17 #ifndef INCLUDED_core_scoring_mm_mmtrie_MMEnergyTableAtom_fwd_hh
18 #define INCLUDED_core_scoring_mm_mmtrie_MMEnergyTableAtom_fwd_hh
19 
20 namespace core {
21 namespace scoring {
22 namespace mm {
23 namespace mmtrie {
24 
25 class MMEnergyTableAtom;
26 
27 
28 } // namespace mmtrie
29 } // namespace mm
30 } // namespace scoring
31 } // namespace core
32 
33 #endif