<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Joe,<br>
<br>
the way how maps are defined in phenix.refine will be changed after the
1.5 release is out (soon). Hopefully, it will be an improvement.
However, I will not change it right now before the 1.5 release to avoid
potential bugs.<br>
<br>
Pavel.<br>
<br>
<br>
On 9/24/09 1:25 PM, Joe Krahn wrote:
<blockquote cite="mid:4ABBD5C4.2010109@niehs.nih.gov" type="cite">
  <pre wrap="">Maia Cherney wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,
I want to suppress some maps. I type in the .def file: 

suppress = "2FOFCWT_no_fill"
suppress = "FOFCWT_no_fill"

but I get only first map suppressed.
What is the correct syntax for two maps?

Maia
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Put both strings on the same line:
suppress = "2FOFCWT_no_fill" "FOFCWT_no_fill"

There is an inconsistency here, because different parameters with 
type=strings are handled differently. For Fobs labels, two strings are 
written as a comma-separated list, which does not work for the suppress 
parameter.

Joe Krahn
_______________________________________________
phenixbb mailing list
<a class="moz-txt-link-abbreviated" href="mailto:phenixbb@phenix-online.org">phenixbb@phenix-online.org</a>
<a class="moz-txt-link-freetext" href="http://www.phenix-online.org/mailman/listinfo/phenixbb">http://www.phenix-online.org/mailman/listinfo/phenixbb</a>
  </pre>
</blockquote>
</body>
</html>