forked from ornladios/ADIOS2
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend Derived Variable Expressions: Trig functions (ornladios#4282)
* Create sin, cos, tan functionality * Add trig functions to derived variable expressions * ApplyOneToOneOnce does not need memset * Add typeFunc * Change trig functions to transforms of float type func * Remove unused function --------- Co-authored-by: Ana Gainaru <[email protected]>
- Loading branch information
1 parent
65b25d9
commit 4026559
Showing
6 changed files
with
396 additions
and
1 deletion.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1910,3 +1910,4 @@ adios2::detail::ASTDriver::destroy_lex_structures () | |
{ | ||
yylex_destroy(); | ||
} | ||
|
Oops, something went wrong.