1 /*
2    Copyright (c) 2009-2014, Jack Poulson
3    All rights reserved.
4 
5    This file is part of Elemental and is under the BSD 2-Clause License,
6    which can be found in the LICENSE file in the root directory, or at
7    http://opensource.org/licenses/BSD-2-Clause
8 */
9 #pragma once
10 #ifndef ELEM_LAPACKUTIL_DECL_HPP
11 #define ELEM_LAPACKUTIL_DECL_HPP
12 
13 // Nothing needed yet
14 
15 #endif // ifndef ELEM_LAPACKUTIL_DECL_HPP
16