Skip to content

Commit

Permalink
synch
Browse files Browse the repository at this point in the history
  • Loading branch information
JFL committed Mar 6, 2024
1 parent 309ae91 commit 6919617
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions additionalCode/Grace.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <unistd.h>
#include <grace_np.h>

#include <string>

#include <vector>

/**
Expand Down Expand Up @@ -68,6 +70,8 @@ class Grace

void format_phys_rev(int Graph = -1, bool overrite_sets = false, bool overrite_style = false);

void save_to_file(std::string filename) {std::string s("SAVEALL \""); s += filename; s += "\""; sendCommand(s.c_str());}

static int CIRCLE;
static int SQUARE;

Expand Down
2 changes: 1 addition & 1 deletion include/DFT_Factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ class DFT_Factory
void set_show_graphics(bool show) { show_graphics_ = show;}
void set_log_file_name(string name) { log_file_name_ = name;}


bool get_include_interactions() const { return include_interaction_;}
protected:
int argc_;
char **argv_;
Expand Down

0 comments on commit 6919617

Please sign in to comment.