-
That sounds right to me. If you could also add something in the manual at page
http://towhee.sourceforge.net/towhee_ff.html
then it would make it extremely easy for me to incorporate your changes into future versions of Towhee
Marcus.
2009-07-29 16:31:22 UTC in MCCCS Towhee
-
marcus_martin committed patchset 866 of module towhee to the MCCCS Towhee CVS repository, changing 121 files.
2009-07-21 16:20:47 UTC in MCCCS Towhee
-
The variable "initstate" does not occur anywhere within the Towhee source code.
My only guess is that there is some sort of conflict between the various basic C libraries on your machine. Looks like math.h and stdlib.h have a conflict, although that is very odd since those are quite common libraries.
Sorry, looks like it is something on your machine as opposed to a Towhee problem. The...
2009-07-21 15:23:02 UTC in MCCCS Towhee
-
Send me the input files and I will take a look. The vast majority of users use the fixed kmax version so Towhee is not quite as well-debugged for your option. I suspect it simply requires an even larger value for KAMKMAX, but I'll take a look.
Send the files to
marcus_martin@users.sourceforge.net
thanks,
Marcus.
2009-07-17 18:58:17 UTC in MCCCS Towhee
-
marcus_martin changed the towhee-6.2.6 file release.
2009-06-26 17:42:07 UTC in MCCCS Towhee
-
marcus_martin added the towhee-6.2.6.tar.gz file.
2009-06-26 17:39:12 UTC in MCCCS Towhee
-
marcus_martin created the towhee-6.2.6 file release.
2009-06-26 17:34:04 UTC in MCCCS Towhee
-
marcus_martin committed patchset 865 of module towhee to the MCCCS Towhee CVS repository, changing 142 files.
2009-06-26 17:23:30 UTC in MCCCS Towhee
-
They do not need to be global. Also, it would be better to use the old f77 syntax (.eq.)for the If statement instead of the f90 syntax (==) as some folks run Towhee on older machines that still lack a modern Fortran compiler.
That is not your problem though. Your routine calls look OK, so there must be something going wrong in your routine itself. If you post the routine then I could take...
2009-06-25 15:10:47 UTC in MCCCS Towhee
-
The problem most likely lies with the subroutine you wrote, and therefore it is impossible to debug that problem without seeing your code.
I would guess the problem lies in the call to the subroutine, and the subroutine itself, having a mismatch in the variables passed between them.
Marcus.
2009-06-25 14:33:50 UTC in MCCCS Towhee