mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
properry class refactored
This commit is contained in:
@ -82,7 +82,7 @@ bool pFlow::property::makeNameIndex()
|
|||||||
|
|
||||||
pFlow::property::property
|
pFlow::property::property
|
||||||
(
|
(
|
||||||
const word& name,
|
const word& fileName,
|
||||||
const wordVector& materials,
|
const wordVector& materials,
|
||||||
const realVector& densities,
|
const realVector& densities,
|
||||||
repository* owner
|
repository* owner
|
||||||
@ -92,7 +92,7 @@ pFlow::property::property
|
|||||||
(
|
(
|
||||||
objectFile
|
objectFile
|
||||||
(
|
(
|
||||||
name,
|
fileName,
|
||||||
"",
|
"",
|
||||||
objectFile::READ_NEVER,
|
objectFile::READ_NEVER,
|
||||||
objectFile::WRITE_NEVER
|
objectFile::WRITE_NEVER
|
||||||
|
@ -81,7 +81,7 @@ public:
|
|||||||
const word& fileName,
|
const word& fileName,
|
||||||
repository* owner=nullptr);
|
repository* owner=nullptr);
|
||||||
|
|
||||||
property(const word& name,
|
property(const word& fileName,
|
||||||
const wordVector& materials,
|
const wordVector& materials,
|
||||||
const realVector& densities,
|
const realVector& densities,
|
||||||
repository* owner=nullptr);
|
repository* owner=nullptr);
|
||||||
|
Reference in New Issue
Block a user