Skip to content

Commit

Permalink
BUG: Corrected setting the number of constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
NateAM committed Sep 3, 2024
1 parent d48de5f commit b06b912
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ namespace tardigradeHydra{

setPenaltyIndices( positive_indices ); //!< The indices of values in the unknown vector which should be penalized for being negative

setNumConstraints( 10 );

}

virtual void suggestInitialIterateValues( std::vector< unsigned int > &indices,
Expand Down

0 comments on commit b06b912

Please sign in to comment.