espressomd-users
[Top][All Lists]
Advanced

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

Re: [ESPResSo] (no subject)


From: Tristan Bereau
Subject: Re: [ESPResSo] (no subject)
Date: Thu, 23 Jul 2009 11:22:41 +0200

Dear Martina,

Sorry for my last email, I really should read *all* my emails before replying.

That's a funny error. The variable topology is created in mbtools::analysis::setup_analysis.
There's two possibilities:
1) the variable isn't properly initialized
2) the analysis::localorients doesn't have access to topolgy.

I'd test the latter first: in your localorients.tcl file, below the line

proc ::mbtools::analysis::localorients::printav_localorients {} {

add an explicit reference to the topology variable:

global ::mbtools::analysis::topology

does that solve the problem?

Best,
Tristan



On Jul 21, 2009, at 12:16 , martina pannuzzo wrote:

dear all,
when i try to include in the analysis "localorients" i get the following error:
 
 
::mbtools::analysis::localorients >  analyzing local orients
Warning: 15, gridpoints with no particles
can't read "topology": no such variable
    while executing
"llength $topology"
    (procedure "printav_localorients" line 24)
    invoked from within
"printav_localorients"
    ("eval" body line 1)
    invoked from within
"eval $printavcommand"
    (procedure "::mbtools::analysis::print_averages" line 14)
    invoked from within
"::mbtools::analysis::print_averages"
    ("for" body line 14)
    invoked from within
"for {set k $startk } { $k <  $int_n_times } { incr k} {
    mmsg::send $this "run $k at time=[setmd time]"
 
 
i attach the localorients.tcl script. 
awaiting your reply,
thanks 
Martina


Bing, il nuovissimo motore di ricerca. Provalo subito! <localorient.tcl>_______________________________________________
ESPResSo mailing list
address@hidden
https://fias.uni-frankfurt.de/mailman/listinfo/espresso


reply via email to

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