OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
SolverVersion.h
Go to the documentation of this file.
1#pragma once
2/*********************************************************************
3 * @file SolverVersion.h
4 * @brief
5 * Version 2.1:
6 * AVX support now checked in GridPadding class.
7 * Version 2.2:
8 * All axis components of material vector are now concidered.
9 *
10 * @author Jan Wagner
11 * @date August 2022
12 *********************************************************************/
13#include <string>
14static const std::string SolverVersion = "2.2";
static const std::string SolverVersion
Definition SolverVersion.h:14