Re: [ REST2 ] Possible bug on NAMD example

From: Jim Phillips (jim_at_ks.uiuc.edu)
Date: Mon Nov 26 2018 - 11:19:57 CST

This explains the "unbalanced brace in a comment" message:

https://wiki.tcl-lang.org/page/Why+can+I+not+place+unmatched+braces+in+Tcl+comments

In short, all braces, including those inside commas, must be matched
inside brace-delimited strings such as the body of a loop or conditional,
so this is fine:

# if { 1 } {

but this is not:

if { 1 } {
# if { 1 } {
}

Jim

On Thu, 22 Nov 2018, Diego Gomes wrote:

> Dear developers,
>
> I found a possible bug @ REST2 example script.
>
> *File:*
> lib/replica/REST2/ *rest2_remd.namd*
>
> *Applies to:*
> NAMD_2.13_Linux-x86_64-netlrts-smp-CUDA
> NAMD_Git-2018-11-22_Linux-x86_64-multicore-CUDA
>
> *Issue:*
> There's a lone bracket by the end of *line 123* that returns a fatal error,
> pointing out to a
> "missing close-brace: possible unbalanced brace in comment".
>
> # if { $i_run < [expr $num_runs - 1] } {
>
> *Solution:*
> Removal of the lone bracket solves the error.
>
> Please confirm this, but shouldn't comments be fully ignored ?
>
> Cheers,
> Diego.
>
>
> --
> Diego Enry B. Gomes, PhD
> Diretoria de Metrologia Aplicada às Ciências da Vida.
> Instituto Nacional de Metrologia, Qualidade e Tecnologia
> +55 21 2145 3262 (3265, 3070, 3075) | dgomes_at_pq.cnpq.br
>
> Laboratoire d'Ingénierie des Fonctions Moléculaires
> Université de Strasbourg - France - 06 24 32 39 17
> +33 06 2432 3917
>

This archive was generated by hypermail 2.1.6 : Tue Dec 31 2019 - 23:20:22 CST