Skip to content

Commit

Permalink
Merge branch 'release/v.1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Jan 29, 2018
2 parents 7d6b98a + 7b63113 commit 09f4737
Show file tree
Hide file tree
Showing 40 changed files with 1,511 additions and 886 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
1 change: 0 additions & 1 deletion alm/alamode.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ namespace ALM_NS
std::string mode;
};
}

5 changes: 3 additions & 2 deletions alm/combination.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ namespace ALM_NS


public:
CombinationWithRepetition() {};
CombinationWithRepetition()
{
};

template <class InputIter>
CombinationWithRepetition(InputIter begin,
Expand Down Expand Up @@ -75,4 +77,3 @@ namespace ALM_NS
}
};
}

0 comments on commit 09f4737

Please sign in to comment.