Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ThermodynamicObserver.cc
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 // (c) Copyright Rosetta Commons Member Institutions.
5 // (c) This file is part of the Rosetta software suite and is made available under license.
6 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9 
10 /// @file protocols/canonical_sampling/ThermodynamicObserver.cc
11 /// @brief ThermodynamicObserver methods implemented
12 /// @author
13 
14 
15 // Unit Headers
17 
18 
19 // Package Headers
20 
21 // Project Headers
22 // AUTO-REMOVED #include <core/pose/Pose.hh>
23 
24 
25 
26 // Utility Headers
27 #include <basic/Tracer.hh>
28 #include <core/types.hh>
29 // AUTO-REMOVED #include <utility/exit.hh>
30 
31 #include <utility/vector1.hh>
32 
33 
34 // C++ Headers
35 
36 using basic::T;
37 using basic::Error;
38 using basic::Warning;
39 
40 //static basic::Tracer TR( "protocols.canonical_sampling.ThermodynamicObserver" );
41 
42 namespace protocols {
43 namespace canonical_sampling {
44 
45 ///@brief
47 ) : Mover()
48 {
49  Mover::type( "ThermodynamicObserver" );
50 }
51 
53 
54 } //moves
55 } //protocols
56