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
Spot
Spot
Commits
8896c3d5
Commit
8896c3d5
authored
Apr 04, 2013
by
Alexandre Duret-Lutz
Browse files
* src/tgba/bddprint.hh: Typo in Doxygen comment.
parent
12d369fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgba/bddprint.hh
View file @
8896c3d5
// Copyright (C) 2003, 2004, 2012 Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// et Marie Curie.
// -*- coding: utf-8 -*-
// Copyright (C) 2012, 2013 Laboratoire de Recherche et Développement
// de l'Epita (LRDE).
// Copyright (C) 2003, 2004 Laboratoire d'Informatique de
// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
// Université Pierre et Marie Curie.
//
// This file is part of Spot, a model checking library.
//
...
...
@@ -120,7 +123,7 @@ namespace spot
/// \param b The BDD to print.
/// \return The BDD formated as a string.
std
::
string
bdd_format_isop
(
const
bdd_dict
*
d
,
bdd
b
);
bdd_format_isop
(
const
bdd_dict
*
d
ict
,
bdd
b
);
/// \brief Print a BDD as an irredundant sum of product.
...
...
@@ -128,7 +131,7 @@ namespace spot
/// \param dict The dictionary to use, to lookup variables.
/// \param b The BDD to print.
std
::
ostream
&
bdd_print_isop
(
std
::
ostream
&
os
,
const
bdd_dict
*
d
,
bdd
b
);
bdd_print_isop
(
std
::
ostream
&
os
,
const
bdd_dict
*
d
ict
,
bdd
b
);
}
...
...
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