Skip to content

Commit 05704d7

Browse files
The9CatCopilot
andauthored
Update utils/ICs/check_coefs2.cc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5d8ab59 commit 05704d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/ICs/check_coefs2.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ main(int ac, char **av)
419419
cxxopts::value<std::string>(cachefile)->default_value(".eof.cache.file"))
420420
("disktype", "Desired disktype for analytic computation of basis (constant, gaussian, mn, exponential)",
421421
cxxopts::value<std::string>(disktype)->default_value("exponential"))
422-
("mtype", "Desired deprojection sphericla models (Exponential, ExpSphere, Gaussian, Plummer, Power)",
422+
("mtype", "Desired deprojection spherical models (Exponential, ExpSphere, Gaussian, Plummer, Power)",
423423
cxxopts::value<std::string>(mtype)->default_value("Exponential"))
424424
("prefix", "Output file prefix",
425425
cxxopts::value<std::string>(prefix)->default_value("checkcoefs2"))

0 commit comments

Comments
 (0)