Skip to content

Commit

Permalink
indentation standard
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-subbu committed Sep 28, 2023
1 parent aaa440e commit ed5dbaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions include/mixingClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ namespace dftfe
*
*/
void
addMixingVariable(const mixingVariable mixingVariableList,
addMixingVariable(const mixingVariable mixingVariableList,
const std::vector<double> &weightDotProducts,
const bool performMPIReduce,
const double mixingValue);
const bool performMPIReduce,
const double mixingValue);

/**
* @brief Adds to the input history
Expand Down
6 changes: 3 additions & 3 deletions src/linAlg/mixingClass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ namespace dftfe
{}

void
MixingScheme::addMixingVariable(const mixingVariable mixingVariableList,
MixingScheme::addMixingVariable(const mixingVariable mixingVariableList,
const std::vector<double> &weightDotProducts,
const bool performMPIReduce,
const double mixingValue)
const bool performMPIReduce,
const double mixingValue)
{
d_variableHistoryIn[mixingVariableList] = std::deque<std::vector<double>>();
d_variableHistoryOut[mixingVariableList] =
Expand Down

0 comments on commit ed5dbaa

Please sign in to comment.