You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
306 B

%--------------------------
% @Author: Jingqiao Hu
% @Date: 2022-01-18 22:04:51
% @LastEditTime: 2022-05-03 19:13:48
%--------------------------
function write_cin(bnodes,optDesign)
fileID = fopen("data/seeds_"+optDesign+".cin",'w');
fprintf(fileID,'%f %f %f\n',bnodes');
fclose(fileID);
end