Skip to content

Commit

Permalink
Crea agregación de path
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed May 15, 2019
1 parent 4215e1d commit 4c6b036
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions iniciar_MCURV.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
% ______________________________________________________________________
%| |
%| iniciar_MCURV - Inicia la libreria MCURV |
%| |
%| Area de Estructuras y Geotecnia |
%| Departamento de Ingenieria Civil |
%| Facultad de Ciencias Fisicas y Matematicas |
%| Universidad de Chile |
%|______________________________________________________________________|

MCURV_ver = 'v0.10';

% Agrega las carpetas de la plataforma MCURV al PATH
addpath('mcurv');
addpath('mcurv/analysis');
addpath('mcurv/material');
addpath('mcurv/section');

% Agrega los test al path
addpath('test');

0 comments on commit 4c6b036

Please sign in to comment.