Ice Sheet System Model
4.18
Code documentation
src
c
shared
Bamg
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;}
Generated on Thu Jul 2 2020 08:09:24 for Ice Sheet System Model by
1.8.19