IAP GITLAB

Skip to content
Snippets Groups Projects
Commit a7a89f47 authored by ralfulrich's avatar ralfulrich
Browse files

remove physics namespace

parent 6dbb689c
No related branches found
No related tags found
No related merge requests found
#include _Physics_NullModel_NullModel_h_
#include <Processes/NullModel/NullModel.h>
#ifndef _Physics_NullModel_NullModel_h_
#define _Physics_NullModel_NullModel_h_
namespace physics {
namespace processes {
namespace processes {
class NullModel {
class NullModel {
public:
NullModel();
~NullModel();
void init();
void run();
double GetStepLength();
};
public:
NullModel();
~NullModel();
}
void init();
void run();
double GetStepLength();
};
}
#endif
......
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