Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
5080eda8
Commit
5080eda8
authored
Aug 07, 2008
by
Thomas Witkowski
Browse files
* nothing important
parent
d7a85bf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/AdaptInstationary.cc
View file @
5080eda8
...
...
@@ -202,12 +202,6 @@ namespace AMDiS {
// while (adaptInfo->getTime() < adaptInfo->getEndTime() - DBL_TOL) {
while
(
adaptInfo
->
getEndTime
()
-
adaptInfo
->
getTime
()
>
DBL_TOL
)
{
std
::
cout
.
precision
(
10
);
std
::
cout
<<
"TIME: "
<<
adaptInfo
->
getTime
()
<<
std
::
endl
;
std
::
cout
<<
"END TIME: "
<<
adaptInfo
->
getEndTime
()
<<
std
::
endl
;
std
::
cout
<<
"DIFF: "
<<
adaptInfo
->
getEndTime
()
-
adaptInfo
->
getTime
()
<<
std
::
endl
;
std
::
cout
<<
"TOL: "
<<
DBL_TOL
<<
std
::
endl
;
iterationTimestamp_
=
time
(
NULL
);
problemTime_
->
initTimestep
(
adaptInfo
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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