Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
05297783
Commit
05297783
authored
4 years ago
by
Ludovic Apvrille
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Optimized synchronization of signals for better performance"
This reverts commit
c8134e3a
.
parent
93fdff47
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/avatartranslator/modelchecker/AvatarModelChecker.java
+2
-0
2 additions, 0 deletions
...ava/avatartranslator/modelchecker/AvatarModelChecker.java
with
2 additions
and
0 deletions
src/main/java/avatartranslator/modelchecker/AvatarModelChecker.java
+
2
−
0
View file @
05297783
...
...
@@ -70,6 +70,7 @@ public class AvatarModelChecker implements Runnable, myutil.Graph {
private
Map
<
Integer
,
SpecificationState
>
states
;
private
Map
<
Long
,
SpecificationState
>
statesByID
;
private
List
<
SpecificationState
>
pendingStates
;
//private List<SpecificationLink> links;
private
int
nbOfLinks
;
private
long
stateID
=
0
;
...
...
@@ -914,6 +915,7 @@ public class AvatarModelChecker implements Runnable, myutil.Graph {
}
}
public
boolean
oldEvaluateBoolExpression
(
String
_expr
,
AvatarBlock
_block
,
SpecificationBlock
_sb
)
{
String
act
=
_expr
;
int
cpt
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment