blob: f2ac45ba8bbb7e38c2e1927a7f64c6b7dd6c79cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyright 2006-2007 Nanorex, Inc. See LICENSE file for details.
#include "Nanorex/SimResultsDataStore.h"
namespace Nanorex {
/* DESTRUCTOR */
SimResultsDataStore::~SimResultsDataStore() {
}
} // Nanorex::
|