Skip to content

Commit

Permalink
fix:Missing assignment value.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Apr 23, 2022
1 parent 15a043a commit 7c789ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Misc/LSAMonForImageCollections.m
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,10 @@ Mathematica is (C) Copyright 1988-2022 Wolfram Research, Inc.

Hold[ResourceFunction["RandomMandala"]["RotationalSymmetryOrder" -> 6,
"ConnectingFunction" -> FilledCurve@*BezierCurve, ColorFunction -> None,
ImageSize -> Small]]
ImageSize -> Small]],

True,
generator
];

PRINT["Make doodles:"];
Expand Down

0 comments on commit 7c789ab

Please sign in to comment.