mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
13 lines
189 B
C++
Executable File
13 lines
189 B
C++
Executable File
// $Id$
|
|
//
|
|
// Copyright (C) 2003-2006 Rational Discovery LLC
|
|
//
|
|
// @@ All Rights Reserved @@
|
|
//
|
|
|
|
#include "CatalogParams.h"
|
|
|
|
namespace RDCatalog {
|
|
CatalogParams::~CatalogParams() {};
|
|
}
|