From: Thakur, Abhishek <axt651.miami.edu>
Date: Wed, 10 Jan 2018 17:02:54 +0000
Thank you Dr.Case.
________________________________
From: David A Case <david.case.rutgers.edu>
Sent: Wednesday, January 10, 2018 5:43:19 AM
To: AMBER Mailing List
Subject: Re: [AMBER] use_template = 0
On Wed, Jan 10, 2018, Thakur, Abhishek wrote:
>
> I was going through the amber16 manual and I have found that this
>
> use_template Determine whether or not to use a user-provided template
> file for running external programs. (De- fault: use_template = 0)
>
> It seems a little bit unclear to me as 0 means it will use a
> user-provided template or 1 means it will use a user-provided template?
This is C-like usage: 0 means "false" (don't use the template); 1 means "true"
(do use the template.)