App-SeismicUnixGui

 view release on metacpan or  search on metacpan

lib/App/SeismicUnixGui/messages/immodpg_messages.pm  view on Meta::CPAN

package App::SeismicUnixGui::messages::immodpg_messages;

use Moose;
our $VERSION = '0.0.1';

sub get {
    my ( $self) = @_;
    my @message;

$message[0] = ("Warning:  Interactive Fortran should not run in
background. Is SeismicUnixGui running in the foreground? \n
If it is not, on command line
(1) enter:   'fg', return, return,
	or 
(2) run SeismicUnixGui again, but without '&' \n
	(immodpg_message=0)\n");
	
$message[1] =("Warning:  Corrupt layer in model.
Possible solutions: \n
(1) Copy backup file .immodpg.out to
    'immodpg.out'
or    
(2) Delete  immodpg.out and possibly 
   .immodpg.out, too; and  Restart immodpg\n
        (immodpg_message=1)
");

    return ( \@message );
}

1;



( run in 0.754 second using v1.01-cache-2.11-cpan-39bf76dae61 )