Skip to content

Commit

Permalink
adding path script
Browse files Browse the repository at this point in the history
  • Loading branch information
tcew authored and tcew committed Dec 15, 2014
1 parent c7629d1 commit 86febc1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Codes1.1/mypath.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

pw = pwd;
addpath([pw,'/Codes1D']);
addpath([pw,'/Codes2D']);
addpath([pw,'/Codes3D']);
addpath([pw,'/ServiceRoutines']);
addpath([pw,'/CFD1D']);
addpath([pw,'/CFD2D']);
addpath([pw,'/Grid']);

addpath([pw,'/Grid/3D']);
addpath([pw,'/Grid/CFD']);
addpath([pw,'/Grid/CNS2D']);
addpath([pw,'/Grid/Euler2D']);
addpath([pw,'/Grid/Maxwell2D']);
addpath([pw,'/Grid/Other']);


0 comments on commit 86febc1

Please sign in to comment.