ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
IntVars Namespace Reference

Enumerations

enum  {
  cons = 0 , xmom , ymom , zmom ,
  NumTypes
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
cons 
xmom 
ymom 
zmom 
NumTypes 
173  {
174  cons = 0,
175  xmom,
176  ymom,
177  zmom,
178  NumTypes
179  };
@ NumTypes
Definition: ERF_IndexDefines.H:178
@ ymom
Definition: ERF_IndexDefines.H:176
@ cons
Definition: ERF_IndexDefines.H:174
@ zmom
Definition: ERF_IndexDefines.H:177
@ xmom
Definition: ERF_IndexDefines.H:175