mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
bug fix for max_capacity of pStruct
This commit is contained in:
@ -153,7 +153,10 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
return position();
|
||||
realx3Vector vec(position().capacity(), RESERVE());
|
||||
vec.assign( position().begin(), position().end());
|
||||
|
||||
return std::move(vec);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user