summaryrefslogtreecommitdiff
path: root/src/linkgraph
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-10-12 18:26:54 +0000
committerrubidium <rubidium@openttd.org>2014-10-12 18:26:54 +0000
commitfddeeb5e49f5daee49d79210dcfa1c845ff4a0d5 (patch)
tree2e2840dc927ef6d682333466035fb8e817c13e77 /src/linkgraph
parent94f5a442d0ed9db01722d117d420e294e525dced (diff)
downloadopenttd-fddeeb5e49f5daee49d79210dcfa1c845ff4a0d5.tar.xz
(svn r27002) -Fix-ish: replace some non-ASCII characters with ASCII characters, e.g. @þaram to @param
Diffstat (limited to 'src/linkgraph')
-rw-r--r--src/linkgraph/demands.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/linkgraph/demands.cpp b/src/linkgraph/demands.cpp
index 2c88778ab..767bec2c9 100644
--- a/src/linkgraph/demands.cpp
+++ b/src/linkgraph/demands.cpp
@@ -125,7 +125,7 @@ public:
* this sets demands in both directions.
* @param job The link graph job.
* @param from_id The supplying node.
- * @þaram to_id The receiving node.
+ * @param to_id The receiving node.
* @param demand_forw Demand calculated for the "forward" direction.
*/
void SymmetricScaler::SetDemands(LinkGraphJob &job, NodeID from_id, NodeID to_id, uint demand_forw)
@@ -148,7 +148,7 @@ void SymmetricScaler::SetDemands(LinkGraphJob &job, NodeID from_id, NodeID to_id
* this only sets demand in the "forward" direction.
* @param job The link graph job.
* @param from_id The supplying node.
- * @þaram to_id The receiving node.
+ * @param to_id The receiving node.
* @param demand_forw Demand calculated for the "forward" direction.
*/
inline void Scaler::SetDemands(LinkGraphJob &job, NodeID from_id, NodeID to_id, uint demand_forw)