mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
modify for coupling-cpp and hpp
This commit is contained in:
@ -18,7 +18,7 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#include "AdamsBashforth4.H"
|
||||
#include "AdamsBashforth4.hpp"
|
||||
|
||||
|
||||
|
@ -18,12 +18,12 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __AdamsBashforth4_H__
|
||||
#define __AdamsBashforth4_H__
|
||||
#ifndef __AdamsBashforth4_hpp__
|
||||
#define __AdamsBashforth4_hpp__
|
||||
|
||||
|
||||
#include "integration.H"
|
||||
#include "pointFields.H"
|
||||
#include "integration.hpp"
|
||||
#include "pointFields.hpp"
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
@ -34,7 +34,7 @@ struct AB4History
|
||||
realx3 dy2_={0,0,0};
|
||||
realx3 dy3_={0,0,0};
|
||||
|
||||
TypeNameNV("AB4History");
|
||||
TypeInfoNV("AB4History");
|
||||
};
|
||||
|
||||
|
||||
@ -94,7 +94,7 @@ protected:
|
||||
public:
|
||||
|
||||
// type info
|
||||
TypeName("AdamsBashforth4");
|
||||
TypeInfo("AdamsBashforth4");
|
||||
|
||||
//// - Constructors
|
||||
AdamsBashforth4(
|
||||
@ -187,4 +187,4 @@ bool pFlow::AdamsBashforth4::intRange(
|
||||
|
||||
} // pFlow
|
||||
|
||||
#endif //__integration_H__
|
||||
#endif //__integration_hpp__
|
Reference in New Issue
Block a user