Skip to content
Snippets Groups Projects
Commit 2241ecea authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Merge initialization and declaration.

parent ff08ca32
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -391,9 +391,8 @@ Cdi::~Cdi() { streamClose(streamID); }
void
Cdi::getTaxes()
{
int taxisID;
ntaxes = 1;
taxisID = vlistInqTaxis(vlistID);
int taxisID = vlistInqTaxis(vlistID);
taxes[taxisID] = CdiTaxis(vlistID);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment