-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename macro STORE_WITH_LOG_AND_UPDATE_RANGE() to STORE_AND_UPDATE_RA…
…NGE() to reflect its revised function in 5.3
- Loading branch information
sfeam
committed
Aug 24, 2017
1 parent
0fc2979
commit 9146985
Showing
7 changed files
with
182 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2017-08-24 Ethan A Merritt <[email protected]> | ||
|
||
* src/axis.c src/axis.h src/graphics.c src/interpol.c src/plot2d.c | ||
src/plot3d.c: Revise macro name STORE_WITH_LOG_AND_UPDATE_RANGE to | ||
STORE_AND_UPDATE_RANGE since we no longer handle log scaling at the | ||
time data is stored. Take this opportunity to remove and unused | ||
parameter (OUT_ACTION) from the macro. Go back to using the same | ||
macro for the COLOR_AXIS that we use for all other axes. | ||
This is intended solely to make the code easier to understand; | ||
there is no change in the code actually executed. | ||
|
||
2017-08-23 Ethan A Merritt <[email protected]> | ||
|
||
* src/plot2d.c (parametric_fixup): Consolidate redundant code blocks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.