Skip to content
Snippets Groups Projects
Commit ca617452 authored by patavirt's avatar patavirt
Browse files

Initial files

parents
No related branches found
No related tags found
No related merge requests found
/builddir
/build
*~
project('usadelndsoc', 'cpp')
cppad_dep = dependency('cppad')
deps = [cppad_dep]
executable('main', 'src/main.cpp', dependencies: deps)
#ifndef COMMON_H_
#define COMMON_H_
#include <cppad/cppad.hpp>
typedef CppAD::AD<double> ADDouble;
typedef std::complex<ADDouble> ADComplex;
#endif
#include "common.h"
int main()
{
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment