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
ab985afa
Commit
ab985afa
authored
Jan 08, 2015
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/weight.hh: Remove useless status.
parent
5345cae8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgbaalgos/weight.hh
View file @
ab985afa
// -*- coding: utf-8 -*-
// Copyright (C) 2015 Laboratoire de Recherche et Développement de
// l'Epita (LRDE).
// Copyright (C) 2004, 2014 Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// d
é
partement Syst
è
mes R
é
partis Coop
é
ratifs (SRC), Universit
é
Pierre
// et Marie Curie.
//
// This file is part of Spot, a model checking library.
...
...
@@ -49,8 +52,7 @@ namespace spot
const
weight
&
w
);
private:
typedef
std
::
vector
<
int
>
weight_vector
;
weight_vector
m
;
std
::
vector
<
int
>
m
;
};
};
...
...
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