Skip to content

Commit dfc99f9

Browse files
The9CatCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent db0e02d commit dfc99f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/Test/testDeprojPlummer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ int main()
1313
std::function<double(double)> SigmaFunc, dSigmaFunc, RhoFunc;
1414

1515
enum class Type { Plummer, Gaussian, Toomre };
16-
Type which = Type::Toomre;
16+
Type which = Type::Plummer;
1717

1818
switch (which) {
1919
case Type::Toomre:

0 commit comments

Comments
 (0)