Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
77900831
Commit
77900831
authored
Oct 01, 2016
by
Jakob Schöttl
Browse files
Fix typo
parent
f0a8ff75
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereState/src/org/vadere/state/attributes/processor/AttributesLogEventProcessor.java
View file @
77900831
...
...
@@ -2,7 +2,11 @@ package org.vadere.state.attributes.processor;
public
class
AttributesLogEventProcessor
extends
AttributesProcessor
{
private
int
compartmentIndex
=
0
;
/**
* The compartment to observe. Index 0 and the last index denote
* half-compartments which should not be observed.
*/
private
int
compartmentIndex
=
1
;
private
int
surveyId
=
1
;
/**
...
...
Write
Preview
Markdown
is supported
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