Skip to content

Commit

Permalink
Merge pull request #6 from acorg/drserajames-make.acmap.cpp-1
Browse files Browse the repository at this point in the history
Fix make.acmap.cpp
  • Loading branch information
shwilks authored Nov 8, 2019
2 parents 750dd02 + cfd6339 commit 3f1fcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Racmacs/R/map_making.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ make.acmap.cpp <- function(number_of_dimensions = 2,
}

# Make the chart
chart <- acmap(...)
chart <- acmap.cpp(...)

# Run the optimizations
optimizeMap(map = chart,
Expand Down

0 comments on commit 3f1fcdc

Please sign in to comment.