[gmx-developers] Re: send atomic coordinates to fortran
adynata
adynata at gmail.com
Fri Jun 22 19:01:58 CEST 2012
Problem solved.
Just so it is on record for others, I was using:
fortranfunc_(&step, &state-x);
while what should be used is
fortranfunc_(&step, state->x);
...I made it more complicated than it really is.
Thanks.
-b
--
View this message in context: http://gromacs.5086.n6.nabble.com/send-atomic-coordinates-to-fortran-tp4998773p4998775.html
Sent from the GROMACS Developers Forum mailing list archive at Nabble.com.
More information about the gromacs.org_gmx-developers
mailing list