CDT++
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1/*******************************************************************************
2 Causal Dynamical Triangulations in C++ using CGAL
3
4 Copyright © 2017 Adam Getchell
5 ******************************************************************************/
6
11
12#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
13#define DOCTEST_CONFIG_SUPER_FAST_ASSERTS
14#include <doctest/doctest.h>