mirror of https://github.com/davisking/dlib.git
Minor cosmetic changes to spec
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403933
This commit is contained in:
parent
e9df889821
commit
381c3c12aa
|
@ -1,9 +1,9 @@
|
|||
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
|
||||
// License: Boost Software License See LICENSE.txt for the full license.
|
||||
#ifndef DLIB_OPTIMIZATION_TRUST_REGIoN_H__
|
||||
#define DLIB_OPTIMIZATION_TRUST_REGIoN_H__
|
||||
#undef DLIB_OPTIMIZATION_TRUST_REGIoN_H_ABSTRACT__
|
||||
#ifdef DLIB_OPTIMIZATION_TRUST_REGIoN_H_ABSTRACT__
|
||||
|
||||
#include "../matrix.h"
|
||||
#include "../matrix/matrix_abstract.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
@ -176,6 +176,6 @@ namespace dlib
|
|||
|
||||
}
|
||||
|
||||
#endif // DLIB_OPTIMIZATION_TRUST_REGIoN_H__
|
||||
#endif // DLIB_OPTIMIZATION_TRUST_REGIoN_H_ABSTRACT__
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue