Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Phillip Lino Rall
UGBlocks_V3
Commits
16489abc
Commit
16489abc
authored
May 11, 2020
by
Christoph Pflaum
Browse files
ikleine Aenderung wohl
parent
2e64dd7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
program2D/source/extemp/calcArg.cc
View file @
16489abc
...
...
@@ -128,10 +128,12 @@ CalcContinuousArg::CalcContinuousArg(Blockgrid2D& blockgrid_) {
}
orderedBlocks
.
sort
(
compare_Radius_blocks
);
/*
for(std::list<BlockForPhase>::iterator it=orderedBlocks.begin(); it != orderedBlocks.end(); ++it) {
std::cout << " id: " << it->getId() << " R: " << it->getRadius() << std::endl;
}
*/
}
double
phaseComp
(
std
::
complex
<
double
>
value
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment