espressomd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ESPResSo] problem with write-vtf


From: Farnoosh Farahpoor
Subject: [ESPResSo] problem with write-vtf
Date: Mon, 19 Apr 2010 16:30:24 +0400

Dear all
I have a problem with vtf. This occurs always when in my code I have a loop in which I restart  with a new configuration for a same system. The error I get is something like this:

length=20 configuraton-number=2
can't read "vtf_pid(20)": no such element in array
    while executing
"return $vtf_pid($pid)"
    (procedure "vtfpid" line 16)
    invoked from within
"vtfpid $from"
    (procedure "get_atom_record" line 7)
    invoked from within
"get_atom_record $from $to $prev_type"
    (procedure "writevsf" line 138)
    invoked from within
"writevsf $vtf_file"
    ("for" body line 12)
    invoked from within
"for {set length 20} { $length < 150 } { set length [expr {$length + 30}]} {

        for {set num $init_config} { $num < $end_config } {incr num} {

            p..."
    (file "./length-dependence-main.tcl" line 132)

Do you have any idea?

Thank you in advance for your attention.

F

reply via email to

[Prev in Thread] Current Thread [Next in Thread]