CopyFollowingLines

class CopyFollowingLines : public feasst::Action

Copy the following lines for each configuration_index until EndCopy is reached.

Arguments

  • for_num_configurations: number of configurations to copy (default: 1).

  • replace[i]: replace this argument with the following with[i]. The “[i]” is to be substituted for an integer 0, 1, 2, … If only one replace, the “[i]” is optional.

  • with[i]: this is the value to replace the argument with. The “[i]” is to be substituted for an integer 0, 1, 2, … If only one with, the “[i]” is optional.