diff options
author | 2019-09-26 13:28:39 -0700 | |
---|---|---|
committer | 2019-09-26 13:28:39 -0700 | |
commit | 867353e82b862591a2d309d923df973598cd6178 (patch) | |
tree | 40f55f57c0788c052f85d02e36e5c44fe5eb8026 /Source/Parser/wp_parser.tab.h | |
parent | 854e1710f0b55b0caf3aba2cb34ed86d52b84216 (diff) | |
download | WarpX-867353e82b862591a2d309d923df973598cd6178.tar.gz WarpX-867353e82b862591a2d309d923df973598cd6178.tar.zst WarpX-867353e82b862591a2d309d923df973598cd6178.zip |
fix types, amrex::Real and amrex::ParticleReal
Diffstat (limited to 'Source/Parser/wp_parser.tab.h')
-rw-r--r-- | Source/Parser/wp_parser.tab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Parser/wp_parser.tab.h b/Source/Parser/wp_parser.tab.h index b50516808..0c859fc03 100644 --- a/Source/Parser/wp_parser.tab.h +++ b/Source/Parser/wp_parser.tab.h @@ -75,7 +75,7 @@ union YYSTYPE #line 19 "wp_parser.y" /* yacc.c:1921 */ struct wp_node* n; - double d; + amrex_real d; struct wp_symbol* s; enum wp_f1_t f1; enum wp_f2_t f2; |