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

Merge initialization and declaration.

parent 5b0b4340
No related branches found
No related tags found
No related merge requests found
......@@ -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