From a8035a48e9a7b6770bb3e52a5130c8f90180b7d6 Mon Sep 17 00:00:00 2001 From: Francois Henrotte <francois.henrotte@ulg.ac.be> Date: Tue, 18 Oct 2011 11:57:12 +0000 Subject: [PATCH] corrected typo --- Post/PViewData.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Post/PViewData.h b/Post/PViewData.h index c67cb99367..947f13f880 100644 --- a/Post/PViewData.h +++ b/Post/PViewData.h @@ -124,7 +124,7 @@ class PViewData { double x, double y, double z); virtual void tagNode(int step, int ent, int ele, int nod, int tag){} - // return the number of componts available for the ele-th element in + // return the number of components available for the ele-th element in // the ent-th entity virtual int getNumComponents(int step, int ent, int ele){ return 0; } @@ -228,8 +228,7 @@ class PViewData { // I/O routines virtual bool writeSTL(std::string fileName); virtual bool writeTXT(std::string fileName); - virtual bool writePOS(std::string fileName, bool binary=false, bool parsed=true, - bool append=false); + virtual bool writePOS(std::string fileName, bool binary=false, bool parsed=true, bool append=false); virtual bool writeMSH(std::string fileName, bool binary=false, bool savemesh=true); virtual bool writeMED(std::string fileName); }; -- GitLab