Skip to content

Commit

Permalink
Fixed diff_flame example and auto test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ssun30 committed Dec 10, 2022
1 parent 39f2cf4 commit a17ab0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 132 deletions.
3 changes: 3 additions & 0 deletions samples/matlab/diff_flame.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%

clear all
close all

runtime = cputime; % Record the starting time
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Parameter values of inlet streams
Expand Down
129 changes: 0 additions & 129 deletions samples/matlab/diffflame.m

This file was deleted.

5 changes: 2 additions & 3 deletions samples/matlab/test_examples.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% runs selected examples without pausing
LoadCantera

clear all
close all
cleanup
Expand All @@ -24,5 +24,4 @@

clear all
close all
cleanup
UnloadCantera
cleanup

0 comments on commit a17ab0c

Please sign in to comment.