From 53dcd69bb4eb75bfee6b726814e6d5a88e10a0d0 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 18 Jan 2012 13:06:30 +0000 Subject: [PATCH] pp --- Parser/Gmsh.y | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index ebffdf95e4..1cb086d869 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -3649,9 +3649,9 @@ Coherence : // H O M O L O G Y HomologyCommand : -tHomology { $$ = (char*)"Generators"; } -| tCohomology { $$ = (char*)"DualGenerators"; } -; + tHomology { $$ = (char*)"Generators"; } + | tCohomology { $$ = (char*)"DualGenerators"; } + ; Homology : HomologyCommand tEND @@ -3687,7 +3687,7 @@ Homology : List_Delete($3); List_Delete($5); } -; + ; // G E N E R A L -- GitLab