1234567891011121314151617 |
- // -*- mode: c++; coding: utf-8 -*-
- // ra-ra - Common header.
- // (c) Daniel Llorens - 2019-2023
- // This library is free software; you can redistribute it and/or modify it under
- // the terms of the GNU General Public License as published by the Free
- // Software Foundation; either version 3 of the License, or (at your option) any
- // later version.
- // FIXME ra/operators.hh includes ra/complex.hh, ideally that should be separate.
- // ra-ra/test.hh and ra/bench.hh must be included separately.
- #pragma once
- #include "io.hh"
- #include "wedge.hh" // optional
- #include "operators.hh"
|