Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 450907f

Browse files
author
Nicolas Cornu
committed
New file test
1 parent a0864cd commit 450907f

File tree

1 file changed

+2
-2
lines changed
  • test/validation/mod2c_core/cpp

1 file changed

+2
-2
lines changed

test/validation/mod2c_core/cpp/isi.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@ static void nrn_alloc(double* _p, Datum* _ppvar, int _type) {
357357
hoc_register_var(hoc_scdoub, hoc_vdoub, NULL);
358358
}
359359

360-
static double F = /* 0x1.78e555060882cp+16; */ 96485.3321233100141;
360+
static double F = 0x1.78e555060882cp+16;
361361

362-
static double R = /* 0x1.0a1013e8990bep+3; */ 8.3144626181532395;
362+
static double R = 0x1.0a1013e8990bep+3;
363363
/*Top LOCAL _zRT */
364364
static double *_t_minf = nullptr;
365365
static double *_t_mtau = nullptr;

0 commit comments

Comments
 (0)