Skip to content
Snippets Groups Projects
Commit ba896779 authored by Erwan Jahier's avatar Erwan Jahier
Browse files

In the Global.one_op_per_equation mode, do not print parenthesis

around the rigth-hand-side.
parent b499ee66
No related branches found
No related tags found
No related merge requests found
(** Time-stamp: <modified the 28/08/2008 (at 17:25) by Erwan Jahier> *) (** Time-stamp: <modified the 29/08/2008 (at 16:47) by Erwan Jahier> *)
open Printf open Printf
open Lxm open Lxm
...@@ -425,6 +425,8 @@ and (string_of_by_pos_op_eff: Eff.by_pos_op srcflagged -> Eff.val_exp list -> st ...@@ -425,6 +425,8 @@ and (string_of_by_pos_op_eff: Eff.by_pos_op srcflagged -> Eff.val_exp list -> st
|| ||
(* ident or predef constants *) (* ident or predef constants *)
(do_not_parenthesize (posop.it,vel)) (do_not_parenthesize (posop.it,vel))
||
!Global.one_op_per_equation
then then
str str
else else
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment