Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
cb1a6c6a
Commit
cb1a6c6a
authored
Jan 05, 2017
by
Marc Schiller
Browse files
Fixed typo in exponential model.
parent
ff1c6093
Changes
1
Show whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/views/fiveg/models/ExponentialModel.java
View file @
cb1a6c6a
...
@@ -65,7 +65,7 @@ public class ExponentialModel extends AbstractModel {
...
@@ -65,7 +65,7 @@ public class ExponentialModel extends AbstractModel {
@Override
@Override
public
String
toString
()
{
public
String
toString
()
{
return
"Exponential Model: exp(u) = "
+
this
.
a
+
" * e^("
+
this
.
c
+
" * (u
+
"
-
this
.
d
+
")) + "
+
this
.
b
;
return
"Exponential Model: exp(u) = "
+
this
.
a
+
" * e^("
+
this
.
c
+
" * (u
-
"
+
this
.
d
+
")) + "
+
this
.
b
;
}
}
}
}
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