12 lines
257 B
C
Executable file
12 lines
257 B
C
Executable file
#ifndef CT_INCL_ONEDIM_H
|
|
#define CT_INCL_ONEDIM_H
|
|
|
|
#include "kernel/Sim1D.h"
|
|
#include "kernel/OneDim.h"
|
|
#include "kernel/Domain1D.h"
|
|
#include "kernel/Inlet1D.h"
|
|
#include "kernel/MultiNewton.h"
|
|
#include "kernel/MultiJac.h"
|
|
#include "kernel/StFlow.h"
|
|
#endif
|
|
|