help-octave
[Top][All Lists]
Advanced

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

Re: time stamp warning


From: Jordi Gutiérrez Hermoso
Subject: Re: time stamp warning
Date: Wed, 30 Apr 2008 23:49:28 -0500

On 30/04/2008, asha g <address@hidden> wrote:
>  what is the meaning of this warning?
[snip]
>  warning: time stamp for
>  `/home/proj/08/cesasha/aseasha/voltoct_cabranpap.m' is
>  i n the future

Octave uses the timestamp of .m files to determine if it should parse
them again or not when you run them (although for some system files,
it never checks their timestamp). If you transfer files between two
machines, sometimes one machine's clock is wrong relative to the other
machine, and the timestamps for one machine will be in the future for
the other machine.

You can also get future timestamps if you change the system clock of
the machine you are working on.

The worst that can happen is that Octave won't re-read your .m files
if timestamps are wrong.

- Jordi G. H.


reply via email to

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