Re: Fortran 2003 question regarding public entries of private types
Group: comp.lang.fortran · Group Profile · Search for public entry in comp.lang.fortran
Author: nospam
Date: Aug 19, 2007 14:15
...> END TYPE hidden TYPE(hidden), PUBLIC :: one = hidden(5) END MODULE mod... to me. That "one" can be public although "hidden" is PRIVATE is a...type definition is private is irrelevant. Public and private are really incredibly simple...fact that their names are misleading. :-( Public means that the name (well, .... That is the name is public. Something like EXPORT might have been a better term, though PUBLIC isn't too bad. Private ...
Show full article (3.29Kb) |