PeriDEM
0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
PeriDEMConfig.h
Go to the documentation of this file.
1
/*
2
* -------------------------------------------
3
* Copyright (c) 2021 - 2024 Prashant K. Jha
4
* -------------------------------------------
5
* PeriDEM https://github.com/prashjha/PeriDEM
6
*
7
* Distributed under the Boost Software License, Version 1.0. (See accompanying
8
* file LICENSE)
9
*/
10
11
#ifndef CONFIG_H
12
#define CONFIG_H
13
14
#include<cstddef>
15
16
size_t
const
MAJOR_VERSION
= 0;
17
size_t
const
MINOR_VERSION
= 2;
18
size_t
const
UPDATE_VERSION
= 0;
19
20
#endif
MINOR_VERSION
size_t const MINOR_VERSION
Definition
PeriDEMConfig.h:17
UPDATE_VERSION
size_t const UPDATE_VERSION
Definition
PeriDEMConfig.h:18
MAJOR_VERSION
size_t const MAJOR_VERSION
Definition
PeriDEMConfig.h:16
src
PeriDEMConfig.h
Generated by
1.9.8