Files
rdkit/Code/Numerics/Optimizer/BFGSOpt.cpp
Greg Landrum d00ee0825d another update
2012-02-25 16:27:54 +00:00

17 lines
354 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 {
}