We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c9773 commit 9e96f28Copy full SHA for 9e96f28
Src/Base/Parser/AMReX_Parser_Y.H
@@ -251,7 +251,7 @@ struct alignas(parser_node) parser_usrf2 { /* User functions with two arguments
251
struct parser_node* r;
252
};
253
254
-struct alignas(parser_node) parser_usrfn { /* User functions with three arguments */
+struct alignas(parser_node) parser_usrfn { /* User functions with three or more arguments */
255
enum parser_node_t type;
256
short argc;
257
char* name;
0 commit comments