Skip to content

Commit

Permalink
Revert "Emergency fix to pypower/powerplant.h"
Browse files Browse the repository at this point in the history
This reverts commit 94da5cd.
  • Loading branch information
dchassin committed Mar 19, 2024
1 parent 94da5cd commit bfe8dd3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions module/pypower/powerplant.h
Expand Up @@ -9,15 +9,14 @@
class powerplant : public gld_object
{

char buffer[1024];
public:
// published properties
GL_ATOMIC(char32,city);
GL_ATOMIC(char32,state);
GL_ATOMIC(char32,zipcode);
GL_ATOMIC(char32,country);
GL_ATOMIC(char32,naics_code);
GL_ATOMIC(char256,naics_description);
GL_STRING(char32,city);
GL_STRING(char32,state);
GL_STRING(char32,zipcode);
GL_STRING(char32,country);
GL_STRING(char32,naics_code);
GL_STRING(char256,naics_description);
GL_ATOMIC(int16,plant_code);
GL_ATOMIC(set,generator);
GL_ATOMIC(set,fuel);
Expand Down

0 comments on commit bfe8dd3

Please sign in to comment.