Skip to content

Commit

Permalink
Legacy nosim - insert NOSIM in RUNSPEC
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Jun 20, 2023
1 parent 0eba2c8 commit 412c788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscript/legacy/nosim
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if (! -f $fullname) {
in_error("Datafile: $fullname does not exist") ;
} ;

system("cat $fullname | sed -e 's/TITLE/NOSIM\\n\\nTITLE/' > .NOSIMMED.DATA") ;
system("cat $fullname | sed -e 's/^RUNSPEC.*/RUNSPEC\\nNOSIM/' > .NOSIMMED.DATA") ;

my $args = " -p $progname " ;
if ($version) { $args .= "-v $version " ; } ;
Expand Down

0 comments on commit 412c788

Please sign in to comment.