From: Bill P. <pa...@ki...> - 2010-05-18 23:14:22
|
Hello, On May 18, 2010, at 4:07 PM, Raziman T V wrote: > procedure (), pointer, nopass :: evolve => null() > 1 > Error: Fortran 2003: Procedure components at (1) are not yet implemented in gfortran Please get the up-to-date, current gfortran and try again. Procedure pointers are a Fortran 2003 feature that has recently been added to gfortran and ifort. Since they are now supported by the current versions of both compilers that we use for mesa, I want to start using them where they'll make a difference. They are a big help in mesa/star for allowing user defined "add-ons" for things like winds, mixing, etc. Let us know how it goes! Thanks, Bill Paxton |