[aspect-devel] Calling a parameter value in utilities
Kodi Neumiller
kneumiller at opendap.org
Thu Oct 11 09:09:28 PDT 2018
Rene,
Thanks for the help, passing the value as a parameter in the read_and_distribute_file_content function from the calling plugin seemed to work!
The parameter is used to determine if the file to be read is coming from a url or is a local file. It would affect the way the function reads in the file if it needs to get said file from a url. Otherwise if it is a local file the function will read in the file as usual. The function is still being called from the appropriate plugins, except now it has the option to read files from a url or from the local system.
> On Oct 5, 2018, at 1:50 PM, Kodi Neumiller <kneumiller at opendap.org> wrote:
>
> I created a new global parameter that takes a boolean value and I am trying to pass it in to the read_and_distribute_file_content function. Is there already something in place that can be called from utilities to check the value of a global parameter or do I need to implement something new?
>
> Thanks,
> Kodi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geodynamics.org/pipermail/aspect-devel/attachments/20181011/f0aa8ca2/attachment.html>
More information about the Aspect-devel
mailing list