Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Sep 5, 2023
1 parent 53621e6 commit e01499c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/cells.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ void set_hybrid_decomposition(std::set<int> n_square_types,
double cutoff_regular);

/** Reinitialize the cell structures.
* @param cell_structure The cell structure to modify
* @param new_cs The new topology to use afterwards.
*/
void cells_re_init(CellStructure &cell_structure, CellStructureType new_cs);
Expand Down
1 change: 1 addition & 0 deletions src/script_interface/system/System.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ void System::do_construct(VariantMap const &params) {
}

/** Rescale all particle positions in direction @p dir by a factor @p scale.
* @param cell_structure cell structure
* @param dir direction to scale (0/1/2 = x/y/z, 3 = x+y+z isotropically)
* @param scale factor by which to rescale (>1: stretch, <1: contract)
*/
Expand Down

0 comments on commit e01499c

Please sign in to comment.