Files
rdkit/Code/Numerics/Optimizer/BFGSOpt.cpp
Brian Kelley b31c2870ce Adds a symbol to fix no-symbol warning.
The real fix is to add rdkit_headeronly_library macro
2015-10-18 16:40:44 -04:00

17 lines
382 B
C++

// $Id$
//
// Copyright (C) 2004-2008 Greg Landrum and Rational Discovery LLC
//
// @@ All Rights Reserved @@
// This file is part of the RDKit.
// The contents are covered by the terms of the BSD license
// which is included in the file license.txt, found at the root
// of the RDKit source tree.
//
#include "BFGSOpt.h"
namespace BFGSOpt {
int HEAD_ONLY_LIBRARY = 0;
}