Skip to content

Commit

Permalink
Merge branch 'feature/opt_for_hexa' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Nov 24, 2017
2 parents 30def57 + 1ef6281 commit deb912e
Show file tree
Hide file tree
Showing 17 changed files with 1,172 additions and 713 deletions.
2 changes: 1 addition & 1 deletion alm/alamode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ ALM::ALM(int narg, char **arg)

if (mode == "fitting") {

fcs->init();
constraint->setup();
fitting->fitmain();
writes->writeall();
Expand Down Expand Up @@ -94,7 +95,6 @@ void ALM::initialize()
files->init();
symmetry->init();
interaction->init();
fcs->init();
}

ALM::~ALM()
Expand Down

0 comments on commit deb912e

Please sign in to comment.