mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 09:28:23 +01:00
fix: remove guards in source files
This commit is contained in:
parent
ce09f0d8c8
commit
2483019b89
@ -2,17 +2,16 @@
|
||||
#include <cstddef>
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <omp.h>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
#include <tug/Simulation.hpp>
|
||||
|
||||
#include "Schemes.hpp"
|
||||
#include "TugUtils.hpp"
|
||||
|
||||
#ifndef SIMULATION_H_
|
||||
#define SIMULATION_H_
|
||||
|
||||
Simulation::Simulation(Grid &grid, Boundary &bc, APPROACH approach)
|
||||
: grid(grid), bc(bc) {
|
||||
|
||||
@ -336,5 +335,3 @@ void Simulation::run() {
|
||||
<< milliseconds.count() << "ms" << endl;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user