MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
debug.cpp
Go to the documentation of this file.
1// Copyright (C) 2024 The m-AIA AUTHORS
2//
3// This file is part of m-AIA (https://git.rwth-aachen.de/aia/m-AIA/m-AIA)
4//
5// SPDX-License-Identifier: LGPL-3.0-only
6
7#include "debug.h"
8
9using namespace std;
10
13basic_string<char> MDebug::m_traceSpaces;
static MBool m_debugOn
Definition: debug.h:196
static MInt m_debugLevel
Definition: debug.h:195
static std::basic_string< char > m_traceSpaces
Definition: debug.h:197
int32_t MInt
Definition: maiatypes.h:62
bool MBool
Definition: maiatypes.h:58