Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
addb3a30
Commit
addb3a30
authored
Jan 13, 2005
by
Denis Poitrenaud
Browse files
* src/tgbatest/randtgba.cc: Close the formula file and remove a trace.
parent
2653b35b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
addb3a30
2005-01-13 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
* src/tgbatest/randtgba.cc: Close the formula file and remove a trace.
2005-01-13 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
* src/tgbatest/randtgba.cc: Add products with formulae issued of a file
...
...
src/tgbatest/randtgba.cc
View file @
addb3a30
...
...
@@ -877,8 +877,6 @@ main(int argc, char** argv)
{
if
(
formula_file
->
bad
())
std
::
cerr
<<
"Failed to read "
<<
opt_i
<<
std
::
endl
;
else
std
::
cerr
<<
"End of "
<<
opt_i
<<
std
::
endl
;
break
;
}
}
...
...
@@ -1280,7 +1278,7 @@ main(int argc, char** argv)
if
(
opt_i
&&
strcmp
(
opt_i
,
"-"
))
{
//
formula_file->close();
dynamic_cast
<
std
::
ifstream
*>
(
formula_file
)
->
close
();
delete
formula_file
;
}
delete
ap
;
...
...
Write
Preview
Supports
Markdown
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