Skip to content
Snippets Groups Projects
Commit a8035a48 authored by Francois Henrotte's avatar Francois Henrotte
Browse files

corrected typo

parent d0a5271c
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ class PViewData { ...@@ -124,7 +124,7 @@ class PViewData {
double x, double y, double z); double x, double y, double z);
virtual void tagNode(int step, int ent, int ele, int nod, int tag){} 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 // the ent-th entity
virtual int getNumComponents(int step, int ent, int ele){ return 0; } virtual int getNumComponents(int step, int ent, int ele){ return 0; }
...@@ -228,8 +228,7 @@ class PViewData { ...@@ -228,8 +228,7 @@ class PViewData {
// I/O routines // I/O routines
virtual bool writeSTL(std::string fileName); virtual bool writeSTL(std::string fileName);
virtual bool writeTXT(std::string fileName); virtual bool writeTXT(std::string fileName);
virtual bool writePOS(std::string fileName, bool binary=false, bool parsed=true, virtual bool writePOS(std::string fileName, bool binary=false, bool parsed=true, bool append=false);
bool append=false);
virtual bool writeMSH(std::string fileName, bool binary=false, bool savemesh=true); virtual bool writeMSH(std::string fileName, bool binary=false, bool savemesh=true);
virtual bool writeMED(std::string fileName); virtual bool writeMED(std::string fileName);
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment