Modified more Description entries in utilities for documenting purposes

This commit is contained in:
Chris Greenshields
2009-07-22 15:51:53 +01:00
parent 2f3016173e
commit 1bfa912781
33 changed files with 66 additions and 39 deletions

View File

@ -23,6 +23,7 @@ License
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
Generates an .obj file to plot a probability distribution function
\*---------------------------------------------------------------------------*/
@ -48,7 +49,7 @@ int main(int argc, char *argv[])
(
pdf::New(pdfDictionary, rndGen)
);
scalar xMin = p->minValue();
scalar xMax = p->maxValue();