Skip to content

Commit 5f8dd3c

Browse files
committed
Return maps for Saenopy GUI
1 parent 344a441 commit 5f8dd3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CompactionAnalyzer/CompactionFunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ def StuctureAnalysisMain(fiber_list,
819819
plt.close("all")
820820

821821
if mode_saenopy == True: # only evaluates a single item at each call and returns the arrays
822-
return excel_total, excel_angles, excel_distance
822+
return angle_no_reference, orientation_dev, ori, min_evec, excel_total, excel_angles, excel_distance
823823
return
824824

825825

0 commit comments

Comments
 (0)