Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alindman opened this issue May 12, 2017 · 0 comments
Open

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

alindman opened this issue May 12, 2017 · 0 comments

Comments

@alindman
Copy link

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.
-->
pslocum pushed a commit that referenced this issue Dec 9, 2023
Documentation: Add "Edit on GitHub" link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant