Skip to content

Typo in Kassiopeia/XML/Complete/Generators.xml #3

Description

@alindman

On line 155 of the list of generators, the comment reads "cylindrical" rather than "spherical."

<ksgen_value_radius_cylindrical name="value_radius_cylindrical" radius_min="5." radius_max="10."/>
<!--
	description:
		generates a single random value drawn from a distribution suitable for randomly distributing radii in cylindrical coordinates.

	parameters:
		name:
			the name of this value.

		value_min:
			the minimum radius in meters to return. must be positive and less than radius_max.

		value_max:
			the maximum radius in meters to return. must be positive and greater than radius_min.
-->

<ksgen_value_radius_spherical name="value_radius_spherical" radius_min="5." radius_max="10."/>
<!--
	description:
		generates a single random value drawn from a distribution suitable for randomly distributing radii in **cylindrical** coordinates.

	parameters:
		name:
			the name of this value.

		value_min:
			the minimum radius in meters to return. must be positive and less than radius_max.

		value_max:
			the maximum radius in meters to return. must be positive and greater than radius_min.
-->

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions