-
Confirmed that this fix works in Snow Leopard as well
Dave.
2009-11-08 08:31:45 UTC by ender45
-
Compiling Genesis-2.3 on Ubuntu 9.0.4 fails with the following messages:
In file included from /usr/include/unistd.h:1112,
from sim_notes.c:54:
/usr/include/bits/unistd.h: In function ‘GetHeader’:
/usr/include/bits/unistd.h:36: error: nested function ‘read’ declared ‘extern’
/usr/include/bits/unistd.h:35: error: static declaration of ‘read’ follows...
2009-10-06 17:35:08 UTC by skarthik77
-
We are now migrating the GENESIS user forums to our new web site at
genesis-sim.org, where you can attach files, example scripts,
and images to postings. We haven't yet disabled the sourceforge forums,
but they will mainly be used for GENESIS 2 compilation issues and bug
fixes, and don't get much use. The best way to get help and answers to
questions about GENESIS is to post to the...
2009-08-05 19:04:23 UTC by dbeeman_5
-
This is a topic that has come up in the past, and I think that some GENESIS
users have found solutions.
We are now migrating the GENESIS user forums to our new web site at
genesis-sim.org, where you will be able to attach files, example scripts,
and images to postings. We haven't yet disabled the sourceforge forums,
but they will mainly be used for GENESIS 2 compilation issues and bug...
2009-08-05 18:55:39 UTC by dbeeman_5
-
Sorry, message got messed up.
So the equations should read:
dm/dt = A * m + B * n
dn/dt = C * m + D * n
A = -alpha - beta - k3
B = k4
C = k3
D = -k4
and where Ik = gbark * (m + 2n) * (v -vk)?.
2009-07-16 14:47:12 UTC by srkuo77
-
Hi,
Does anyone know if there's an option for tab2channel that can solve for a gating variable that is of the form:
dm/dt = A * m + B * n
dn/dt = C * m + D * n
A = -alpha - beta - k3
B = k4
C = -k4
D
where Ik = gbark * (m + 2n) * (v -vk)?.
2009-07-16 14:44:32 UTC by srkuo77
-
I tried to compile genesis 2.3 on Ubuntu 9.04 (32 bit) but i keep getting errors on shell_tty. Since I have a German System I can only show you the errors in german, but I think the Problem is obvious (Fehler = Error ;-) ):
shell_tty.c: In Funktion »normal_tty«:
shell_tty.c:485: Fehler: »TIOCSETP« nicht deklariert (erste Benutzung in dieser Funktion)
shell_tty.c:485: Fehler: (Jeder...
2009-06-12 22:00:26 UTC by nobody
-
create neutral n
addfield n hello
setfield n hello "hello\n"
echo {getfield n hello}
Output:
hello\n
genesis >
where as expected output is
hello
.
2008-01-09 05:14:37 UTC by raameshd
-
There is no switch command in genesis and in addition else if also does not work.
2008-01-09 05:10:32 UTC by raameshd
-
int a = {d/(3*3)}
gives error
Badly placed ()'s.
** Error - code 256
whereas it must give error
d: Command not found.
2008-01-09 04:44:04 UTC by nobody