14 lines
433 B
Plaintext
14 lines
433 B
Plaintext
// Copyright (c) 2021, salesforce.com, inc.
|
|
// All rights reserved.
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
// For full license text, see the LICENSE file in the repo root
|
|
// or https://opensource.org/licenses/BSD-3-Clause
|
|
|
|
#ifndef CUDA_INCLUDES_COVID19_CONST_H_
|
|
#define CUDA_INCLUDES_COVID19_CONST_H_
|
|
|
|
#include "../../components/covid19_components_step.cu"
|
|
#include "covid19_env_step.cu"
|
|
|
|
#endif // CUDA_INCLUDES_COVID19_CONST_H_
|