Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 2 of 2) sorted by relevance

/phasta/AcuStat/
H A Dcreate_AcuStatInput.sh36 while read ts; do
39 diffts=$((ts-tsold))
41 if [ "$ts" -ge "$start_ts" ] ; then
42 echo $ts $diffts >> tmp3
45 tsold=$ts
/phasta/checkphasta/
H A Dcheckphasta.cpp177 int part, ts; in find_timesteps() local
192 if(sscanf(d->d_name, fmt, &ts, &part)==2) in find_timesteps()
194 step_list->insert(ts); in find_timesteps()