[mpas-developers] minor trunk commit

Doug Jacobsen jacobsen.douglas at gmail.com
Fri Apr 5 14:41:07 MDT 2013


Hey Michael,

I agree with the change. I'm surprised it didn't do more than just
complain. Feel free to commit whenever.

Thanks,
Doug


On Fri, Apr 5, 2013 at 2:36 PM, Michael Duda <duda at ucar.edu> wrote:

> Hi, All.
>
> I'd like to make a small change to src/framework/streams.c that will have
> no effect on results. The change just involves removing an unused argument,
> so that two lines that look like
>
>    sprintf(fname, "/dev/null", *id);
>
> are changed to look like
>
>    sprintf(fname, "/dev/null");
>
> The ifort compiler (13.0.1) pointed out the superfluous argument.
>
> Michael
> _______________________________________________
> mpas-developers mailing list
> mpas-developers at mailman.ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/mpas-developers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/mpas-developers/attachments/20130405/08261bc5/attachment.html 


More information about the mpas-developers mailing list