Skip to content

Commit

Permalink
Update RRAM_SET.m
Browse files Browse the repository at this point in the history
  • Loading branch information
DipeshNiraula committed Aug 8, 2019
1 parent 2b1c126 commit 116b5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RRAM_SET.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import com.comsol.model.*
import com.comsol.model.util.*
model = ModelUtil.create('Model');
model.modelPath('C:\Users\dipes\Desktop\RRAM_model');
model.modelPath('C:\RRAM_model');
%assign parameters - global freature
model.param.set('r_f', '3[nm]', 'filament radius');
model.param.set('r_d', '10[nm]', 'device radius');
Expand Down

0 comments on commit 116b5af

Please sign in to comment.