[mpas-developers] minor trunk commit

Michael Duda duda at ucar.edu
Fri Apr 5 14:36:30 MDT 2013


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


More information about the mpas-developers mailing list