SST 16.0.0
Structural Simulation Toolkit
configGraph.h
1// -*- c++ -*-
2
3// Copyright 2009-2026 NTESS. Under the terms
4// of Contract DE-NA0003525 with NTESS, the U.S.
5// Government retains certain rights in this software.
6//
7// Copyright (c) 2009-2026, NTESS
8// All rights reserved.
9//
10// This file is part of the SST software package. For license
11// information, see the LICENSE file in the top level directory of the
12// distribution.
13
14#ifndef SST_CORE_CONFIGGRAPH_H
15#define SST_CORE_CONFIGGRAPH_H
16
17#warning \
18 "sst/core/configGraph.h has been moved to sst/core/model/configGraph.h. sst/core/confgGraph.h will be removed in SST 16."
19
20#include "sst/core/model/configGraph.h"
21
22#endif // SST_CORE_CONFIGGRAPH_H