2013 Peugeot Tennis Cup – Singles

Gastão Elias was the defending champion, but decide not to participate this edition. Agustín Velotti won in the final against Blaž Rola 6-3, 6-4.

Singles
2013 Peugeot Tennis Cup
Champion Agustín Velotti
Runner-up Blaž Rola
Final score6-3, 6-4

Seeds

  1. Thiemo de Bakker (Second Round)
  2. João Souza (First Round)
  3. Diego Schwartzman (Second Round)
  4. Alejandro González (Second Round)
  5. Paul Capdeville (First Round)
  6. Guido Andreozzi (Second Round)
  7. André Ghem (First Round)
  8. Guilherme Clezar (Quarterfinals)

Draw

Key

Finals

Semifinals Final
          
WC Emilio Gómez 0 4
Blaž Rola 6 6
  Blaž Rola 3 4  
  Agustín Velotti 6 6  
  Agustín Velotti 6 6  
SE Eduardo Schwank 2 2

Top Half

First Round Second Round Quarterfinals Semifinals
1 T de Bakker 6 6
  M Arévalo 4 2 1 T de Bakker 65 6 63
JC Campozano 6 4 3 WC E Gómez 77 4 77
WC E Gómez 2 6 6 WC E Gómez 79 6  
  B Sant'Anna 3 4 8 G Clezar 67 4  
N Barrientos 6 6   N Barrientos 4 1
  A Molteni 1 2 8 G Clezar 6 6
8 G Clezar 6 6 WC E Gómez 0 4  
3 D Schwartzman 2 77 6 B Rola 6 6  
Q JI Londero 6 61 1 3 D Schwartzman 2 4
WC Carlos E. Severino 77 3 0 B Rola 6 6
B Rola 64 6 6 B Rola 6 6  
F de Paula 6 4 5 L Kirche 3 4  
  L Kirche 2 6 7   L Kirche 77 6
WC C Lindell 4 4   6 G Andreozzi 61 2
6 G Andreozzi 6 6  

Bottom Half

First Round Second Round Quarterfinals Semifinals
7 A Ghem 1 4  
Q Bastián Malla 6 6   Q B Malla 6 7
Tiago Lopes 6 6 T Lopes 1 5
Leandro Migani 1 3 Q B Malla 1 0
R Hocevar 77 3 1 A Velotti 6 6
A Velotti 64 6 6 A Velotti 6 3 6
Q T Fernandes 2 5   4 A González 4 6 1
4 A González 6 7     A Velotti 6 6  
5 P Capdeville 0 1   SE E Schwank 2 2  
  M Trungelliti 6 6   M Trungelliti 4 77 4
Q C Garin 6 6   Q C Garin 6 62 6
M Demoliner 3 4   Q C Garin 5 5
WC Wilson Leite 6 6 SE E Schwank 7 7
G Lama 4 2 WC Wilson Leite 3 3  
SE E Schwank 6 7   SE E Schwank 6 6  
2 J Souza 3 5  
gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.