jsmeredith / EAVL

Extreme-scale Analysis and Visualization Library
http://ft.ornl.gov/eavl/
Other
19 stars 10 forks source link

eavlCellSetAllPoints .... broken, seriously, try it. #14

Closed jameskress closed 10 years ago

jameskress commented 10 years ago

I have been unable to instantiate an instance of eavlCellSetAllPoints. There have been several methods in that class that I have filled out since they were unimplemented, but have yet to instantiate it.

It is complaining saying: "error: cannot allocate an object of abstract type ‘eavlCellSetAllPoints’, common/eavlCellSetAllPoints.h:17:7: note: because the following virtual functions are pure within ‘eavlCellSetAllPoints’:"

Any review would be appreciated.

jameskress commented 10 years ago

Updated this class to work with the eavlXGCParticleImporter, so currently not so broken.