diff options
author | 2019-09-27 08:47:27 -0700 | |
---|---|---|
committer | 2019-09-27 08:47:27 -0700 | |
commit | 4ebc46d8005bf261451420f83fa25f8c3a83c8f1 (patch) | |
tree | 60199c41991263f599f9ff6d52ac70033ee0c5fa /Source/Parser/wp_parser.tab.c | |
parent | a05b7f6d6190b6b2e399ab6657d1a74e7544c708 (diff) | |
parent | a74e4e131102efd07c561a7e2a9f6aea9018b05b (diff) | |
download | WarpX-4ebc46d8005bf261451420f83fa25f8c3a83c8f1.tar.gz WarpX-4ebc46d8005bf261451420f83fa25f8c3a83c8f1.tar.zst WarpX-4ebc46d8005bf261451420f83fa25f8c3a83c8f1.zip |
Merge pull request #412 from WeiqunZhang/fix-float
fix types, amrex::Real and amrex::ParticleReal
Diffstat (limited to 'Source/Parser/wp_parser.tab.c')
-rw-r--r-- | Source/Parser/wp_parser.tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Parser/wp_parser.tab.c b/Source/Parser/wp_parser.tab.c index 3981894a5..0f7c2403d 100644 --- a/Source/Parser/wp_parser.tab.c +++ b/Source/Parser/wp_parser.tab.c @@ -138,7 +138,7 @@ union YYSTYPE #line 19 "wp_parser.y" /* yacc.c:352 */ struct wp_node* n; - double d; + amrex_real d; struct wp_symbol* s; enum wp_f1_t f1; enum wp_f2_t f2; |