Warning: session_start(): open(/var/lib/php/sessions/sess_32gt77hkpl7gl1idlspvl5v6f9, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static double[] toDoubleArray(Cl l) {
double[] a = new double[l(l)];
int i = 0;
if (a.length != 0) for (double x : l)
a[i++] = x;
ret a;
}
ifclass IntBuffer
static double[] toDoubleArray(IntBuffer b) {
int n = l(b);
double[] a = new [n];
for i to n:
a[i] = b.get(i);
ret a;
}
endif