IAP GITLAB

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

a bit structure

parent 52d2af75
No related branches found
No related tags found
No related merge requests found
**/*~
#include _Physics_NullModel_NullModel_h_
#ifndef _Physics_NullModel_NullModel_h_
#define _Physics_NullModel_NullModel_h_
namespace physics {
namespace processes {
class NullModel {
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