Skip to content

Commit 12c61e3

Browse files
committed
Save provisory work
1 parent a1b3a75 commit 12c61e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rtgui/locallab.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,9 +1397,9 @@ void Locallab::maiChanged(const std::vector<locallabsetLC> &setlc, int selspot)
13971397
void Locallab::ghsChanged(const std::vector<locallabshGHS> &shghs, int selspot)
13981398
{
13991399
sh_ghs = shghs;
1400-
double gx[38];//not the 2 last values 1 1 // 22 to 38
1400+
double gx[40];//not the 2 last values 1 1 // 22 to 38
14011401
if (selspot < (int) sh_ghs.size()) {
1402-
for(int i=0; i < 38; i++) {
1402+
for(int i=0; i < 40; i++) {
14031403
gx[i] = sh_ghs.at(selspot).ghsc[i];
14041404
printf("i=%i gx=%f\n", i, (double) gx[i]);
14051405
}

0 commit comments

Comments
 (0)