QMCPACK
TraceManager.cpp
Go to the documentation of this file.
1 //////////////////////////////////////////////////////////////////////////////////////
2 // This file is distributed under the University of Illinois/NCSA Open Source License.
3 // See LICENSE file in top directory for details.
4 //
5 // Copyright (c) 2016 Jeongnim Kim and QMCPACK developers.
6 //
7 // File developed by: Jaron T. Krogel, krogeljt@ornl.gov, Oak Ridge National Laboratory
8 // Mark A. Berrill, berrillma@ornl.gov, Oak Ridge National Laboratory
9 //
10 // File created by: Jaron T. Krogel, krogeljt@ornl.gov, Oak Ridge National Laboratory
11 //////////////////////////////////////////////////////////////////////////////////////
12 
13 
14 #if !defined(DISABLE_TRACEMANAGER)
15 
16 
17 #include "TraceManager.h"
18 
19 
20 namespace qmcplusplus
21 {
22 double TraceManager::trace_tol = 1e-8;
23 
24 }
25 
26 
27 #endif
helper functions for EinsplineSetBuilder
Definition: Configuration.h:43