Ice Sheet System Model  4.18
Code documentation
Functions
Exchange.h File Reference

Go to the source code of this file.

Functions

template<class T >
void Exchange (T &a, T &b)
 

Function Documentation

◆ Exchange()

template<class T >
void Exchange ( T &  a,
T &  b 
)
inline

Definition at line 4 of file Exchange.h.

4 {T c=a;a=b;b=c;}