Downcase a couple of misnamed class names.
* src/misc/acccompl.hh, src/misc/acccompl.cc (AccCompl): Rename to acc_compl. * src/tgbaalgos/simulation.cc (AccComplAutomaton, Simulation): Rename to acc_compl_automaton and direct_simulation. At the same time, reindent the whole file. * src/sanity/style.test: Detect capitalized class names. * src/kripke/kripkeexplicit.hh (KripkePrint): Remove useless predeclaration. * src/tgbaalgos/simulation.hh: Typo in comment.
This commit is contained in:
parent
dadfbdad9d
commit
db4693b303
6 changed files with 329 additions and 326 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// Copyright (C) 2011 Laboratoire de Recherche et Developpement
|
||||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2011, 2012 Laboratoire de Recherche et Développement
|
||||
// de l'Epita (LRDE)
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
|
|
@ -29,10 +30,7 @@
|
|||
|
||||
namespace spot
|
||||
{
|
||||
// Define in kripkeprint.hh
|
||||
class KripkeVisitor;
|
||||
|
||||
/// \brief Concrete class for kripke states.
|
||||
/// \brief Concrete class for kripke states.
|
||||
class state_kripke : public state
|
||||
{
|
||||
friend class kripke_explicit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue