Skip to content

Commit

Permalink
Ran astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Aneurin Tribello authored and Gareth Aneurin Tribello committed Apr 6, 2024
1 parent e8400ba commit 91d87b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adjmat/FunctionOfMatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ FunctionOfMatrix<T>::FunctionOfMatrix(const ActionOptions&ao):
if(as) done_in_chain=false;
} else if( getPntrToArgument(i)->ignoreStoredValue( getLabel() ) ) {
// This option deals with the case when you have two adjacency matrices, A_ij and B_ij, multiplied together. This cannot be done in the chain as the rows
// of the two adjacency matrix are run over separately. The value A_ij is thus not available when B_ij is calculated.
// of the two adjacency matrix are run over separately. The value A_ij is thus not available when B_ij is calculated.
ActionWithMatrix* am = dynamic_cast<ActionWithMatrix*>( getPntrToArgument(i)->getPntrToAction() );
plumed_assert( am ); const ActionWithMatrix* thischain = am->getFirstMatrixInChain();
const AdjacencyMatrixBase* aa=dynamic_cast<const AdjacencyMatrixBase*>( thischain ); if( !aa && thischain->getName()!="VSTACK" ) continue;
Expand Down

0 comments on commit 91d87b5

Please sign in to comment.