<a href="common_8cc.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// Voro++, a 3D cell-based Voronoi library</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * \brief Implementations of the small helper functions. */</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment">/** \brief Prints a vector a face vertex information.</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="comment"> * Prints a vector of face vertex information. A value is read, which</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="comment"> * corresponds to the number of vertices in the next face. The routine reads</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="comment"> * this number of values and prints them as a bracked list. This is repeated</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="comment"> * until the end of the vector is reached.</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="comment"> * \param[in] v the vector to interpret and print.</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="comment"> * \param[in] fp the file stream to print to. */</span></div>