Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
5080eda8
Commit
5080eda8
authored
Aug 07, 2008
by
Thomas Witkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* nothing important
parent
d7a85bf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
AMDiS/src/AdaptInstationary.cc
AMDiS/src/AdaptInstationary.cc
+0
-6
No files found.
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
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