|
Back
Midas
Rome
Roody
Rootana
|
Rome Analyzer Framework |
Not logged in |
|
|
|
Message ID: 157
Entry time: 04 Sep 2015
Reply to this: 158
|
Author: |
SUDESHNA GANGULY |
Topic: |
Bug Fix |
Subject: |
TMTT3.cpp -offset in index of the pads |
|
|
Hi Ryu,
I fixed the problem about the offset in the indexing of the pads. It's just in
the TMTT3.cpp source code,
Instead of wrtiting:
case TMWindow::M_T3_Open_Pad1:
OpenPad(0);
break;
one should write:
case TMWindow::M_T3_Open_Pad1:
OpenPad(1);
break; |