Commit d04a838eebc2d3f83d3e0c230a393b83c0b6809a
1 parent
62dc10f6
Exists in
master
and in
99 other branches
Fix typo (exception with PHP7wq)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/RemoteDataCenter/IPIM.php
... | ... | @@ -19,7 +19,7 @@ class IPIM extends SimulationDataCenterClass |
19 | 19 | protected $energyTableWidth = 200; |
20 | 20 | |
21 | 21 | |
22 | - protected function addSimulatedRegionToTargetsFile($reg=null,$reg=null){} | |
22 | + protected function addSimulatedRegionToTargetsFile($reg=null,$coordName=null){} | |
23 | 23 | |
24 | 24 | protected function getDatasetName($no) |
25 | 25 | { |
... | ... |