mirror of
https://github.com/nasa/trick.git
synced 2025-03-10 14:34:22 +00:00
parent
5285f1a72e
commit
da7a79e897
@ -746,7 +746,8 @@ sub handle_sim_class_job($$$) {
|
|||||||
$tag =~ s/\s+//g ;
|
$tag =~ s/\s+//g ;
|
||||||
@tags = split /,/ , $tag ;
|
@tags = split /,/ , $tag ;
|
||||||
}
|
}
|
||||||
$job_push = "job = add_job($child, $job_id, $class, $sup_class_data, $cycle, \"$job_name\", \"\"" ;
|
# do not remove "this->", see issue #532
|
||||||
|
$job_push = "job = this->add_job($child, $job_id, $class, $sup_class_data, $cycle, \"$job_name\", \"\"" ;
|
||||||
|
|
||||||
if ( $class =~ /^integration$/ ) {
|
if ( $class =~ /^integration$/ ) {
|
||||||
if ($job_ret !~ /trick_ret/ ) {
|
if ($job_ret !~ /trick_ret/ ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user