\begin{figure} \center
\begin{subfigure}[b]
\includegraphics[width=60mm]{a}
\label{fig:a}
\end{subfigure} %
\begin{subfigure}[b]
\includegraphics[width=60mm]{b}
\label{fig:b}
\end{subfigure}
\caption{my caption}
\end{figure}
I get an error
! Missing number, treated as zero.
<to be read again>
\let
\includegraphics
[width=60mm]{a}
What's wrong?
